left_lower_corner property

left_lower_corner property

The coordinates of the lower left corner of the cutting

Definition:

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

See Also