Salome HOME
Fix compilation error (conflict of OK name between OCCT Plate_Plate.hxx and GEOM...
[modules/geom.git] / doc / salome / gui / GEOM / input / union_faces_operation.doc
1 /*!
2
3 \page union_faces_operation_page Union Faces
4
5 This operation unites on a given shape all faces sharing the same surface. 
6
7 To <b>Union Faces</b> in the <b>Main Menu</b> select <b>Repair - > Union Faces</b>.
8
9 \image html union_faces.png
10
11 In this dialog: 
12 - Click on the "Arrow" button and select in the Object Browser or in the viewer one or more \b Shapes (compounds or single solids).
13 - If necessary, activate \ref restore_presentation_parameters_page "Advanced Transformation Options".
14 - Click \b Apply or <b>Apply and Close</b> button.
15
16 This operation can be also launched using a <b>TUI Command:</b> <em>geompy.UnionFaces(theShape)</em>,
17 where <em>theShape</em> is a compound or a single solid.
18
19 <b>Example:</b>
20
21 \image html union_faces1.png
22 <center><em>Shape with not united faces</em></center>
23
24 \image html union_faces2.png
25 <center><em>Improved shape</em></center>
26
27 Our <b>TUI Scripts</b> provide you with useful examples of the
28 \ref swig_UnionFaces "Union Faces" functionality usage.
29
30 */