/*! \page union_faces_operation_page Union Faces \n To Union Faces in the Main Menu select Repair - > Union Faces. \n This operation unites all faces sharing one surface on a given shape. \n TUI Command: geompy.UnionFaces(theShape), where theShape is a compound or a single solid. \n Arguments: Name + one shape + a flag. \n Advanced option: \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments". \image html union_faces.png \n 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. */