Salome HOME
Fix MA construction
[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. As result of the operation all nodes of each group will be
43   replaces by the firts node of the group.
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 <li><b>Show double nodes IDs</b> checkbox shows/hides identifiers of
50 nodes of selected groups in the 3D viewer.</li>
51 </ul>
52
53 <br>
54 \image html mergenodes.png
55 <br>
56 </li>
57 <li><b>Edit selected group</b> list allows editing the selected
58   group:
59   <br><br>
60   \image html add.png
61   <center>adds to the group the nodes selected in the viewer.</center>
62   <br>
63   \image html remove.png
64   <center>removes from the group the selected nodes.</center>
65   <br>
66   \image html sort.png
67   <center>moves the selected node to the first position in the
68     group. This means that all other nodes of the group will be
69     replaced by this one.</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 obgect" 
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 */