axis_base_point property

axis_base_point property

Gets or sets the axis base point.

Definition:

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

See Also