set_default#
- static DetectNonCircularHolesParams.set_default(allow_curved_topo_faces=None, max_hole_length=None, min_hole_length=None, merge_edge_allow_self_close=None)#
Set the default values of the
DetectNonCircularHolesParams
object.- Parameters:
- allow_curved_topo_faces: bool, optional
Option to allow holes in curved topoface.
- max_hole_length: float, optional
Maximum length of holes.
- min_hole_length: float, optional
Minimum length of holes.
- merge_edge_allow_self_close: bool, optional
Option for merging self-closing edge loops.