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_id
int
Id of the part.
- face_zonelet_ids
Iterable
[int
] Face zonelets to be stitched.
- with_face_zonelet_ids
Iterable
[int
] Face zonelets to be stitched with.
- params
StitchParams
Parameters for stitch.
- part_id
- Returns:
ConnectResults
Returns the ConnectResults.
- Return type:
Examples
>>> connect = Connect(model = model) >>> results = connect.stitch_face_zonelets (part_id, face_zonelet_ids, with_face_zonelet_ids, stitch_params)