Units
Enumerations for specifying angle formats.
The AngleFormat enumeration specifies whether angles are in radians or degrees.
Python wrapper for AngleFormat enum
Initialize instance.
RADIANS: Any = AngleFormat.Radians
Python wrapper for AngleFormat enum
DEGREES: Any = AngleFormat.Degrees
Python wrapper for AngleFormat enum