depth property
The depth of the Envelope being constructed.
This is the difference between the minimum and maximum z values. A 2D envelope has zero depth.
Implementation
double get depth {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_EnvelopeBuilder_getDepth(
_handle,
errorHandler,
);
});
}