Skip to main content

Prime Mesh Python client library 2025 R2

fuse_face_zonelets

Last update: 10.09.2025

Connect.fuse_face_zonelets(part_id, source_face_zonelet_ids, target_face_zonelet_ids, params)

Perform fuse between overlapping face zonelets within a single part. Surfaces that are fused can then be colocated, merged or removed as directed.

  • Parameters:

    part_id : Id of the part.

    source_face_zonelet_ids : Ids of source face zonelets to be fused.

    target_face_zonelet_ids : Ids of target face zonelets to be fused.

    params : Parameters for fuse operation.

  • Returns:

    FuseResults : Returns the FuseResults.

  • Return type:

    FuseResults

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

connect = Connect(model = model) connect.fuse_face_zonelets(part.id, source_face_zonelet_ids, target_face_zonelet_ids, fuse_params)

Connect with Ansys