arc_building_tolerance property

arc_building_tolerance property

Gets or sets the parameter value used as the percentage of radius for replacing Bezier segments with arc segments. It is ‘0.5’ by default.

Definition:

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

See Also