Angle#

class ansys.geometry.core.misc.measurements.Angle(value: ansys.geometry.core.typing.Real | pint.Quantity, unit: pint.Unit | None = None)#

Bases: Measurement

Provides the Measurement subclass for holding an angle.

Parameters:
valueReal | Quantity

Value of the angle.

unitUnit, default: DEFAULT_UNITS.ANGLE

Units for the distance.

Overview#

unit

Unit of the object.

Import detail#

from ansys.geometry.core.misc.measurements import Angle

Attribute detail#

Angle.unit#

Unit of the object.