Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Union Faces

This operation unites on a given shape all faces sharing the same surface.

To Union Faces in the Main Menu select Repair - > Union Faces.

union_faces.png

In this dialog:

  • Click on the "Arrow" button and select in the Object Browser or in the viewer one or more Shapes (compounds or single solids).
  • If necessary, activate Advanced Transformation Options.
  • Click Apply or Apply and Close button.

This operation can be also launched using a TUI Command: geompy.UnionFaces(theShape), where theShape is a compound or a single solid.

Example:

union_faces1.png
Shape with not united faces
union_faces2.png
Improved shape

Our TUI Scripts provide you with useful examples of the Union Faces functionality usage.