height_inch property

height_inch property

Represents the height of the shape, in unit of inches.

Example


if shape.height_inch == 3:
    shape.height_inch = 1.0

Definition:

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

See Also