connect_faces#

Mesh.connect_faces(part_expression='*', face_labels='*', target_face_labels='*', tolerance=0.05)#

Connect face zonelets with given label name pattern within the given tolerance.

This method is used to connect face zonelets of given label name pattern to the face zonelets given by target face labels within a given tolerance. Connect happens within part. Face zonelets of a part are connected with face zonelets of the same part only.

Parameters:
part_expression: str

Name pattern of parts used for connecting.

face_labels: str

Name pattern of face labels used for connecting.

target_face_labels: str

Name pattern of face labels with which you want to connect.

tolerance: float

Tolerance used for connection.