Salome HOME
Merge from V5_1_main 10/06/2010
[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:</li>
15
16 \image html mergenodes_auto.png
17 <br>
18 <ul>
19 <li>\b Name is the name of the mesh whose nodes will be merged.</li>
20 <li>\b Automatic or \b Manual Mode allows choosing how the nodes are
21 processed.
22 <li>\b Tolerance is a maximum distance between nodes sufficient for
23 merging.</li>
24 </ul>
25
26 <li><b>Automatic mode:</b>
27 <br>
28 <ul>
29 <li>In the \b Automatic Mode all Nodes within the indicated tolerance
30 will be merged.</li>
31 </ul>
32 </li><br>
33 <li>If the \b Manual Mode is selected, additional controls are available:
34 <ul>
35 <li>\b Detect button generates the list of coincident nodes for the given
36 \b Tolerance.</li>
37 <li><b>Coincident nodes</b> is a list of groups of nodes for
38 merging. All nodes of each group will form one after the
39 operation.
40 <ul>
41 <li>\b Remove button deletes the selected group from the list.</li>
42 <li>\b Add button adds to the list a group of nodes selected in the
43 viewer with pressed "Shift" key.</li>
44 <li><b>Select all</b> checkbox selects all groups.</li>
45 </ul>
46
47 \image html mergenodes.png
48
49 </li>
50 <li><b>Edit selected group</b> list allows editing the selected
51 group:
52 <br><br>
53 \image html add.png
54 <center>adds to the group the node selected in the viewer.</center>
55 <br>
56 \image html remove.png
57 <center>removes from the group the selected node.</center>
58 <br>
59 \image html sort.png
60 <center>moves the selected node to the first position in the
61 group. This means that all other nodes will be merged into this
62 one.</center><br>
63 </li>
64 </ul>
65 </li>
66 <li>To confirm your choice click \b Apply or <b>Apply and Close</b> button.</li>
67 </ol>
68
69 \image html merging_nodes1.png "The initial obgect" 
70
71 \image html merging_nodes2.png "The object has been merged with a very big tolerance"
72
73 <br><b>See Also</b> a sample TUI Script of a 
74 \ref tui_merging_nodes "Merge Nodes" operation.  
75
76 */