ansys.meshing.prime.DetectCircularHolesParams Last update: 17.07.2025 static DetectCircularHolesParams.set_default(allow_curved_topo_faces=None, max_radius_circular_holes=None, min_radius_circular_holes=None, merge_edge_allow_self_close=None) Set the default values of the DetectCircularHolesParams object. Parameters: allow_curved_topo_faces: bool, optional : Option to allow holes in curved topoface. max_radius_circular_holes: float, optional : Maximum radius of circular holes. min_radius_circular_holes: float, optional : Minimum radius of circular holes. merge_edge_allow_self_close: bool, optional : Option for merging self-closing edge loops.