Skip to content

Units

Enumerations for specifying angle formats.

Angle Format

The AngleFormat enumeration specifies whether angles are in radians or degrees.

AngleFormat

AngleFormat()

Python wrapper for AngleFormat enum

Initialize instance.

RADIANS class-attribute

RADIANS: Any = AngleFormat.Radians

Python wrapper for AngleFormat enum

DEGREES class-attribute

DEGREES: Any = AngleFormat.Degrees

Python wrapper for AngleFormat enum