Salome HOME
3b1bbeaaf23a4c30b43643a1d69c6bd1584614e3
[modules/smesh.git] / doc / salome / gui / SMESH / input / merging_nodes.doc
1 /*!
2
3 \page merging_nodes_page Merging nodes
4
5 This functionality allows user to detect groups of coincident nodes
6 with specified tolerance; each group of the coincident nodes can be
7 then converted to the single node.
8
9 \image html mergenodes_ico.png "Merge nodes button"
10
11 <em>To merge nodes of your mesh:</em>
12 <ol>
13 <li>From the \b Modification choose \b Transformation and from its
14 sub-menu select the <b>Merge nodes</b> item. The following dialog box
15 shall appear:</li>
16 <br>
17 \image html mergenodes_auto.png
18 <br>
19 <ul>
20 <li>\b Name is the name of the mesh whose nodes will be merged.</li>
21 <li>\b Automatic or \b Manual Mode allows choosing how the nodes are
22 processed.
23 <li>\b Tolerance is a maximum distance between nodes sufficient for
24 merging.</li>
25 <li><b>Exclude Groups</b> group box allows to ignore the nodes which
26 belong to the specified mesh groups.
27 </ul>
28
29 <li><b>Automatic mode:</b>
30 <br>
31 <ul>
32 <li>In the \b Automatic Mode all Nodes within the indicated tolerance
33 will be merged. The nodes which belong to the groups specified in the
34 <b>Exclude Groups</b> will be not taken into account.</li>
35 </ul>
36 </li><br>
37 <li>If the \b Manual Mode is selected, additional controls are available:
38 <ul>
39 <li>\b Detect button generates the list of coincident nodes for the given
40 \b Tolerance.</li>
41 <li><b>Coincident nodes</b> is a list of groups of nodes for
42 merging. All nodes of each group will form one after the
43 operation.
44 <ul>
45 <li>\b Remove button deletes the selected group from the list.</li>
46 <li>\b Add button adds to the list a group of nodes selected in the
47 viewer with pressed "Shift" key.</li>
48 <li><b>Select all</b> checkbox selects all groups.</li>
49 </ul>
50
51 <br>
52 \image html mergenodes.png
53 <br>
54 </li>
55 <li><b>Edit selected group</b> list allows editing the selected
56 group:
57 <br><br>
58 \image html add.png
59 <center>adds to the group the node selected in the viewer.</center>
60 <br>
61 \image html remove.png
62 <center>removes from the group the selected node.</center>
63 <br>
64 \image html sort.png
65 <center>moves the selected node to the first position in the
66 group. This means that all other nodes will be merged into this
67 one.</center><br>
68 </li>
69 </ul>
70 </li>
71 <li>To confirm your choice click \b Apply or <b>Apply and Close</b> button.</li>
72 </ol>
73
74 \image html merging_nodes1.png "The initial obgect" 
75
76 \image html merging_nodes2.png "The object has been merged with a very big tolerance"
77
78 <br><b>See Also</b> a sample TUI Script of a 
79 \ref tui_merging_nodes "Merge Nodes" operation.  
80
81 */