Salome HOME
NPAL18500: structured help for SMESH python interface.
[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 merging.
13     <ul>
14       <li>\b Detect button generates the list of coincident elements for the given \b Tolerance.</li>
15     </ul></li>
16   <li><b>Coincident elements</b> is a list of groupes of elements for
17     merging. All elements of each group will form one after the operation.
18     <ul>
19       <li>\b Remove button deletes the selected group from the list.</li>
20       <li>\b Add button adds to the list a group of elements selected in the
21         viewer with pressed "Shift" key.</li>
22       <li><b>Select all</b> checkbox selects all groups.</li>
23     </ul></li>
24   <li><b>Edit selected group</b> list allows editing the selected group:
25     <br><br>
26     \image html add.gif
27     <center>adds to the group the element selected in the viewer.</center>
28     <br>
29     \image html remove.gif
30     <center>removes from the group the selected element.</center>
31     <br>
32     \image html sort.gif
33     <center>moves the selected element to the first position in the
34     group. This means that all other elements will be merged into this
35     one.</center>
36     <br>
37   </li>
38   <li>To confirm your choice click \b Apply or <b>Apply and Close</b> button.</li>
39 </ul>
40
41 In this picture you see a triangle which coincides with one of the
42 elements of the mesh. After we apply <b>Merge Elements</b> functionality, the
43 triangle will be completely merged with the mesh.
44
45 \image html meshtrianglemergeelem1.png
46
47 <br><b>See Also</b> a sample TUI Script of a
48 \ref tui_merging_elements "Merge Elements" operation.
49
50 */