Salome HOME
340f4afa73f3f4e2c5f30907afcd03358c818e17
[modules/geom.git] / doc / salome / gui / GEOM / input / glue_faces_operation.doc
1 /*!
2
3 \page glue_faces_operation_page Glue Faces
4
5 \n To <b>Glue Faces</b> in the <b>Main Menu</b> select <b>Repair - > Glue Faces</b>.
6
7 \n This operation glues faces that are coincident with respect to the
8 given tolerance value.
9
10 \n The \b Result will be a \b GEOM_Object.
11
12 \n <b>TUI Command:</b> <em>geompy.MakeGlueFaces(theShape,
13 theTolerance),</em> where \em theShape is a compound of solids to be
14 glued, \em theTolerance is a maximum distance between two faces, which can
15 be considered as coincident.
16 \n <b>Arguments:</b> Name + Compound of solids + Tolerance value.
17
18 \image html glue1.png
19
20 \n It is also possible to manually select the faces that will be 
21 glued - select the shape, specify the tolerance and press \b Detect button.
22
23 \image html glue2.png
24
25 \n \b Geometry module detects the faces where gluing can be performed and
26 displays a notification.
27
28 \image html glue3.png
29
30 \n The faces that can be glued are colored in red.  It is possible to
31 select the faces for gluing in the 3D viewer. The selected faces will
32 be marked in white.
33
34 \n <b>Example:</b>
35
36 \image html glue_faces1.png
37 <center><em>Object that needs gluing</em></center>
38
39 \image html glue_faces2.png
40 <center><em>Glued object</em></center>
41
42 \image html glue_faces3.png
43 <center><em>Manual selection of faces for gluing</em></center>
44
45 Our <b>TUI Scripts</b> provide you with useful examples of the use of
46 \ref tui_glue_faces "Repairing Operations".
47
48 */