ansys.meshing.prime.DetectAndTreatFeaturesParams Last update: 17.07.2025 static DetectAndTreatFeaturesParams.set_default(detect_and_treat_holes=None, detect_and_treat_circular_faces=None, treat_holes_params=None, treat_circular_faces_params=None) Set the default values of the DetectAndTreatFeaturesParams object. Parameters: detect_and_treat_holes: bool, optional : Option to detect and treat holes. detect_and_treat_circular_faces: bool, optional : Option to detect and treat circular faces. treat_holes_params: DetectAndTreatHolesParams, optional : Parameters for detect and treat holes operation. treat_circular_faces_params: DetectAndTreatCircularFacesParams, optional : Parameters for detect and treat circular faces operation.