axis_point property

axis_point property

Gets or sets the axis point.

Definition:

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

See Also