axis property

axis property

Gets or sets the axis direction, default value is (0, 1, 0).

Definition:

@property
def axis(self):
    ...
@axis.setter
def axis(self, value):
    ...

See Also