Salome HOME
0021684: EDF 2221 : Display the arguments and the name of the operations
[modules/geom.git] / doc / salome / gui / GEOM / input / union_faces_operation.doc
1 /*!
2
3 \page union_faces_operation_page Union Faces
4
5 \n To <b>Union Faces</b> in the <b>Main Menu</b> select
6 <b>Repair - > Union Faces</b>.
7 \n This operation unites all faces sharing one surface on a given
8 shape.
9
10 \n <b>TUI Command:</b> <em>geompy.UnionFaces(theShape)</em>,
11 where <em>theShape</em> is a compound or a single solid.
12 \n <b>Arguments:</b> Name + one shape + a flag.
13 \n <b>Advanced option:</b>
14    \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
15
16 \image html union_faces.png
17
18 \n <b>Example:</b>
19
20 \image html union_faces1.png
21 <center><em>Shape with not united faces</em></center>
22
23 \image html union_faces2.png
24 <center><em>Improved shape</em></center>
25
26 Our <b>TUI Scripts</b> provide you with useful examples of the
27 \ref swig_UnionFaces "Union Faces" functionality usage.
28
29 */