intersect_face_zonelets Last update: 20.02.2026 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 : Id of the part. face_zonelet_ids : Face zonelets to be intersected. with_face_zonelet_ids : Face zonelets to be intersected with. params : 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)