radius property

radius property

The radius of the circle curve, default value is 10

Definition:

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

See Also