radius property

radius property

Gets or sets the radius of the torus.

Definition:

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

See Also