Salome HOME
62089e843a82a075872dc3cb5d5e07c63830da51
[modules/smesh.git] / doc / salome / gui / SMESH / files / merging_nodes.htm
1 <!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
2
3 <html>
4
5 <head>
6 <title>Merging nodes</title>
7 <meta http-equiv="content-type" content="text/html; charset=windows-1252">
8 <meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">
9 <link rel="stylesheet" href="../default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">
10 <!--
11 if (navigator.appName !="Netscape")
12 {   document.write("<link rel='stylesheet' href='../default.css'>");}
13 //-->
14 </script>
15 <style type="text/css">
16 <!--
17 img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; }
18 p.whs2 { margin-left:40px; }
19 img_whs3 { border:none; width:420px; height:507px; float:none; border-style:none; }
20 ul.whs4 { list-style:disc; }
21 p.whs5 { margin-left:72px; }
22 p.whs6 { margin-left:40px; font-weight:bold; }
23 img_whs7 { border:none; width:37px; height:28px; float:none; border-style:none; }
24 img_whs8 { border:none; width:38px; height:30px; float:none; border-style:none; }
25 img_whs9 { border:none; width:82px; height:27px; float:none; border-style:none; }
26 img_whs10 { border:none; width:341px; height:375px; float:none; border-style:none; }
27 img_whs11 { border:none; float:none; width:347px; height:376px; border-style:none; }
28 -->
29 </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
30 <!--
31 function reDo() {
32   if (innerWidth != origWidth || innerHeight != origHeight)
33      location.reload();
34 }
35 if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
36         origWidth = innerWidth;
37         origHeight = innerHeight;
38         onresize = reDo;
39 }
40 onerror = null; 
41 //-->
42 </script>
43 <style type="text/css">
44 <!--
45 div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
46 p.WebHelpNavBar { text-align:right; }
47 -->
48 </style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>
49 <script type="text/javascript" language="javascript" src="../whver.js"></script>
50 <script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>
51 <script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>
52 <script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>
53 <script type="text/javascript" language="javascript1.2">
54 <!--
55 if (window.gbWhTopic)
56 {
57         if (window.setRelStartPage)
58         {
59         addTocInfo("MESH module\nModifying meshes\nTransforming meshes\nMerging nodes");
60 addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");
61 addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");
62
63         }
64
65
66         if (window.setRelStartPage)
67         {
68         setRelStartPage("../index.htm");
69
70                 autoSync(1);
71                 sendSyncInfo();
72                 sendAveInfoOut();
73         }
74
75 }
76 else
77         if (window.gbIE4)
78                 document.location.reload();
79 //-->
80 </script>
81 </head>
82 <body><script type="text/javascript" language="javascript1.2">
83 <!--
84 if (window.writeIntopicBar)
85         writeIntopicBar(4);
86 //-->
87 </script>
88 <h1>Merging nodes</h1>
89
90 <p><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1"> This functionality allows user to detect groups of coincident 
91  nodes with desirable tolerance, edit these groups and merge.</p>
92
93 <p>&nbsp;</p>
94
95 <p class=TODO>To merge nodes of your mesh:</p>
96
97 <p class=TODO>&nbsp;</p>
98
99 <p class="whs2">1. From the <span style="font-weight: bold;"><B>Modification 
100  </B></span>choose <span style="font-weight: bold;"><B>Transformation </B></span>and 
101  &nbsp;from its 
102  sub-menu select the <span style="font-weight: bold;"><B>Merge nodes </B></span>item. 
103  The following dialog box shall appear:</p>
104
105 <p>&nbsp;</p>
106
107 <p class="whs2"><img src="../pics/mergenodes.png" x-maintain-ratio="TRUE" width="420px" height="507px" border="0" class="img_whs3"></p>
108
109 <p class="whs2">&nbsp;</p>
110
111 <ul type="disc" class="whs4">
112         
113         <li class=kadov-p><p class="whs2"><span style="font-weight: bold;"><B>Name</B></span> 
114  is the name of the mesh whose nodes will be merged.</p></li>
115         
116         <li class=kadov-p><p class="whs2"><span style="font-weight: bold;"><B>Tolerance</B></span> 
117  is a maximum distance between nodes sufficient for merging.</p></li>
118         
119         <li class=kadov-p><p class="whs5"><span style="font-weight: bold;"><B>Detect</B></span> 
120  button generates the list of coincident nodes for the given <span style="font-weight: bold;"><B>Tolerance</B></span>.</p></li>
121         
122         <li class=kadov-p><p class="whs2"><span style="font-weight: bold;"><B>Coincident 
123  nodes</B></span> is a list of groupes of nodes for merging. All nodes of each 
124  group will form one after the operation. </p></li>
125         
126         <li class=kadov-p><p class="whs5"><span style="font-weight: bold;"><B>Remove</B></span> 
127  button deletes the selected group from the list.</p></li>
128         
129         <li class=kadov-p><p class="whs5"><span style="font-weight: bold;"><B>Add</B></span> 
130  button adds to the list a group of nodes selected in the viewer with pressed 
131  &quot;Shift&quot; key.</p></li>
132         
133         <li class=kadov-p><p class="whs5"><span style="font-weight: bold;"><B>Select 
134  all</B></span> checkbox selects all groups.</p></li>
135         
136         <li class=kadov-p><p class="whs6">Edit 
137  selected group<span style="font-weight: normal;"> list</span> <span style="font-weight: normal;">allows 
138  editing the selected group:</span></p></li>
139         
140         <li class=kadov-p><p class="whs5"><img src="../pics/add.gif" x-maintain-ratio="TRUE" width="37px" height="28px" border="0" class="img_whs7"> adds 
141  to the group the node selected in the viewer.</p></li>
142         
143         <li class=kadov-p><p class="whs5"><img src="../pics/remove.gif" x-maintain-ratio="TRUE" width="38px" height="30px" border="0" class="img_whs8"> removes 
144  from the group the selected node.</p></li>
145         
146         <li class=kadov-p><p class="whs5"><img src="../pics/sort.gif" x-maintain-ratio="TRUE" width="82px" height="27px" border="0" class="img_whs9"> moves 
147  the selected node to the first position in the group. This means that 
148  all other nodes will be merged into this one. </p></li>
149 </ul>
150
151 <p class="whs5">&nbsp;</p>
152
153 <p class="whs5">To confirm your choice click <span style="font-weight: bold;"><B>OK</B></span> 
154  or <span style="font-weight: bold;"><B>Apply</B></span> button.</p>
155
156 <p class="whs2">&nbsp;</p>
157
158 <p class="whs2"><img src="../pics/merging_nodes1.png" x-maintain-ratio="TRUE" width="341px" height="375px" border="0" class="img_whs10"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/merging_nodes2.png" x-maintain-ratio="TRUE" width="347px" height="376px" border="0" class="img_whs11"></p>
159
160 <p class="whs2">&nbsp;</p>
161
162 <p class="whs2">&nbsp;</p>
163
164 <p>&nbsp;&nbsp;<span style="font-weight: bold;"><B>See 
165  Also</B></span> a sample TUI Script of a <a href="../transforming_meshes.htm#bookmark3">Merge 
166  Nodes</a> operation. &nbsp;</p>
167
168 <p>&nbsp;</p>
169
170 <script type="text/javascript" language="javascript1.2">
171 <!--
172 if (window.writeIntopicBar)
173         writeIntopicBar(0);
174 //-->
175 </script>
176 </body>
177 </html>