axis_vector property

axis_vector property

Gets or sets the axis vector.

Definition:

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

See Also