arc_building_threshold property

arc_building_threshold property

Gets or sets the parameter value used as the threshold error for replacing Bezier segments with arc segments. It is ‘2.5’ by default.

Definition:

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

See Also