center property

center property

If this value is false, the linear extrusion Z range is from 0 to height, otherwise the range is from -height/2 to height/2.

Definition:

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

See Also