base_point property

base_point property

Gets or sets basepoint.

Definition:

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

See Also