length property

length property

Gets or sets the length of the plane.

Definition:

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

See Also