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_idint

Id of the part.

face_zonelet_idsIterable[int]

Face zonelets to be intersected.

with_face_zonelet_idsIterable[int]

Face zonelets to be intersected with.

paramsIntersectParams

Parameters for intersection.

Returns:
ConnectResults

Returns the ConnectResults.

Return type:

ConnectResults

Examples

>>> connect = Connect(model = model)
>>> results = connect.intersect_face_zonelets (part_id, face_zonelet_ids, with_face_zonelet_ids, params)