Salome HOME
bb65232d392ba7a78a6a0c28af05435bf713f799
[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_ico.png "Merge elements button"
9
10 <ol>
11 <li>Choose in the main menu \b Modification -> \b Transformation -> <b>Merge elements</b> item. The following dialog box
12 shall appear:</li>
13
14 \image html mergeelems_auto.png
15 <br>
16 <ul>
17 <li>\b Name is the name of the mesh whose elements will be merged.</li>
18 <li>\b Automatic or \b Manual Mode allows choosing how the elements
19 are processed.
20 </ul>
21
22 <li><b>Automatic mode:</b>
23 <ul>
24 <li>In the \b Automatic Mode the elements created on the same nodes will be merged.</li>
25 </ul>
26 </li>
27
28 <li>If the \b Manual Mode is selected, additional controls are
29 available:
30
31 \image html mergeelems.png
32 <br>
33 <ul>
34 <li>\b Detect button generates the list of coincident elements for the given \b Tolerance.</li>
35 <li><b>Coincident elements</b> is a list of groups of elements for
36 merging. All elements of each group will form one after the operation.
37 <ul>
38 <li>\b Remove button deletes the selected group from the list.</li>
39 <li>\b Add button adds to the list a group of elements selected in the
40 viewer with pressed "Shift" key.</li>
41 <li><b>Select all</b> checkbox selects all groups.</li>
42 <li><b>Show double elements IDs</b> checkbox shows/hides identifiers of
43 elements in the 3D viewer.</li>
44 </ul></li>
45 <li><b>Edit selected group</b> list allows editing the selected group:
46 <br><br>
47 \image html add.png
48 <center>adds to the group the element selected in the viewer.</center>
49 <br>
50 \image html remove.png
51 <center>removes from the group the selected element.</center>
52 <br>
53 \image html sort.png
54 <center>moves the selected element to the first position in the
55 group. This means that all other elements will be merged into this
56 one.</center>
57 <br>
58 </li>
59 <li>To confirm your choice click \b Apply or <b>Apply and Close</b> button.</li>
60 </ul>
61 </ol>
62
63 In this picture you see a triangle which coincides with one of the
64 elements of the mesh. After we apply <b>Merge Elements</b> functionality, the
65 triangle will be completely merged with the mesh.
66
67 \image html meshtrianglemergeelem1.png
68
69 <br><b>See Also</b> a sample TUI Script of a
70 \ref tui_merging_elements "Merge Elements" operation.
71
72 */