arc property

arc property

The total angle of the arc, measured in radian. Default value is PI

Definition:

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

See Also