first property

first property

The first end point to trim, can be a Cartesian point or a real parameter.

Definition:

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

See Also