tube property

tube property

Gets or sets the radius of the tube.

Definition:

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

See Also