stitch_face_zonelets#

Connect.stitch_face_zonelets(part_id, face_zonelet_ids, with_face_zonelet_ids, params)#

Stitches a set of face zonelets with another set of face zones.

Parameters:
part_idint

Id of the part.

face_zonelet_idsIterable[int]

Face zonelets to be stitched.

with_face_zonelet_idsIterable[int]

Face zonelets to be stitched with.

paramsStitchParams

Parameters for stitch.

Returns:
ConnectResults

Returns the ConnectResults.

Return type:

ConnectResults

Examples

>>> connect = Connect(model = model)
>>> results = connect.stitch_face_zonelets (part_id, face_zonelet_ids, with_face_zonelet_ids, stitch_params)