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_idint

Id of part to associate face zonelets created to fill hole.

face_zoneletsIterable[int]

Ids of face zonelets to be used to find holes.

plane_pointsIterable[float]

Coordinates of three points to define plane.

paramsFillHolesAtPlaneParams

Parameters to fill holes.

Returns:
FillHolesAtPlaneResults

Returns 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)