csc.tools.attractor.GSAxisIndex

class csc.tools.attractor.GSAxisIndex

GeneralSettings::RotationAxis enum

X, Y, Z

Members:

X

Y

Z

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

Methods

__init__(self, value)

Attributes

X

Y

Z

name

value

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

name(self: handle) -> str

property name
property value