width_cm property

width_cm property

Represents the width of the shape, in unit of centimeters.

Example


if shape.width_cm == 3:
    shape.width_cm = 1.0

Definition:

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

See Also