ansys.meshing.prime.DetectHolesParams Last update: 17.07.2025 static DetectHolesParams.set_default(max_radius_circular_holes=None, min_radius_circular_holes=None, max_hole_length=None, min_hole_length=None, allow_curved_topo_faces=None) Set the default values of the DetectHolesParams object. Parameters: max_radius_circular_holes: float, optional : Maximum radius of circular holes. min_radius_circular_holes: float, optional : Minimum radius of circular holes. max_hole_length: float, optional : Maximum length of holes. min_hole_length: float, optional : Minimum length of holes. allow_curved_topo_faces: bool, optional : Option to allow holes in curved topoface.