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