zMin property

double? zMin

The z minimum value for the envelope.

Returns NAN if an error occurs.

Implementation

double? get zMin {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Envelope_getZMinNullable(
      _handle,
      errorHandler,
    );
  });
}