height property

height property

The height of the extruded geometry, default value is 1.0

Definition:

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

See Also