ansys.meshing.prime.SurfaceUtilities Last update: 17.07.2025 SurfaceUtilities.fill_holes_at_plane(part_id, face_zonelets, plane_points, params) Fill holes in given face zonelets at given plane. Parameters: part_id : Id of part to associate face zonelets created to fill hole. face_zonelets : Ids of face zonelets to be used to find holes. plane_points : Coordinates of three points to define plane. params : Parameters to fill holes. Returns: FillHolesAtPlaneResults : Return the FillHolesAtPlaneResults. Return type: FillHolesAtPlaneResults Examples >>> params = prime.FillHolesAtPlaneParams(model = model) >>> results = surface_utils.fill_holes_at_plane(part_id, face_zonelets, plane_points, params)