radius property

radius property

Gets or sets the radius. Two floating-point numbers that describe the radii of the torus. The first value is the major radius, the second is the minor radius.

Definition:

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

See Also