Measurement#
- class ansys.geometry.core.misc.measurements.Measurement(value: ansys.geometry.core.typing.Real | pint.Quantity, unit: pint.Unit, dimensions: pint.Unit)#
- Bases: - ansys.geometry.core.misc.units.PhysicalQuantity- Provides the - PhysicalQuantitysubclass for holding a measurement.
Overview#
Import detail#
from ansys.geometry.core.misc.measurements import Measurement
Property detail#
- property Measurement.value: pint.Quantity#
- Value of the measurement. 
Method detail#
- Measurement.__repr__()#
- Representation of the - Measurementclass.
- Measurement.__eq__(other: Measurement) bool#
- Equals operator for the - Measurementclass.
 
    