Salome HOME
Update SMESH documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / merging_nodes.doc
1 /*!
2
3 \page merging_nodes_page Merging nodes
4
5 \n This functionality allows user to detect groups of coincident nodes
6 with desirable tolerance, edit these groups and merge.
7
8 \image html mergenodes_ico.png "Merge nodes button"
9
10 <em>To merge nodes of your mesh:</em>
11 <ol>
12 <li>From the \b Modification choose \b Transformation and  from its
13 sub-menu select the <b>Merge nodes</b> item. The following dialog box
14 shall appear:
15
16 \image html mergenodes.png
17
18 <ul>
19 <li>\b Name is the name of the mesh whose nodes will be merged.</li>
20 <li>\b Tolerance is a maximum distance between nodes sufficient for
21 merging.
22 <ul>
23 <li>\b Detect button generates the list of coincident nodes for the given
24 \b Tolerance.</li>
25 </ul>
26 </li>
27 <li><b>Coincident nodes</b> is a list of groupes of nodes for
28 merging. All nodes of each group will form one after the
29 operation.
30 <ul>
31 <li>\b Remove button deletes the selected group from the list.</li>
32 <li>\b Add button adds to the list a group of nodes selected in the
33 viewer with pressed "Shift" key.</li>
34 <li><b>Select all</b> checkbox selects all groups.</li>
35 </ul>
36 </li>
37 <li><b>Edit selected group</b> list allows editing the selected
38 group:
39 <br><br>
40 \image html add.png
41 <center>adds to the group the node selected in the viewer.</center>
42 <br>
43 \image html remove.png
44 <center>removes from the group the selected node.</center>
45 <br>
46 \image html sort.png
47 <center>moves the selected node to the first position in the
48 group. This means that all other nodes will be merged into this
49 one.</center><br>
50 </li>
51 </ul>
52 </li>
53 <li>To confirm your choice click \b Apply or <b>Apply and Close</b> button.</li>
54 </ol>
55
56 \image html merging_nodes1.png "The initial obgect" 
57
58 \image html merging_nodes2.png "The object has been merged with a very big tolerance"
59
60 <br><b>See Also</b> a sample TUI Script of a 
61 \ref tui_merging_nodes "Merge Nodes" operation.  
62
63 */