intersect_face_zonelets#
- Connect.intersect_face_zonelets(part_id, face_zonelet_ids, with_face_zonelet_ids, params)#
Perform intersection between specified face zonelets of the part with the given intersect parameters.
- Parameters:
- part_id
int
Id of the part.
- face_zonelet_ids
Iterable
[int
] Face zonelets to be intersected.
- with_face_zonelet_ids
Iterable
[int
] Face zonelets to be intersected with.
- params
IntersectParams
Parameters for intersection.
- part_id
- Returns:
ConnectResults
Returns the ConnectResults.
- Return type:
Examples
>>> connect = Connect(model = model) >>> results = connect.intersect_face_zonelets (part_id, face_zonelet_ids, with_face_zonelet_ids, params)