fuse_face_zonelets#

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_idint

Id of the part.

source_face_zonelet_idsIterable[int]

Ids of source face zonelets to be fused.

target_face_zonelet_idsIterable[int]

Ids of target face zonelets to be fused.

paramsFuseParams

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)