/*! \page union_faces_operation_page 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. \image html union_faces.png In this dialog: - Click on the "Arrow" button and select in the Object Browser or in the viewer one or more \b Shapes (compounds or single solids). - If necessary, activate \ref restore_presentation_parameters_page "Advanced Transformation Options". - Click \b 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: \image html union_faces1.png
Shape with not united faces
\image html union_faces2.png
Improved shape
Our TUI Scripts provide you with useful examples of the \ref swig_UnionFaces "Union Faces" functionality usage. */