Skip to main content

Prime Mesh Python client library 2025 R2

fill_holes_at_plane

Last update: 10.09.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 : 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)

Connect with Ansys