second property

second property

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

Definition:

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

See Also