csc.tools.attractor.GSRotationAxis

class csc.tools.attractor.GSRotationAxis

GeneralSettings::RotationAxis enum

X, Y, Z, Whole, Empty

Members:

X

Y

Z

Whole

Empty

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

Methods

__init__(self, value)

Attributes

Empty

Whole

X

Y

Z

name

value

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

name(self: handle) -> str

property name
property value