Salome HOME
Help Update for version 7.6.0
[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 menu button"
10
11 <em>To merge nodes of your mesh:</em>
12 <ol>
13 <li>Choose \b Modification -> \b Transformation -> <b>Merge nodes</b>
14   menu item. The following dialog box shall appear:</li>
15 <br>
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 <li><b>Exclude Groups</b> group box allows to ignore the nodes which
25 belong to the specified mesh groups.
26 </ul>
27
28 <li><b>Automatic mode:</b>
29 <br>
30 <ul>
31 <li>In the \b Automatic Mode all Nodes within the indicated tolerance
32 will be merged. The nodes which belong to the groups specified in the
33 <b>Exclude Groups</b> will be not taken into account.</li>
34 </ul>
35 </li><br>
36 <li> The \b Manual mode gives you full control of what the operation will do.
37 In this mode 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. After the operation all nodes of each group will
43   be united into one node. The first node of a group is kept and
44   the others are removed.
45 <ul>
46 <li>\b Remove button deletes the selected group from the list.</li>
47 <li>\b Add button adds to the list a group of nodes selected in the
48 viewer with pressed "Shift" key.</li>
49 <li><b>Select all</b> check-box selects all groups.</li>
50 <li><b>Show double nodes IDs</b> check-box shows/hides identifiers of
51 nodes of selected groups in the 3D viewer.</li>
52 </ul>
53
54 <br>
55 \image html mergenodes.png
56 <br>
57 </li>
58 <li><b>Edit selected group</b> list allows editing the selected
59   group:
60   <br><br>
61   \image html add.png
62   <center>adds to the group the nodes selected in the viewer.</center>
63   <br>
64   \image html remove.png
65   <center>removes from the group the selected nodes.</center>
66   <br>
67   \image html sort.png
68   <center>moves the selected node to the first position in the
69     group in order to keep it in the mesh.</center><br>
70 </li>
71 </ul>
72 </li>
73 <li>To confirm your choice click \b Apply or <b>Apply and Close</b> button.</li>
74 </ol>
75
76 \image html merging_nodes1.png "The initial object" 
77
78 \image html merging_nodes2.png "The object has been merged with a very big tolerance"
79
80 <br><b>See Also</b> a sample TUI Script of a 
81 \ref tui_merging_nodes "Merge Nodes" operation.  
82
83 */