kittycad.models.unit_angle.UnitAngle
- class kittycad.models.unit_angle.UnitAngle(value)[source][source]
-
The valid types of angle formats.
Attributes
//en.wikipedia.org/wiki/Radian>
- __dict__ = mappingproxy({'_generate_next_value_': <function Enum._generate_next_value_>, '__module__': 'kittycad.models.unit_angle', '__doc__': 'The valid types of angle formats.', '__str__': <function UnitAngle.__str__>, '__dict__': <attribute '__dict__' of 'UnitAngle' objects>, '__weakref__': <attribute '__weakref__' of 'UnitAngle' objects>, '_member_names_': ['DEGREES', 'RADIANS'], '_member_map_': {'DEGREES': <UnitAngle.DEGREES: 'degrees'>, 'RADIANS': <UnitAngle.RADIANS: 'radians'>}, '_member_type_': <class 'str'>, '_value2member_map_': {'degrees': <UnitAngle.DEGREES: 'degrees'>, 'radians': <UnitAngle.RADIANS: 'radians'>}, 'DEGREES': <UnitAngle.DEGREES: 'degrees'>, 'RADIANS': <UnitAngle.RADIANS: 'radians'>, '__repr__': <function Enum.__repr__>, '__format__': <function Enum.__format__>, '__new__': <function Enum.__new__>, '__annotations__': {}})[source]