Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[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 <em>To merge nodes of your mesh:</em>
9 <ol>
10 <li>From the \b Modification choose \b Transformation and  from its
11 sub-menu select the <b>Merge nodes</b> item. The following dialog box
12 shall appear:
13
14 \image html mergenodes.png
15
16 <ul>
17 <li>\b Name is the name of the mesh whose nodes will be merged.</li>
18 <li>\b Tolerance is a maximum distance between nodes sufficient for
19 merging.
20 <ul>
21 <li>\b Detect button generates the list of coincident nodes for the given
22 \b Tolerance.</li>
23 </ul>
24 </li>
25 <li><b>Coincident nodes</b> is a list of groupes of nodes for
26 merging. All nodes of each group will form one after the
27 operation.
28 <ul>
29 <li>\b Remove button deletes the selected group from the list.</li>
30 <li>\b Add button adds to the list a group of nodes selected in the
31 viewer with pressed "Shift" key.</li>
32 <li><b>Select all</b> checkbox selects all groups.</li>
33 </ul>
34 </li>
35 <li><b>Edit selected group</b> list allows editing the selected
36 group:
37 <br><br>
38 \image html add.gif
39 <center>adds to the group the node selected in the viewer.</center>
40 <br>
41 \image html remove.gif
42 <center>removes from the group the selected node.</center>
43 <br>
44 \image html sort.gif
45 <center>moves the selected node to the first position in the
46 group. This means that all other nodes will be merged into this
47 one.</center><br>
48 </li>
49 </ul>
50 </li>
51 <li>To confirm your choice click \b OK or \b Apply button.</li>
52 </ol>
53
54 \image html merging_nodes1.png
55
56 \image html merging_nodes2.png
57
58 <br><b>See Also</b> a sample TUI Script of a 
59 \ref tui_merging_nodes "Merge Nodes" operation.  
60
61 */