origin property
origin property
Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.
Definition:
@property
def origin(self):
...
@origin.setter
def origin(self, value):
...
Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.
@property
def origin(self):
...
@origin.setter
def origin(self, value):
...