Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/smesh.git] / doc / salome / gui / SMESH / input / merging_elements.doc
1 /*!
2
3 \page merging_elements_page Merging Elements
4
5 \n This functionality allows to merge coincident elements of a mesh
6 selectable in the dialog box.
7
8 \image html mergeelems.png
9
10 <ul>
11 <li>\b Name is the name of the mesh whose elements will be merged.</li>
12 <li>\b Tolerance is a maximum distance between elements sufficient for
13 merging.
14 <ul>
15 <li>\b Detect button generates the list of coincident elements for the given
16 \b Tolerance.</li>
17 </ul>
18 </li>
19 <li><b>Coincident elements</b> is a list of groupes of elements for
20 merging. All elements of each group will form one after the operation.
21 <ul>
22 <li>\b Remove button deletes the selected group from the list.</li>
23 <li>\b Add button adds to the list a group of elements selected in the
24 viewer with pressed "Shift" key.</li>
25 <li><b>Select all</b> checkbox selects all groups.</li>
26 </ul>
27 </li>
28 <li><b>Edit selected group</b> list allows editing the selected
29 group:
30 <br><br>
31 \image html add.gif
32 <center>adds to the group the element selected in the viewer.</center>
33 <br>
34 \image html remove.gif
35 <center>removes from the group the selected element.</center>
36 <br>
37 \image html sort.gif
38 <center>moves the selected element to the first position in the
39 group. This means that all other elements will be merged into this
40 one.</center><br>
41 </li>
42 </ul>
43 </li>
44 <li>To confirm your choice click \b OK or \b Apply button.</li>
45 </ol>
46
47 In this picture you see a triangle which coincides with one of the
48 elements of the mesh. After we apply <b>Merge Elements</b> functionality, the
49 triangle will be completely merged with the mesh.
50
51 \image html meshtrianglemergeelem1.png
52
53 <br><b>See Also</b> a sample TUI Script of a 
54 \ref tui_merging_elements "Merge Elements" operation.  
55
56 */