radius_bottom property

radius_bottom property

Gets or sets the radius of cylinder’s bottom cap.

Definition:

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

See Also