3 \page merging_nodes_page Merging nodes
5 \n This functionality allows user to detect groups of coincident nodes
6 with desirable tolerance, edit these groups and merge.
8 <em>To merge nodes of your mesh:</em>
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
14 \image html mergenodes.png
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
21 <li>\b Detect button generates the list of coincident nodes for the given
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
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>
35 <li><b>Edit selected group</b> list allows editing the selected
39 <center>adds to the group the node selected in the viewer.</center>
41 \image html remove.gif
42 <center>removes from the group the selected node.</center>
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
51 <li>To confirm your choice click \b Apply or <b>Apply and Close</b> button.</li>
54 \image html merging_nodes1.png
56 \image html merging_nodes2.png
58 <br><b>See Also</b> a sample TUI Script of a
59 \ref tui_merging_nodes "Merge Nodes" operation.