height property

height property

The height of the rectangular torus. Default value is 20

Definition:

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

See Also