line_base_point property

line_base_point property

Gets or sets the line base point.

Definition:

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

See Also