csc.tools.attractor.GSAxisFlag

class csc.tools.attractor.GSAxisFlag

GeneralSettings::RotationAxis enum

X, Y, Z, XYZ, Empty

Members:

X

Y

Z

XYZ

Empty

__init__(self: csc.tools.attractor.GSAxisFlag, value: int) None

Methods

__init__(self, value)

Attributes

Empty

X

XYZ

Y

Z

name

value

Empty = <GSAxisFlag.Empty: 0>
X = <GSAxisFlag.X: 1>
XYZ = <GSAxisFlag.XYZ: 7>
Y = <GSAxisFlag.Y: 2>
Z = <GSAxisFlag.Z: 4>
__annotations__ = {}
__eq__(self: object, other: object) bool
__getstate__(self: object) int
__hash__(self: object) int
__index__(self: csc.tools.attractor.GSAxisFlag) int
__init__(self: csc.tools.attractor.GSAxisFlag, value: int) None
__int__(self: csc.tools.attractor.GSAxisFlag) int
__members__ = {'Empty': <GSAxisFlag.Empty: 0>, 'X': <GSAxisFlag.X: 1>, 'XYZ': <GSAxisFlag.XYZ: 7>, 'Y': <GSAxisFlag.Y: 2>, 'Z': <GSAxisFlag.Z: 4>}
__module__ = 'csc.tools.attractor'
__ne__(self: object, other: object) bool
__repr__(self: object) str
__setstate__(self: csc.tools.attractor.GSAxisFlag, state: int) None
__str__()

name(self: handle) -> str

property name
property value