Update SMESH documentation from YSN (for bug PAL11696).

This commit is contained in:
mkr 2006-04-21 12:15:58 +00:00
parent 0f463dbca5
commit 9e528beb8f
32 changed files with 262 additions and 235 deletions

View File

@ -15,15 +15,16 @@ if (navigator.appName !="Netscape")
<style type="text/css"> <style type="text/css">
<!-- <!--
img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; } img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; }
img_whs2 { border:none; width:223px; height:213px; border-style:none; } p.whs2 { margin-left:40px; }
p.whs3 { margin-left:0px; } img_whs3 { border:none; width:223px; height:213px; border-style:none; }
p.whs4 { margin-left:0px; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs3 {margin-left:1pt; }"; strNSS += "p.whs4 {margin-left:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -91,7 +92,7 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="image151.gif" width="223px" height="213px" border="0" class="img_whs2"></p> <p class="whs2"><img src="image151.gif" width="223px" height="213px" border="0" class="img_whs3"></p>
<p>&nbsp;</p> <p>&nbsp;</p>
@ -99,7 +100,7 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs3"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs4"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="quality_controls.htm#bookmark1">Borders a sample TUI Script of a <a href="quality_controls.htm#bookmark1">Borders
at Multi-Connection quality control</a> operation. &nbsp;</p> at Multi-Connection quality control</a> operation. &nbsp;</p>

View File

@ -14,10 +14,12 @@ if (navigator.appName !="Netscape")
</script> </script>
<style type="text/css"> <style type="text/css">
<!-- <!--
img_whs1 { border:none; border-style:none; width:332px; height:327px; float:none; } p.whs1 { margin-left:40px; }
p.whs2 { font-weight:bold; } img_whs2 { border:none; width:332px; height:327px; float:none; border-style:none; }
img_whs3 { border:none; width:326px; height:199px; border-style:none; } p.whs3 { font-weight:bold; margin-left:40px; }
img_whs4 { border:none; width:329px; height:210px; border-style:none; } img_whs4 { border:none; width:326px; height:199px; border-style:none; }
p.whs5 { font-weight:bold; }
img_whs6 { border:none; width:329px; height:210px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
@ -84,7 +86,7 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="pics/a-clipping2.png" x-maintain-ratio="TRUE" width="332px" height="327px" border="0" class="img_whs1"></p> <p class="whs1"><img src="pics/a-clipping2.png" x-maintain-ratio="TRUE" width="332px" height="327px" border="0" class="img_whs2"></p>
<p>&nbsp;</p> <p>&nbsp;</p>
@ -101,27 +103,27 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs2"><img src="image79.jpg" width="326px" height="199px" border="0" class="img_whs3"></p> <p class="whs3"><img src="image79.jpg" width="326px" height="199px" border="0" class="img_whs4"></p>
<p class="whs2">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs2"><span style="font-weight: normal;">If the</span> <p class="whs5"><span style="font-weight: normal;">If the</span>
Auto Apply<span style="font-weight: normal;"> button is on, you can preview Auto Apply<span style="font-weight: normal;"> button is on, you can preview
the cross-section in the</span> Object window</p> the cross-section in the</span> Object window</p>
<p class="whs2">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs2"><img src="image99.gif" width="329px" height="210px" border="0" class="img_whs4"></p> <p class="whs3"><img src="image99.gif" width="329px" height="210px" border="0" class="img_whs6"></p>
<p class="whs2">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs2"><span style="font-weight: normal;">To get <p class="whs5"><span style="font-weight: normal;">To get
a new object from </span>Clipping, <span style="font-weight: normal;">click</span> a new object from </span>Clipping, <span style="font-weight: normal;">click</span>
Ok. </p> Ok. </p>
<p class="whs2">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs2">&nbsp;</p> <p class="whs5">&nbsp;</p>
<script type="text/javascript" language="javascript1.2"> <script type="text/javascript" language="javascript1.2">
<!-- <!--

View File

@ -14,7 +14,9 @@ if (navigator.appName !="Netscape")
</script> </script>
<style type="text/css"> <style type="text/css">
<!-- <!--
img_whs1 { border:none; height:285px; width:260px; border-style:none; } p.whs1 { margin-left:40px; font-weight:bold; }
p.whs2 { margin-left:40px; }
img_whs3 { border:none; height:285px; width:260px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
@ -77,12 +79,10 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p>Only Faces &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Only <p class="whs1">Only Faces &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Only
Edges</p> Edges</p>
<p>&nbsp;</p> <p class="whs2"><img src="image56.jpg" height="285px" width="260px" border="0" class="img_whs3"> &nbsp;<img src="image58.gif" height="285px" width="260px" border="0" class="img_whs3"></p>
<p><img src="image56.jpg" height="285px" width="260px" border="0" class="img_whs1"> &nbsp;<img src="image58.gif" height="285px" width="260px" border="0" class="img_whs1"></p>
<p>&nbsp;</p> <p>&nbsp;</p>

View File

@ -16,24 +16,26 @@ if (navigator.appName !="Netscape")
<!-- <!--
ul.whs1 { list-style:disc; } ul.whs1 { list-style:disc; }
p.whs2 { background-color:Transparent; color:#000000; font-weight:bold; } p.whs2 { background-color:Transparent; color:#000000; font-weight:bold; }
img_whs3 { border:none; width:332px; height:238px; float:none; border-style:none; } p.whs3 { margin-left:40px; }
img_whs4 { border:none; width:309px; height:316px; float:none; border-style:none; } img_whs4 { border:none; width:332px; height:238px; float:none; border-style:none; }
p.whs5 { margin-left:0px; } img_whs5 { border:none; width:309px; height:316px; float:none; border-style:none; }
img_whs6 { border:none; width:332px; height:212px; float:none; border-style:none; } p.whs6 { margin-left:0px; }
img_whs7 { border:none; width:267px; height:339px; float:none; border-style:none; } img_whs7 { border:none; width:332px; height:212px; float:none; border-style:none; }
p.whs8 { font-weight:bold; } img_whs8 { border:none; width:267px; height:339px; float:none; border-style:none; }
img_whs9 { border:none; width:367px; height:224px; border-style:none; float:right; } p.whs9 { font-weight:bold; }
img_whs10 { border:none; width:252px; height:243px; float:none; border-style:none; } img_whs10 { border:none; width:367px; height:224px; border-style:none; float:right; }
p.whs11 { font-weight:bold; margin-left:40px; } img_whs11 { border:none; width:252px; height:243px; float:none; border-style:none; }
img_whs12 { border:none; width:431px; height:233px; border-style:none; float:right; } p.whs12 { font-weight:bold; margin-left:40px; }
img_whs13 { border:none; width:395px; height:387px; float:none; border-style:none; } img_whs13 { border:none; width:431px; height:233px; border-style:none; float:right; }
img_whs14 { border:none; width:332px; height:264px; float:none; border-style:none; } img_whs14 { border:none; width:395px; height:387px; float:none; border-style:none; }
img_whs15 { border:none; width:368px; height:760px; float:none; border-style:none; } img_whs15 { border:none; width:332px; height:264px; float:none; border-style:none; }
img_whs16 { border:none; width:365px; height:605px; float:none; border-style:none; } img_whs16 { border:none; width:368px; height:760px; float:none; border-style:none; }
img_whs17 { border:none; width:287px; height:305px; float:none; border-style:none; } h3.whs17 { margin-left:40px; }
img_whs18 { border:none; width:205px; height:175px; float:none; border-style:none; } img_whs18 { border:none; width:365px; height:605px; float:none; border-style:none; }
img_whs19 { border:none; width:195px; height:192px; border-style:none; } img_whs19 { border:none; width:287px; height:305px; float:none; border-style:none; }
img_whs20 { border:none; width:206px; height:195px; border-style:none; } img_whs20 { border:none; width:205px; height:175px; float:none; border-style:none; }
img_whs21 { border:none; width:195px; height:192px; border-style:none; }
img_whs22 { border:none; width:206px; height:195px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
@ -41,7 +43,7 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs2 {background-color:white; }"; strNSS += "p.whs2 {background-color:white; }";
strNSS += "p.whs5 {margin-left:1pt; }"; strNSS += "p.whs6 {margin-left:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -106,28 +108,28 @@ else
<ul type="disc" class="whs1"> <ul type="disc" class="whs1">
<li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ " <li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ "
class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#arithmetic_1D" style="font-weight: bold;"><span class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#arithmetic_1D"><span
style="font-weight: bold;"><B>Arithmetic 1D</a></B></span></p></li> style="font-weight: bold;"><B>Arithmetic 1D</B></span></a></p></li>
<li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ " <li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ "
class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#Average_length" style="font-weight: bold;"><span class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#Average_length"><span
style="font-weight: bold;"><B>Average Length</a></B></span></p></li> style="font-weight: bold;"><B>Average Length</B></span></a></p></li>
<li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ " <li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ "
class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#deflection_1D" style="font-weight: bold;"><span class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#deflection_1D"><span
style="font-weight: bold;"><B>Deflection 1D </a></B></span></p></li> style="font-weight: bold;"><B>Deflection 1D </B></span></a></p></li>
<li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ " <li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ "
class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#Number_of_elements" style="font-weight: bold;"><span class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#Number_of_elements"><span
style="font-weight: bold;"><B>Number of segments</a></B></span></p></li> style="font-weight: bold;"><B>Number of segments</B></span></a></p></li>
<li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ " <li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ "
class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#start_and_end_length" style="font-weight: bold;"><span class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#start_and_end_length"><span
style="font-weight: bold;"><B>Start and end length</a></B></span></p></li> style="font-weight: bold;"><B>Start and end length</B></span></a></p></li>
<li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ " <li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ "
class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#automatic_length" style="font-weight: bold;"><span class=kadov-p><p class="whs2"><a href="arithmetic_1d.htm#automatic_length"><span
style="font-weight: bold;"><B>Automatic Length</a></B></span></p></li> style="font-weight: bold;"><B>Automatic Length</B></span></a></p></li>
</ul> </ul>
<h3><a name=arithmetic_1D>Arithmetic 1D hypothesis</a></h3> <h3><a name=arithmetic_1D>Arithmetic 1D hypothesis</a></h3>
@ -139,11 +141,11 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="../pics/a-arithmetic1d.png" x-maintain-ratio="TRUE" width="332px" height="238px" border="0" class="img_whs3"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/b-ithmetic1d.png" x-maintain-ratio="TRUE" width="309px" height="316px" border="0" class="img_whs4"></p> <p class="whs3"><img src="../pics/a-arithmetic1d.png" x-maintain-ratio="TRUE" width="332px" height="238px" border="0" class="img_whs4"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/b-ithmetic1d.png" x-maintain-ratio="TRUE" width="309px" height="316px" border="0" class="img_whs5"></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs5"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs6"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark">Defining a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark">Defining
Arithmetic 1D hypothesis</a> operation. &nbsp;</p> Arithmetic 1D hypothesis</a> operation. &nbsp;</p>
@ -161,17 +163,17 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="../pics/a-deflection1d.png" x-maintain-ratio="TRUE" width="332px" height="212px" border="0" class="img_whs6"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/b-flection1d.png" x-maintain-ratio="TRUE" width="267px" height="339px" border="0" class="img_whs7"></p> <p class="whs3"><img src="../pics/a-deflection1d.png" x-maintain-ratio="TRUE" width="332px" height="212px" border="0" class="img_whs7"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/b-flection1d.png" x-maintain-ratio="TRUE" width="267px" height="339px" border="0" class="img_whs8"></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs5"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs6"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark9">Defining a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark9">Defining
Deflection 1D hypothesis</a> operation. &nbsp;</p> Deflection 1D hypothesis</a> operation. &nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs8"><img src="../image41.gif" x-maintain-ratio="TRUE" width="367px" height="224px" align="right" border="0" class="img_whs9"></p> <p class="whs9"><img src="../image41.gif" x-maintain-ratio="TRUE" width="367px" height="224px" align="right" border="0" class="img_whs10"></p>
<h3><a name=Average_length>Average Length hypothesis</a></h3> <h3><a name=Average_length>Average Length hypothesis</a></h3>
@ -184,17 +186,17 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="../pics/a-averagelength.png" x-maintain-ratio="TRUE" width="332px" height="212px" border="0" class="img_whs6"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/b-erage_length.png" x-maintain-ratio="TRUE" width="252px" height="243px" border="0" class="img_whs10"></p> <p class="whs3"><img src="../pics/a-averagelength.png" x-maintain-ratio="TRUE" width="332px" height="212px" border="0" class="img_whs7"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/b-erage_length.png" x-maintain-ratio="TRUE" width="252px" height="243px" border="0" class="img_whs11"></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs5"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs6"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark3">Defining a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark3">Defining
Average Length hypothesis</a> operation. &nbsp;</p> Average Length hypothesis</a> operation. &nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs11"><img src="../image46.gif" x-maintain-ratio="TRUE" width="431px" height="233px" align="right" border="0" class="img_whs12"></p> <p class="whs12"><img src="../image46.gif" x-maintain-ratio="TRUE" width="431px" height="233px" align="right" border="0" class="img_whs13"></p>
<h3><a name=Number_of_elements>Number of segments hypothesis</a> </h3> <h3><a name=Number_of_elements>Number of segments hypothesis</a> </h3>
@ -209,33 +211,33 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs5">You can set the type of distribution for this <p class="whs6">You can set the type of distribution for this
hypothesis in the <span style="font-weight: bold;"><B>Hypothesis Construction</B></span> hypothesis in the <span style="font-weight: bold;"><B>Hypothesis Construction</B></span>
dialog bog : </p> dialog bog : </p>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<p class="whs5"><span style="font-weight: bold;"><B>Equidistant <p class="whs6"><span style="font-weight: bold;"><B>Equidistant
Distribution</B></span> - all segments will have the same length, you define Distribution</B></span> - all segments will have the same length, you define
only the <span style="font-weight: bold;"><B>Number of Segments</B></span>.</p> only the <span style="font-weight: bold;"><B>Number of Segments</B></span>.</p>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<p><img src="../pics/a-nbsegments1.png" x-maintain-ratio="TRUE" width="332px" height="238px" border="0" class="img_whs3"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/b-mberofsegments.png" x-maintain-ratio="TRUE" width="395px" height="387px" border="0" class="img_whs13"></p> <p class="whs3"><img src="../pics/a-nbsegments1.png" x-maintain-ratio="TRUE" width="332px" height="238px" border="0" class="img_whs4"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/b-mberofsegments.png" x-maintain-ratio="TRUE" width="395px" height="387px" border="0" class="img_whs14"></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs8">Scale Distribution - <span style="font-weight: normal;">each <p class="whs9">Scale Distribution - <span style="font-weight: normal;">each
next segment differs from the previous according to the formula:</span> next segment differs from the previous according to the formula:</span>
A<span style="vertical-align: Sub;">i+1</span> = A<span style="vertical-align: Sub;">i A<span style="vertical-align: Sub;">i+1</span> = A<span style="vertical-align: Sub;">i
</span>* k, <span style="font-weight: normal;">where</span> k <span style="font-weight: normal;">is </span>* k, <span style="font-weight: normal;">where</span> k <span style="font-weight: normal;">is
a</span> Scale Factor. </p> a</span> Scale Factor. </p>
<p class="whs8"><img src="../pics/a-nbsegments2.png" x-maintain-ratio="TRUE" width="332px" height="264px" border="0" class="img_whs14">\</p> <p class="whs12"><img src="../pics/a-nbsegments2.png" x-maintain-ratio="TRUE" width="332px" height="264px" border="0" class="img_whs15">\</p>
<p class="whs8">&nbsp;</p> <p class="whs9">&nbsp;</p>
<p class="whs8">Distribution with Table Density - <span style="font-weight: normal;">you <p class="whs9">Distribution with Table Density - <span style="font-weight: normal;">you
input a number of pairs</span> t - F(t),<span style="font-weight: normal;"> input a number of pairs</span> t - F(t),<span style="font-weight: normal;">
where </span>t<span style="font-weight: normal;"> ranges from 0 to 1,</span> where </span>t<span style="font-weight: normal;"> ranges from 0 to 1,</span>
&nbsp;<span style="font-weight: normal;">and &nbsp;<span style="font-weight: normal;">and
@ -244,19 +246,19 @@ else
mode<span style="font-weight: normal;"> from </span>Exponent<span style="font-weight: normal;"> mode<span style="font-weight: normal;"> from </span>Exponent<span style="font-weight: normal;">
and </span>Cut negative<span style="font-weight: normal;">. </span></p> and </span>Cut negative<span style="font-weight: normal;">. </span></p>
<p class="whs8">&nbsp;</p> <p class="whs9">&nbsp;</p>
<p class="whs8"><img src="../pics/distributionwithtabledensity.png" x-maintain-ratio="TRUE" width="368px" height="760px" border="0" class="img_whs15"></p> <p class="whs12"><img src="../pics/distributionwithtabledensity.png" x-maintain-ratio="TRUE" width="368px" height="760px" border="0" class="img_whs16"></p>
<p class="whs8">&nbsp;</p> <p class="whs9">&nbsp;</p>
<p class="whs8">Distribution with Analytic Density - <span <p class="whs9">Distribution with Analytic Density - <span
style="font-weight: normal;">you input the formula, which will rule the style="font-weight: normal;">you input the formula, which will rule the
change of length of segments and the module shows the curve in the plot.</span></p> change of length of segments and the module shows the curve in the plot.</span></p>
<h3><img src="../pics/distributionwithanalyticdensity.png" x-maintain-ratio="TRUE" width="365px" height="605px" border="0" class="img_whs16"></h3> <h3 class="whs17"><img src="../pics/distributionwithanalyticdensity.png" x-maintain-ratio="TRUE" width="365px" height="605px" border="0" class="img_whs18"></h3>
<p class="whs5"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs6"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark9">Defining a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark9">Defining
Number of Segments hypothesis</a> operation. &nbsp;</p> Number of Segments hypothesis</a> operation. &nbsp;</p>
@ -273,16 +275,16 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="../pics/a-startendlength.png" x-maintain-ratio="TRUE" width="332px" height="238px" border="0" class="img_whs3"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/b-art_end_length.png" x-maintain-ratio="TRUE" width="287px" height="305px" border="0" class="img_whs17"></p> <p class="whs3"><img src="../pics/a-startendlength.png" x-maintain-ratio="TRUE" width="332px" height="238px" border="0" class="img_whs4"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/b-art_end_length.png" x-maintain-ratio="TRUE" width="287px" height="305px" border="0" class="img_whs19"></p>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<p class="whs5"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs6"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark3">Defining a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark3">Defining
Start and End Length &nbsp;hypothesis</a> Start and End Length &nbsp;hypothesis</a>
operation. &nbsp;</p> operation. &nbsp;</p>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<h3><a name=automatic_length>Automatic Length</a></h3> <h3><a name=automatic_length>Automatic Length</a></h3>
@ -291,7 +293,7 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="../pics/automaticlength.png" x-maintain-ratio="TRUE" width="205px" height="175px" border="0" class="img_whs18"> </p> <p class="whs3"><img src="../pics/automaticlength.png" x-maintain-ratio="TRUE" width="205px" height="175px" border="0" class="img_whs20"> </p>
<p>&nbsp;</p> <p>&nbsp;</p>
@ -303,7 +305,7 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="../image147.gif" width="195px" height="192px" border="0" class="img_whs19"> &nbsp;&nbsp;&nbsp;<img src="../image148.gif" width="206px" height="195px" border="0" class="img_whs20"></p> <p class="whs3"><img src="../image147.gif" width="195px" height="192px" border="0" class="img_whs21"> &nbsp;&nbsp;&nbsp;<img src="../image148.gif" width="206px" height="195px" border="0" class="img_whs22"></p>
<p>&nbsp;</p> <p>&nbsp;</p>

View File

@ -27,7 +27,7 @@ col.whs10 { width:33.382%; }
col.whs11 { width:66.618%; } col.whs11 { width:66.618%; }
tr.whs12 { x-cell-content-align:top; height:587px; } tr.whs12 { x-cell-content-align:top; height:587px; }
td.whs13 { width:33.382%; padding-right:10px; padding-left:10px; border-bottom-style:none; border-right-style:none; border-left-style:none; border-top-style:none; } td.whs13 { width:33.382%; padding-right:10px; padding-left:10px; border-bottom-style:none; border-right-style:none; border-left-style:none; border-top-style:none; }
img_whs14 { border:none; width:312px; height:621px; float:none; } img_whs14 { border:none; width:312px; height:621px; float:none; border-style:none; }
td.whs15 { width:66.618%; padding-right:10px; padding-left:10px; border-bottom-style:none; border-top-style:none; border-right-style:none; } td.whs15 { width:66.618%; padding-right:10px; padding-left:10px; border-bottom-style:none; border-top-style:none; border-right-style:none; }
p.whs16 { margin-left:0px; } p.whs16 { margin-left:0px; }
img_whs17 { border:none; width:145px; height:150px; border-style:none; float:left; } img_whs17 { border:none; width:145px; height:150px; border-style:none; float:left; }
@ -156,8 +156,7 @@ else
<h3>Standalone Group </h3> <h3>Standalone Group </h3>
<p class="whs7">The box for creation of a <span style="font-weight: bold;"><B>Standalone <p class="whs7"><span style="font-weight: bold;"><B>Standalone
Group</B></span> appears by default. <span style="font-weight: bold;"><B>Standalone
Group</B></span> consists of mesh elements, which you can define in two possible Group</B></span> consists of mesh elements, which you can define in two possible
ways.</p> ways.</p>
@ -183,9 +182,14 @@ else
<p class="whs7"><span style="font-weight: bold;"><B>Select from <p class="whs7"><span style="font-weight: bold;"><B>Select from
</B></span>set of fields allows to choose a submesh or an existing group whose </B></span>set of fields allows to choose a submesh or an existing group whose
elements of the previously defined type will be added to the list of elements elements of the previously defined type will be added to the list of elements
which will form your group. <span style="font-weight: bold;"><B>Color Number</B></span> which will form your group. </p>
(integer only) allows to define the color to be used for the display of
the elements of the group.</p> <p class="whs7"><span style="font-weight: bold;"><B>Color Number</B></span>
(integer only, ranging from 0 to 9999) - allows to assign to the group
a certain index, for example, defining boundary conditions. This feature
introduces a useful element of preprocessing in Mesh module. Note that
<span style="font-weight: bold;"><B>Color number</B></span> attribute has nothing
to do with the colors used for the display of the elements of the group.</p>
<p class="whs7">&nbsp;</p> <p class="whs7">&nbsp;</p>
@ -228,8 +232,8 @@ Taper &gt; 0. </p>
of a certain type belonging to the selected<span style="font-weight: bold;"> of a certain type belonging to the selected<span style="font-weight: bold;">
<B></B></span>geometrical object. To define a group select in the Objet Browser <B></B></span>geometrical object. To define a group select in the Objet Browser
or in the 3D viewer a geometrical object from which the elements will or in the 3D viewer a geometrical object from which the elements will
be taken. After confirmation of the operation MESH will create a new group be taken. After confirmation of the operation a new group of mesh elements
of mesh elements.</p> will be created.</p>
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>

View File

@ -16,7 +16,7 @@ if (navigator.appName !="Netscape")
<!-- <!--
p.whs1 { margin-left:40px; } p.whs1 { margin-left:40px; }
img_whs2 { border:none; width:21px; height:22px; border-style:none; } img_whs2 { border:none; width:21px; height:22px; border-style:none; }
img_whs3 { border:none; border-style:none; width:312px; height:565px; float:none; } img_whs3 { border:none; width:400px; height:622px; float:none; }
p.whs4 { font-weight:normal; } p.whs4 { font-weight:normal; }
p.whs5 { margin-left:0px; } p.whs5 { margin-left:0px; }
--> -->
@ -98,16 +98,14 @@ else
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
<p class="whs1"><img src="../pics/editgroup.png" x-maintain-ratio="TRUE" width="312px" height="565px" border="0" class="img_whs3"></p> <p class="whs1"><img src="../pics/editgroup.png" x-maintain-ratio="TRUE" width="400px" height="622px" border="0" class="img_whs3"></p>
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs1">In this dialog box you can modify the name<span <p class="whs1">In this dialog box you can modify the name<span
style="font-weight: bold;"> <B></B></span>of your group and add or remove the style="font-weight: bold;"> <B></B></span>of your group and add or remove the
elements forming it. For more information <a href="creating_groups.htm">see elements forming it. For more information <a href="creating_groups.htm">see
here</a>.</p> Creating Groups </a><span style="margin-left: 40px;">page.</span></p>
<p class="whs1">&nbsp;</p>
<p class="whs1">2. Click the <span style="font-weight: bold;"><B>OK <p class="whs1">2. Click the <span style="font-weight: bold;"><B>OK
</B></span>or <span style="font-weight: bold;"><B>&nbsp;Apply </B></span>or <span style="font-weight: bold;"><B>&nbsp;Apply

View File

@ -16,10 +16,10 @@ if (navigator.appName !="Netscape")
<!-- <!--
ul.whs1 { list-style:disc; } ul.whs1 { list-style:disc; }
p.whs2 { background-color:Transparent; color:#000000; font-weight:bold; } p.whs2 { background-color:Transparent; color:#000000; font-weight:bold; }
p.whs3 { margin-left:80px; } p.whs3 { margin-left:40px; }
img_whs4 { border:none; width:332px; height:212px; float:none; border-style:none; } img_whs4 { border:none; width:332px; height:212px; float:none; border-style:none; }
p.whs5 { margin-left:0px; } p.whs5 { margin-left:80px; }
p.whs6 { margin-left:40px; } p.whs6 { margin-left:0px; }
img_whs7 { border:none; width:455px; height:385px; float:none; border-style:none; } img_whs7 { border:none; width:455px; height:385px; float:none; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
@ -28,7 +28,7 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs2 {background-color:white; }"; strNSS += "p.whs2 {background-color:white; }";
strNSS += "p.whs5 {margin-left:1pt; }"; strNSS += "p.whs6 {margin-left:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -93,12 +93,12 @@ else
<ul type="disc" class="whs1"> <ul type="disc" class="whs1">
<li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ " <li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ "
class=kadov-p><p class="whs2"><a href="max._element_area_hypothesis.htm#max_element_area" style="font-weight: bold;"><span class=kadov-p><p class="whs2"><a href="max._element_area_hypothesis.htm#max_element_area"><span
style="font-weight: bold;"><B>Max Element Area</a></B></span></p></li> style="font-weight: bold;"><B>Max Element Area</B></span></a></p></li>
<li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ " <li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ "
class=kadov-p><p class="whs2"><a href="max._element_area_hypothesis.htm#length_from_edges" style="font-weight: bold;"><span class=kadov-p><p class="whs2"><a href="max._element_area_hypothesis.htm#length_from_edges"><span
style="font-weight: bold;"><B>Length from Edges</a></B></span></p></li> style="font-weight: bold;"><B>Length from Edges</B></span></a></p></li>
<li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ " <li style="/*begin!kadov{{*/ color: #000000; /*}}end!kadov*/ "
class=kadov-p><p class="whs2"><a href="max._element_area_hypothesis.htm#quadrangle preference" style="font-weight: bold;">Quadrangle class=kadov-p><p class="whs2"><a href="max._element_area_hypothesis.htm#quadrangle preference" style="font-weight: bold;">Quadrangle
@ -118,21 +118,21 @@ else
<p class="whs3"><img src="../pics/a-maxelarea.png" x-maintain-ratio="TRUE" width="332px" height="212px" border="0" class="img_whs4"></p> <p class="whs3"><img src="../pics/a-maxelarea.png" x-maintain-ratio="TRUE" width="332px" height="212px" border="0" class="img_whs4"></p>
<p class="whs3">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs5"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs6"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark4">Maximum a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark4">Maximum
Element Area hypothesis</a> operation. &nbsp;</p> Element Area hypothesis</a> operation. &nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs6"><img src="../pics/max_el_area.png" x-maintain-ratio="TRUE" width="455px" height="385px" border="0" class="img_whs7"></p> <p class="whs3"><img src="../pics/max_el_area.png" x-maintain-ratio="TRUE" width="455px" height="385px" border="0" class="img_whs7"></p>
<p class="whs6">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs6">&nbsp;</p> <p class="whs3">&nbsp;</p>
<h3><a name=length_from_edges>Length from Edges hypothesis </a></h3> <h3><a name=length_from_edges>Length from Edges</a></h3>
<p><span style="font-weight: bold;"><B>Length from edges</B></span> hypothesis <p><span style="font-weight: bold;"><B>Length from edges</B></span> hypothesis
builds 1D mesh segments having a length calculated as an average edge builds 1D mesh segments having a length calculated as an average edge
@ -140,7 +140,7 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs5"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs6"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark6">Length a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark6">Length
from Edges hypothesis</a> operation. &nbsp;</p> from Edges hypothesis</a> operation. &nbsp;</p>

View File

@ -15,16 +15,17 @@ if (navigator.appName !="Netscape")
<style type="text/css"> <style type="text/css">
<!-- <!--
img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; } img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; }
p.whs2 { margin-left:80px; } p.whs2 { margin-left:48px; }
img_whs3 { border:none; border-style:none; width:332px; height:212px; float:none; } img_whs3 { border:none; width:332px; height:212px; float:none; border-style:none; }
p.whs4 { margin-left:0px; } p.whs4 { margin-left:80px; }
p.whs5 { margin-left:0px; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs4 {margin-left:1pt; }"; strNSS += "p.whs5 {margin-left:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -98,9 +99,9 @@ else
<p class="whs2"><img src="../pics/a-maxelvolume.png" x-maintain-ratio="TRUE" width="332px" height="212px" border="0" class="img_whs3"></p> <p class="whs2"><img src="../pics/a-maxelvolume.png" x-maintain-ratio="TRUE" width="332px" height="212px" border="0" class="img_whs3"></p>
<p class="whs2">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs4"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs5"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark5">Maximum a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark5">Maximum
Element Volume hypothesis</a> operation. &nbsp;</p> Element Volume hypothesis</a> operation. &nbsp;</p>

View File

@ -16,18 +16,18 @@ if (navigator.appName !="Netscape")
<!-- <!--
img_whs1 { border:none; border-style:none; width:355px; height:296px; float:none; } img_whs1 { border:none; border-style:none; width:355px; height:296px; float:none; }
img_whs2 { border:none; width:30px; height:29px; border-style:none; } img_whs2 { border:none; width:30px; height:29px; border-style:none; }
img_whs3 { border:none; float:none; width:386px; height:336px; border-style:none; } p.whs3 { margin-left:40px; }
img_whs4 { border:none; float:none; width:386px; height:338px; border-style:none; } img_whs4 { border:none; float:none; width:386px; height:336px; border-style:none; }
p.whs5 { margin-left:0px; } img_whs5 { border:none; float:none; width:386px; height:338px; border-style:none; }
p.whs6 { margin-left:0px; font-weight:bold; } p.whs6 { margin-left:0px; }
img_whs7 { border:none; width:388px; height:341px; float:none; border-style:none; } p.whs7 { font-weight:bold; margin-left:40px; }
img_whs8 { border:none; width:388px; height:341px; float:none; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs5 {margin-left:1pt; }";
strNSS += "p.whs6 {margin-left:1pt; }"; strNSS += "p.whs6 {margin-left:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
@ -112,23 +112,23 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="../pics/edit_mesh1.png" x-maintain-ratio="TRUE" width="386px" height="336px" border="0" class="img_whs3"> &nbsp;<img src="../pics/edit_mesh_remove_hyp.png" x-maintain-ratio="TRUE" width="386px" height="338px" border="0" class="img_whs4"></p> <p class="whs3"><img src="../pics/edit_mesh1.png" x-maintain-ratio="TRUE" width="386px" height="336px" border="0" class="img_whs4"> &nbsp;<img src="../pics/edit_mesh_remove_hyp.png" x-maintain-ratio="TRUE" width="386px" height="338px" border="0" class="img_whs5"></p>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<p class="whs6"><img src="../pics/edit_mesh_change_value_hyp.png" x-maintain-ratio="TRUE" width="388px" height="341px" border="0" class="img_whs7"></p> <p class="whs7"><img src="../pics/edit_mesh_change_value_hyp.png" x-maintain-ratio="TRUE" width="388px" height="341px" border="0" class="img_whs8"></p>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<p class="whs5"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs6"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of an <a href="../constructing_meshes.htm#bookmark2">Edit a sample TUI Script of an <a href="../constructing_meshes.htm#bookmark2">Edit
Mesh</a> operation. &nbsp;</p> Mesh</a> operation. &nbsp;</p>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>

View File

@ -8,21 +8,21 @@
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com"><style type="text/css"> <meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com"><style type="text/css">
<!-- <!--
p.whs1 { margin-top:0pt; margin-bottom:0pt; } p.whs1 { margin-top:0pt; margin-bottom:0pt; }
p.whs2 { margin-left:80px; margin-top:0pt; margin-bottom:0pt; } p.whs2 { margin-top:0pt; margin-bottom:0pt; margin-left:48px; }
img_whs3 { border:none; border-style:none; width:249px; height:29px; float:none; } img_whs3 { border:none; width:249px; height:29px; float:none; border-style:none; }
ul.whs4 { list-style:disc; } ul.whs4 { list-style:disc; }
img_whs5 { border:none; border-style:none; width:26px; height:25px; float:none; } img_whs5 { border:none; width:26px; height:25px; float:none; border-style:none; }
img_whs6 { border:none; border-style:none; width:27px; height:25px; float:none; } img_whs6 { border:none; width:27px; height:25px; float:none; border-style:none; }
img_whs7 { border:none; border-style:none; width:24px; height:23px; float:none; } img_whs7 { border:none; width:24px; height:23px; float:none; border-style:none; }
img_whs8 { border:none; border-style:none; width:24px; height:24px; float:none; } img_whs8 { border:none; width:24px; height:24px; float:none; border-style:none; }
img_whs9 { border:none; border-style:none; width:25px; height:24px; float:none; } img_whs9 { border:none; width:25px; height:24px; float:none; border-style:none; }
img_whs10 { border:none; border-style:none; width:23px; height:23px; float:none; } img_whs10 { border:none; width:23px; height:23px; float:none; border-style:none; }
img_whs11 { border:none; border-style:none; width:26px; height:26px; float:none; } img_whs11 { border:none; width:26px; height:26px; float:none; border-style:none; }
img_whs12 { border:none; border-style:none; width:78px; height:147px; float:none; } img_whs12 { border:none; width:78px; height:147px; float:none; border-style:none; }
img_whs13 { border:none; border-style:none; width:28px; height:25px; float:none; } img_whs13 { border:none; width:28px; height:25px; float:none; border-style:none; }
img_whs14 { border:none; border-style:none; width:27px; height:27px; float:none; } img_whs14 { border:none; width:27px; height:27px; float:none; border-style:none; }
p.whs15 { font-weight:bold; margin-left:80px; margin-top:0pt; margin-bottom:0pt; } p.whs15 { font-weight:bold; margin-left:80px; margin-top:0pt; margin-bottom:0pt; }
img_whs16 { border:none; border-style:none; width:350px; height:453px; float:none; } img_whs16 { border:none; width:350px; height:453px; float:none; border-style:none; }
p.whs17 { font-weight:bold; margin-top:0pt; margin-bottom:0pt; } p.whs17 { font-weight:bold; margin-top:0pt; margin-bottom:0pt; }
p.whs18 { font-weight:bold; margin-left:36px; margin-top:0pt; margin-bottom:0pt; } p.whs18 { font-weight:bold; margin-left:36px; margin-top:0pt; margin-bottom:0pt; }
p.whs19 { font-weight:bold; margin-left:0px; margin-top:0pt; margin-bottom:0pt; } p.whs19 { font-weight:bold; margin-left:0px; margin-top:0pt; margin-bottom:0pt; }
@ -113,6 +113,8 @@ else
downward triangles have extended functionality which can be accessed by downward triangles have extended functionality which can be accessed by
locking on them with left mouse button. &nbsp;</p> locking on them with left mouse button. &nbsp;</p>
<p class="whs1">&nbsp;</p>
<p class="whs2"><img src="../pics/image107.gif" x-maintain-ratio="TRUE" width="249px" height="29px" border="0" class="img_whs3"></p> <p class="whs2"><img src="../pics/image107.gif" x-maintain-ratio="TRUE" width="249px" height="29px" border="0" class="img_whs3"></p>
<ul type="disc" class="whs4"> <ul type="disc" class="whs4">

View File

@ -15,15 +15,16 @@ if (navigator.appName !="Netscape")
<style type="text/css"> <style type="text/css">
<!-- <!--
img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; } img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; }
img_whs2 { border:none; border-style:none; width:278px; height:231px; float:none; } p.whs2 { margin-left:40px; }
p.whs3 { margin-left:0px; } img_whs3 { border:none; width:278px; height:231px; float:none; border-style:none; }
p.whs4 { margin-left:0px; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs3 {margin-left:1pt; }"; strNSS += "p.whs4 {margin-left:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -90,7 +91,7 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="pics/free_borders1.png" x-maintain-ratio="TRUE" width="278px" height="231px" border="0" class="img_whs2"> &nbsp;</p> <p class="whs2"><img src="pics/free_borders1.png" x-maintain-ratio="TRUE" width="278px" height="231px" border="0" class="img_whs3"> &nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
@ -98,7 +99,7 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs3"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs4"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="quality_controls.htm#bookmark">Free a sample TUI Script of a <a href="quality_controls.htm#bookmark">Free
Borders quality control</a> operation. &nbsp;</p> Borders quality control</a> operation. &nbsp;</p>

View File

@ -15,15 +15,16 @@ if (navigator.appName !="Netscape")
<style type="text/css"> <style type="text/css">
<!-- <!--
img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; } img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; }
img_whs2 { border:none; border-style:none; width:165px; height:239px; float:none; } p.whs2 { margin-left:40px; }
p.whs3 { margin-left:0px; } img_whs3 { border:none; width:165px; height:239px; float:none; border-style:none; }
p.whs4 { margin-left:0px; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs3 {margin-left:1pt; }"; strNSS += "p.whs4 {margin-left:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -90,13 +91,13 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="pics/length-crit.png" x-maintain-ratio="TRUE" width="165px" height="239px" border="0" class="img_whs2"></p> <p class="whs2"><img src="pics/length-crit.png" x-maintain-ratio="TRUE" width="165px" height="239px" border="0" class="img_whs3"></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs3">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs3"><span style="font-weight: bold;"><B>See Also</B></span> <p class="whs4"><span style="font-weight: bold;"><B>See Also</B></span>
a sample TUI Script of a <a href="quality_controls.htm#bookmark2">&nbsp;Length a sample TUI Script of a <a href="quality_controls.htm#bookmark2">&nbsp;Length
quality control</a> operation. &nbsp;</p> quality control</a> operation. &nbsp;</p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -14,12 +14,14 @@ if (navigator.appName !="Netscape")
</script> </script>
<style type="text/css"> <style type="text/css">
<!-- <!--
img_whs1 { border:none; height:274px; width:260px; border-style:none; } p.whs1 { margin-left:40px; }
p.whs2 { font-weight:bold; } img_whs2 { border:none; height:274px; width:260px; border-style:none; }
img_whs3 { border:none; height:285px; width:261px; border-style:none; } p.whs3 { font-weight:bold; margin-left:40px; }
img_whs4 { border:none; width:263px; height:277px; border-style:none; } img_whs4 { border:none; height:285px; width:261px; border-style:none; }
p.whs5 { font-weight:normal; } p.whs5 { font-weight:bold; }
img_whs6 { border:none; height:287px; width:259px; border-style:none; } img_whs6 { border:none; width:263px; height:277px; border-style:none; }
p.whs7 { font-weight:normal; }
img_whs8 { border:none; height:287px; width:259px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
@ -86,38 +88,40 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><span style="font-weight: bold;"><B>Wireframe, </B></span></p> <p class="whs1"><span style="font-weight: bold;"><B>Wireframe
</B></span></p>
<p><img src="image53.gif" height="274px" width="260px" border="0" class="img_whs1"></p> <p class="whs1"><img src="image53.gif" height="274px" width="260px" border="0" class="img_whs2"></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p><span style="font-weight: bold;"><B>Shading</B></span></p> <p class="whs1"><span style="font-weight: bold;"><B>Shading</B></span></p>
<p class="whs2"><img src="image37.jpg" height="285px" width="261px" border="0" class="img_whs3"></p> <p class="whs3"><img src="image37.jpg" height="285px" width="261px" border="0" class="img_whs4"></p>
<p class="whs2">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs2"><span style="font-weight: normal;">or </span>Nodes.</p> <p class="whs3"><span style="font-weight: normal;">or
</span>Nodes.</p>
<p class="whs2"><img src="image56.gif" width="263px" height="277px" border="0" class="img_whs4"></p> <p class="whs3"><img src="image56.gif" width="263px" height="277px" border="0" class="img_whs6"></p>
<p class="whs2">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs2">Wireframe <span style="font-weight: normal;">can <p class="whs5">Wireframe <span style="font-weight: normal;">can
combine with</span> Nodes<span style="font-weight: normal;"> and</span> combine with</span> Nodes<span style="font-weight: normal;"> and</span>
Shading.</p> Shading.</p>
<p class="whs2">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs2">Shading<span style="font-weight: normal;"> <p class="whs5">Shading<span style="font-weight: normal;">
and</span> Wireframe<span style="font-weight: normal;"> modes can combine and</span> Wireframe<span style="font-weight: normal;"> modes can combine
with</span> Shrink, <span style="font-weight: normal;">however</span> with</span> Shrink, <span style="font-weight: normal;">however</span>
Nodes <span style="font-weight: normal;">can't.</span></p> Nodes <span style="font-weight: normal;">can't.</span></p>
<p class="whs5"><img src="image55.gif" height="287px" width="259px" border="0" class="img_whs6"></p> <p class="whs7"><img src="image55.gif" height="287px" width="259px" border="0" class="img_whs8"></p>
<p class="whs2">&nbsp;</p> <p class="whs5">&nbsp;</p>
<script type="text/javascript" language="javascript1.2"> <script type="text/javascript" language="javascript1.2">
<!-- <!--

View File

@ -14,7 +14,8 @@ if (navigator.appName !="Netscape")
</script> </script>
<style type="text/css"> <style type="text/css">
<!-- <!--
img_whs1 { border:none; border-style:none; width:354px; height:173px; float:none; } p.whs1 { margin-left:40px; }
img_whs2 { border:none; border-style:none; width:354px; height:173px; float:none; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
@ -72,7 +73,7 @@ else
</script> </script>
<h1>Transparency</h1> <h1>Transparency</h1>
<p><img src="pics/a-transparency.png" x-maintain-ratio="TRUE" width="354px" height="173px" border="0" class="img_whs1"></p> <p class="whs1"><img src="pics/a-transparency.png" x-maintain-ratio="TRUE" width="354px" height="173px" border="0" class="img_whs2"></p>
<p>&nbsp;</p> <p>&nbsp;</p>

View File

@ -9,9 +9,9 @@
<!-- <!--
h1.whs1 { font-size:24pt; } h1.whs1 { font-size:24pt; }
img_whs2 { border:none; width:30px; height:30px; float:none; border-style:none; } img_whs2 { border:none; width:30px; height:30px; float:none; border-style:none; }
img_whs3 { border:none; width:164px; height:199px; border-style:none; } p.whs3 { margin-left:40px; }
p.whs4 { margin-left:40px; } img_whs4 { border:none; width:164px; height:199px; border-style:none; }
img_whs5 { border:none; width:23px; height:25px; } img_whs5 { border:none; width:23px; height:25px; border-style:none; }
p.whs6 { margin-left:0px; } p.whs6 { margin-left:0px; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
@ -84,15 +84,15 @@ else
<p><img src="i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs2"> <span style="font-weight: bold;"><B>Volume</B></span> mesh quality <p><img src="i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs2"> <span style="font-weight: bold;"><B>Volume</B></span> mesh quality
criterion reflects the volume of meshes of a 3D object. </p> criterion reflects the volume of meshes of a 3D object. </p>
<p><img src="image143.gif" width="164px" height="199px" border="0" class="img_whs3"></p> <p class="whs3"><img src="image143.gif" width="164px" height="199px" border="0" class="img_whs4"></p>
<p class=TODO <p class=TODO
style="font-family: 'Arial Black', sans-serif; font-style: italic;">To style="font-family: 'Arial Black', sans-serif; font-style: italic;">To
apply the Volume quality criterion to your mesh:</p> apply the Volume quality criterion to your mesh:</p>
<p class="whs4">1. Display your mesh in the viewer.</p> <p class="whs3">1. Display your mesh in the viewer.</p>
<p class="whs4">2. Choose <span style="font-weight: bold;"><B>Controls <p class="whs3">2. Choose <span style="font-weight: bold;"><B>Controls
&gt; Volume </B></span>or click <img src="image145.gif" width="23px" height="25px" border="0" class="img_whs5"> button in the toolbar. Your &gt; Volume </B></span>or click <img src="image145.gif" width="23px" height="25px" border="0" class="img_whs5"> button in the toolbar. Your
mesh will be displayed in the viewer with its elements colored according mesh will be displayed in the viewer with its elements colored according
to the applied mesh quality control criterion:</p> to the applied mesh quality control criterion:</p>

View File

@ -148,6 +148,7 @@ aWE("931",60);
aWE("932",60); aWE("932",60);
aWE("95",63); aWE("95",63);
aWE("950",60); aWE("950",60);
aWE("9999",24);
aWE("a_mesh",60); aWE("a_mesh",60);
aWE("aa",60); aWE("aa",60);
aWE("abl",16,1,53); aWE("abl",16,1,53);
@ -228,7 +229,7 @@ aWE("anoth",60,37);
aWE("any",13,1,22,24,27,11,57,61,45); aWE("any",13,1,22,24,27,11,57,61,45);
aWE("ap",14,16,1,17,19,2,20,5,22,24,25,7,8,26,27,29,10,11,31,32,59,36,60,61,38,39,40,64,43,44,45,46,47,49,50,51,69,54); aWE("ap",14,16,1,17,19,2,20,5,22,24,25,7,8,26,27,29,10,11,31,32,59,36,60,61,38,39,40,64,43,44,45,46,47,49,50,51,69,54);
aWE("apparent",22); aWE("apparent",22);
aWE("appear",0,16,1,20,22,23,24,25,26,27,29,10,11,35,61,39,40,64,41,46,48,49,50,51); aWE("appear",0,16,1,20,22,23,25,26,27,29,10,11,35,61,39,40,64,41,46,48,49,50,51);
aWE("append",60,63); aWE("append",60,63);
aWE("appli",17,18,19,2,22,23,33,32,36,34,37,38,65,44,45,47,69,54); aWE("appli",17,18,19,2,22,23,33,32,36,34,37,38,65,44,45,47,69,54);
aWE("applicabl",19,65); aWE("applicabl",19,65);
@ -248,8 +249,9 @@ aWE("array_of_nodes_group",66);
aWE("asmeshgroup1",57); aWE("asmeshgroup1",57);
aWE("asmeshgroup2",57); aWE("asmeshgroup2",57);
aWE("aspect",15,19,2,31,63,45); aWE("aspect",15,19,2,31,63,45);
aWE("assign",18,22,7,38,54); aWE("assign",18,22,24,7,38,54);
aWE("associat",16,28,39); aWE("associat",16,28,39);
aWE("attribut",24);
aWE("auto",5); aWE("auto",5);
aWE("automatic",12,18,22,31,61); aWE("automatic",12,18,22,31,61);
aWE("automatical",0,18,20,22,25,27,49); aWE("automatical",0,18,20,22,25,27,49);
@ -287,8 +289,8 @@ aWE("both",0,11,45,51);
aWE("bottom",60,42); aWE("bottom",60,42);
aWE("bound",13,61); aWE("bound",13,61);
aWE("boundari",61); aWE("boundari",61);
aWE("boundary",12,61,43,45); aWE("boundary",12,24,61,43,45);
aWE("box",14,16,1,18,20,22,6,23,24,25,7,26,27,29,10,11,57,30,59,35,61,63,39,40,64,41,42,65,43,45,46,66,48,49,50,51,52,68); aWE("box",14,16,1,18,20,22,6,23,25,7,26,27,29,10,11,57,30,59,35,61,63,39,40,64,41,42,65,43,45,46,66,48,49,50,51,52,68);
aWE("box_1",60); aWE("box_1",60);
aWE("box_id",6,7); aWE("box_id",6,7);
aWE("box1",66); aWE("box1",66);
@ -341,7 +343,7 @@ aWE("compound",6,7);
aWE("comput",0,18,22,6,7,57,60,61,63,43,66,68); aWE("comput",0,18,22,6,7,57,60,61,63,43,66,68);
aWE("computation",22,23,7,57,60); aWE("computation",22,23,7,57,60);
aWE("concept",37); aWE("concept",37);
aWE("condition",12); aWE("condition",12,24);
aWE("confirm",20,25,29,39,45,49,51); aWE("confirm",20,25,29,39,45,49,51);
aWE("confirmation",24); aWE("confirmation",24);
aWE("conform",12,37,43,66); aWE("conform",12,37,43,66);
@ -374,7 +376,7 @@ aWE("could",13,16);
aWE("count",43); aWE("count",43);
aWE("counterclockwis",61); aWE("counterclockwis",61);
aWE("cours",22); aWE("cours",22);
aWE("creat",13,14,0,16,1,18,5,22,6,23,24,7,57,31,35,60,37,61,63,38,41,65,46,66,48,51,54); aWE("creat",13,14,0,16,1,18,5,22,6,23,24,7,29,57,31,35,60,37,61,63,38,41,65,46,66,48,51,54);
aWE("createanddisplaygo",7); aWE("createanddisplaygo",7);
aWE("createarea",57,63); aWE("createarea",57,63);
aWE("createaspectratio",63); aWE("createaspectratio",63);
@ -399,7 +401,7 @@ aWE("createskew",63);
aWE("createtap",63); aWE("createtap",63);
aWE("createvolume3d",63); aWE("createvolume3d",63);
aWE("createwarp",63); aWE("createwarp",63);
aWE("creation",13,24,37,61,38,51); aWE("creation",13,37,61,38,51);
aWE("criteria",31,65); aWE("criteria",31,65);
aWE("criterion",17,19,2,24,25,57,58,32,36,63,65,44,47,49,69,54); aWE("criterion",17,19,2,24,25,57,58,32,36,63,65,44,47,49,69,54);
aWE("cros",0,5,54); aWE("cros",0,5,54);
@ -413,7 +415,7 @@ aWE("cylind",60);
aWE("d",18); aWE("d",18);
aWE("deal",13); aWE("deal",13);
aWE("def",60); aWE("def",60);
aWE("default",0,22,24,11,62,65,67,53); aWE("default",0,22,11,62,65,67,53);
aWE("defin",13,14,1,18,19,5,22,6,23,24,7,11,60,37,61,43,66,53); aWE("defin",13,14,1,18,19,5,22,6,23,24,7,11,60,37,61,43,66,53);
aWE("definit",13,15,18,20,21,24,25,31,38,39,49); aWE("definit",13,15,18,20,21,24,25,31,38,39,49);
aWE("definition",0,18,33,34); aWE("definition",0,18,33,34);
@ -504,7 +506,7 @@ aWE("even",22,33);
aWE("eventual",61); aWE("eventual",61);
aWE("every",54); aWE("every",54);
aWE("everyth",22); aWE("everyth",22);
aWE("exampl",13,2,22,61,51); aWE("exampl",13,2,22,24,61,51);
aWE("exce",18); aWE("exce",18);
aWE("exceed",45); aWE("exceed",45);
aWE("except",43,53); aWE("except",43,53);
@ -542,6 +544,7 @@ aWE("fail",60);
aWE("far",43); aWE("far",43);
aWE("fashion",11); aWE("fashion",11);
aWE("fast",45); aWE("fast",45);
aWE("featur",24);
aWE("field",16,1,20,24,26,27,40,65,43,45,49,50); aWE("field",16,1,20,24,26,27,40,65,43,45,49,50);
aWE("fifth",43); aWE("fifth",43);
aWE("fil",30,61,65); aWE("fil",30,61,65);
@ -626,7 +629,7 @@ aWE("height",54);
aWE("helical",11); aWE("helical",11);
aWE("help",15); aWE("help",15);
aWE("henc",61); aWE("henc",61);
aWE("her",29,61); aWE("her",61);
aWE("hexa",6,7); aWE("hexa",6,7);
aWE("hexa_3d",7); aWE("hexa_3d",7);
aWE("hexa3d",7); aWE("hexa3d",7);
@ -675,7 +678,7 @@ aWE("importation",30);
aWE("importcomponentgui",6,7,63); aWE("importcomponentgui",6,7,63);
aWE("includ",13,52); aWE("includ",13,52);
aWE("increas",6,7,66); aWE("increas",6,7,66);
aWE("index",61); aWE("index",24,61);
aWE("indic",61); aWE("indic",61);
aWE("indicat",54); aWE("indicat",54);
aWE("info",0,52,68); aWE("info",0,52,68);
@ -697,7 +700,7 @@ aWE("internal",61);
aWE("intersect",61,51); aWE("intersect",61,51);
aWE("intersectgroup",57); aWE("intersectgroup",57);
aWE("intersection",57,61,51); aWE("intersection",57,61,51);
aWE("introduc",12,37); aWE("introduc",12,24,37);
aWE("introduction",31); aWE("introduction",31);
aWE("invers",13,26,60); aWE("invers",13,26,60);
aWE("inversediag",60); aWE("inversediag",60);
@ -819,7 +822,7 @@ aWE("mod",0,18,62);
aWE("model",13,31); aWE("model",13,31);
aWE("modification",13,16,1,20,25,26,27,29,10,11,31,35,61,39,40,64,41,43,45,46,48,49,50); aWE("modification",13,16,1,20,25,26,27,29,10,11,31,35,61,39,40,64,41,43,45,46,48,49,50);
aWE("modify",20,25,29,60,49); aWE("modify",20,25,29,60,49);
aWE("modul",13,14,1,18,31,60,42,53); aWE("modul",13,14,1,18,24,31,60,42,53);
aWE("mous",0,24,53); aWE("mous",0,24,53);
aWE("mov",27,60); aWE("mov",27,60);
aWE("movenod",60); aWE("movenod",60);
@ -865,7 +868,8 @@ aWE("node_start_id",60);
aWE("non",22); aWE("non",22);
aWE("normal",46,54); aWE("normal",46,54);
aWE("normalisation",19); aWE("normalisation",19);
aWE("not",16,19,22,8); aWE("not",16,19,22,24,8);
aWE("noth",24);
aWE("notic",13); aWE("notic",13);
aWE("now",5,22,11,60); aWE("now",5,22,11,60);
aWE("numb",12,13,1,18,6,24,7,10,31,33,61,64,43,45,66,52,68,53); aWE("numb",12,13,1,18,6,24,7,10,31,33,61,64,43,45,66,52,68,53);
@ -905,7 +909,7 @@ aWE("out",53);
aWE("outlin",56); aWE("outlin",56);
aWE("outsid",61); aWE("outsid",61);
aWE("own",13); aWE("own",13);
aWE("pag",24); aWE("pag",24,29);
aWE("pair",18); aWE("pair",18);
aWE("pan",53); aWE("pan",53);
aWE("paramet",13,18,2,65,43); aWE("paramet",13,18,2,65,43);
@ -956,6 +960,7 @@ aWE("powerful",65);
aWE("precision",16); aWE("precision",16);
aWE("preferenc",12,31,33,62); aWE("preferenc",12,31,33,62);
aWE("prefix",65); aWE("prefix",65);
aWE("preproces",24);
aWE("pres",16,1,11,39,53); aWE("pres",16,1,11,39,53);
aWE("present",13,0,51); aWE("present",13,0,51);
aWE("presentation",15,0,53); aWE("presentation",15,0,53);
@ -1009,7 +1014,7 @@ aWE("quantity",12);
aWE("r1",60); aWE("r1",60);
aWE("radio",20,24,25,41,43,46,49); aWE("radio",20,24,25,41,43,46,49);
aWE("radiu",19,60); aWE("radiu",19,60);
aWE("rang",18,57,60,63); aWE("rang",18,24,57,60,63);
aWE("ratio",15,19,2,31,63,45,47,54); aWE("ratio",15,19,2,31,63,45,47,54);
aWE("ready",22); aWE("ready",22);
aWE("recent",0); aWE("recent",0);
@ -1254,7 +1259,7 @@ aWE("updateobjbrows",6,7,57,60,63,66,68);
aWE("upload",65); aWE("upload",65);
aWE("us",13,14,18,3,5,22,23,24,10,33,35,61,64,65,43,45,67,51,53); aWE("us",13,14,18,3,5,22,23,24,10,33,35,61,64,65,43,45,67,51,53);
aWE("usag",15); aWE("usag",15);
aWE("useful",0,16,11); aWE("useful",0,16,24,11);
aWE("usual",43,45); aWE("usual",43,45);
aWE("v",13); aWE("v",13);
aWE("valu",12,15,18,19,2,22,6,11,58,36,37,38,65,44,68); aWE("valu",12,15,18,19,2,22,6,11,58,36,37,38,65,44,68);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -37,7 +37,7 @@ body {background-color:White; }
</head> </head>
<body marginheight="0" marginwidth="0" bgproperties="fixed"> <body marginheight="0" marginwidth="0" bgproperties="fixed">
<p class="ftsheader"><a name="subkey_A"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf0.htm#bm_A" target="ftslist" title="search letter A "><b>A </b></a> <a href="whlstf0.htm#bms_AA" target="ftslist" title="search letter AA"><b>AA</b></a> <a href="whlstf0.htm#bms_AB" target="ftslist" title="search letter AB"><b>AB</b></a> <a href="whlstf0.htm#bms_AC" target="ftslist" title="search letter AC"><b>AC</b></a> <a href="whlstf0.htm#bms_AD" target="ftslist" title="search letter AD"><b>AD</b></a> <a href="whlstf0.htm#bms_AF" target="ftslist" title="search letter AF"><b>AF</b></a> <a href="whlstf0.htm#bms_AG" target="ftslist" title="search letter AG"><b>AG</b></a> <a href="whlstf0.htm#bms_AI" target="ftslist" title="search letter AI"><b>AI</b></a> <a href="whlstf0.htm#bms_AL" target="ftslist" title="search letter AL"><b>AL</b></a> <a href="whlstf0.htm#bms_AM" target="ftslist" title="search letter AM"><b>AM</b></a> <a href="whlstf0.htm#bms_AN" target="ftslist" title="search letter AN"><b>AN</b></a> <a href="whlstf0.htm#bms_AP" target="ftslist" title="search letter AP"><b>AP</b></a> <a href="whlstf1.htm#bms_AR" target="ftslist" title="search letter AR"><b>AR</b></a> <a href="whlstf1.htm#bms_AS" target="ftslist" title="search letter AS"><b>AS</b></a> <a href="whlstf1.htm#bms_AU" target="ftslist" title="search letter AU"><b>AU</b></a> <a href="whlstf1.htm#bms_AV" target="ftslist" title="search letter AV"><b>AV</b></a> <a href="whlstf1.htm#bms_AX" target="ftslist" title="search letter AX"><b>AX</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p> <p class="ftsheader"><a name="subkey_A"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf0.htm#bm_A" target="ftslist" title="search letter A "><b>A </b></a> <a href="whlstf0.htm#bms_AA" target="ftslist" title="search letter AA"><b>AA</b></a> <a href="whlstf0.htm#bms_AB" target="ftslist" title="search letter AB"><b>AB</b></a> <a href="whlstf0.htm#bms_AC" target="ftslist" title="search letter AC"><b>AC</b></a> <a href="whlstf0.htm#bms_AD" target="ftslist" title="search letter AD"><b>AD</b></a> <a href="whlstf0.htm#bms_AF" target="ftslist" title="search letter AF"><b>AF</b></a> <a href="whlstf0.htm#bms_AG" target="ftslist" title="search letter AG"><b>AG</b></a> <a href="whlstf0.htm#bms_AI" target="ftslist" title="search letter AI"><b>AI</b></a> <a href="whlstf0.htm#bms_AL" target="ftslist" title="search letter AL"><b>AL</b></a> <a href="whlstf0.htm#bms_AM" target="ftslist" title="search letter AM"><b>AM</b></a> <a href="whlstf0.htm#bms_AN" target="ftslist" title="search letter AN"><b>AN</b></a> <a href="whlstf0.htm#bms_AP" target="ftslist" title="search letter AP"><b>AP</b></a> <a href="whlstf1.htm#bms_AR" target="ftslist" title="search letter AR"><b>AR</b></a> <a href="whlstf1.htm#bms_AS" target="ftslist" title="search letter AS"><b>AS</b></a> <a href="whlstf1.htm#bms_AT" target="ftslist" title="search letter AT"><b>AT</b></a> <a href="whlstf1.htm#bms_AU" target="ftslist" title="search letter AU"><b>AU</b></a> <a href="whlstf1.htm#bms_AV" target="ftslist" title="search letter AV"><b>AV</b></a> <a href="whlstf1.htm#bms_AX" target="ftslist" title="search letter AX"><b>AX</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
</body> </body>

View File

@ -37,7 +37,7 @@ body {background-color:White; }
</head> </head>
<body marginheight="0" marginwidth="0" bgproperties="fixed"> <body marginheight="0" marginwidth="0" bgproperties="fixed">
<p class="ftsheader"><a name="subkey_F"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf4.htm#bm_F" target="ftslist" title="search letter F "><b>F </b></a> <a href="whlstf4.htm#bms_FA" target="ftslist" title="search letter FA"><b>FA</b></a> <a href="whlstf4.htm#bms_FI" target="ftslist" title="search letter FI"><b>FI</b></a> <a href="whlstf4.htm#bms_FL" target="ftslist" title="search letter FL"><b>FL</b></a> <a href="whlstf4.htm#bms_FO" target="ftslist" title="search letter FO"><b>FO</b></a> <a href="whlstf5.htm#bms_FR" target="ftslist" title="search letter FR"><b>FR</b></a> <a href="whlstf5.htm#bms_FU" target="ftslist" title="search letter FU"><b>FU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p> <p class="ftsheader"><a name="subkey_F"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf4.htm#bm_F" target="ftslist" title="search letter F "><b>F </b></a> <a href="whlstf4.htm#bms_FA" target="ftslist" title="search letter FA"><b>FA</b></a> <a href="whlstf4.htm#bms_FE" target="ftslist" title="search letter FE"><b>FE</b></a> <a href="whlstf4.htm#bms_FI" target="ftslist" title="search letter FI"><b>FI</b></a> <a href="whlstf4.htm#bms_FL" target="ftslist" title="search letter FL"><b>FL</b></a> <a href="whlstf4.htm#bms_FO" target="ftslist" title="search letter FO"><b>FO</b></a> <a href="whlstf5.htm#bms_FR" target="ftslist" title="search letter FR"><b>FR</b></a> <a href="whlstf5.htm#bms_FU" target="ftslist" title="search letter FU"><b>FU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
</body> </body>

View File

@ -9,7 +9,7 @@
<table> <table>
<tr><td> Start Page </td><td>smesh.htm</td></tr> <tr><td> Start Page </td><td>smesh.htm</td></tr>
<tr><td> Skin Name </td><td>Default</td></tr> <tr><td> Skin Name </td><td>Default</td></tr>
<tr><td> Generating Time </td><td>17:20 04/17/2006</td></tr> <tr><td> Generating Time </td><td>12:34 04/21/2006</td></tr>
<tr><td> Language ID </td><td>1033</td></tr> <tr><td> Language ID </td><td>1033</td></tr>
<tr><td> Compile Script </td><td>webhelp5_compile_script.xml</td></tr> <tr><td> Compile Script </td><td>webhelp5_compile_script.xml</td></tr>
<tr><td> Compile Build Version </td><td>13.10.606</td></tr> <tr><td> Compile Build Version </td><td>13.10.606</td></tr>

View File

@ -136,6 +136,7 @@
<key name="932"> 60, </key> <key name="932"> 60, </key>
<key name="95"> 63, </key> <key name="95"> 63, </key>
<key name="950"> 60, </key> <key name="950"> 60, </key>
<key name="9999"> 24, </key>
<key name="a_mesh"> 60, </key> <key name="a_mesh"> 60, </key>
<key name="aa"> 60, </key> <key name="aa"> 60, </key>
<key name="abl"> 16,1,53, </key> <key name="abl"> 16,1,53, </key>
@ -216,7 +217,7 @@
<key name="any"> 13,1,22,24,27,11,57,61,45, </key> <key name="any"> 13,1,22,24,27,11,57,61,45, </key>
<key name="ap"> 14,16,1,17,19,2,20,5,22,24,25,7,8,26,27,29,10,11,31,32,59,36,60,61,38,39,40,64,43,44,45,46,47,49,50,51,69,54, </key> <key name="ap"> 14,16,1,17,19,2,20,5,22,24,25,7,8,26,27,29,10,11,31,32,59,36,60,61,38,39,40,64,43,44,45,46,47,49,50,51,69,54, </key>
<key name="apparent"> 22, </key> <key name="apparent"> 22, </key>
<key name="appear"> 0,16,1,20,22,23,24,25,26,27,29,10,11,35,61,39,40,64,41,46,48,49,50,51, </key> <key name="appear"> 0,16,1,20,22,23,25,26,27,29,10,11,35,61,39,40,64,41,46,48,49,50,51, </key>
<key name="append"> 60,63, </key> <key name="append"> 60,63, </key>
<key name="appli"> 17,18,19,2,22,23,33,32,36,34,37,38,65,44,45,47,69,54, </key> <key name="appli"> 17,18,19,2,22,23,33,32,36,34,37,38,65,44,45,47,69,54, </key>
<key name="applicabl"> 19,65, </key> <key name="applicabl"> 19,65, </key>
@ -236,8 +237,9 @@
<key name="asmeshgroup1"> 57, </key> <key name="asmeshgroup1"> 57, </key>
<key name="asmeshgroup2"> 57, </key> <key name="asmeshgroup2"> 57, </key>
<key name="aspect"> 15,19,2,31,63,45, </key> <key name="aspect"> 15,19,2,31,63,45, </key>
<key name="assign"> 18,22,7,38,54, </key> <key name="assign"> 18,22,24,7,38,54, </key>
<key name="associat"> 16,28,39, </key> <key name="associat"> 16,28,39, </key>
<key name="attribut"> 24, </key>
<key name="auto"> 5, </key> <key name="auto"> 5, </key>
<key name="automatic"> 12,18,22,31,61, </key> <key name="automatic"> 12,18,22,31,61, </key>
<key name="automatical"> 0,18,20,22,25,27,49, </key> <key name="automatical"> 0,18,20,22,25,27,49, </key>
@ -275,8 +277,8 @@
<key name="bottom"> 60,42, </key> <key name="bottom"> 60,42, </key>
<key name="bound"> 13,61, </key> <key name="bound"> 13,61, </key>
<key name="boundari"> 61, </key> <key name="boundari"> 61, </key>
<key name="boundary"> 12,61,43,45, </key> <key name="boundary"> 12,24,61,43,45, </key>
<key name="box"> 14,16,1,18,20,22,6,23,24,25,7,26,27,29,10,11,57,30,59,35,61,63,39,40,64,41,42,65,43,45,46,66,48,49,50,51,52,68, </key> <key name="box"> 14,16,1,18,20,22,6,23,25,7,26,27,29,10,11,57,30,59,35,61,63,39,40,64,41,42,65,43,45,46,66,48,49,50,51,52,68, </key>
<key name="box_1"> 60, </key> <key name="box_1"> 60, </key>
<key name="box_id"> 6,7, </key> <key name="box_id"> 6,7, </key>
<key name="box1"> 66, </key> <key name="box1"> 66, </key>
@ -329,7 +331,7 @@
<key name="comput"> 0,18,22,6,7,57,60,61,63,43,66,68, </key> <key name="comput"> 0,18,22,6,7,57,60,61,63,43,66,68, </key>
<key name="computation"> 22,23,7,57,60, </key> <key name="computation"> 22,23,7,57,60, </key>
<key name="concept"> 37, </key> <key name="concept"> 37, </key>
<key name="condition"> 12, </key> <key name="condition"> 12,24, </key>
<key name="confirm"> 20,25,29,39,45,49,51, </key> <key name="confirm"> 20,25,29,39,45,49,51, </key>
<key name="confirmation"> 24, </key> <key name="confirmation"> 24, </key>
<key name="conform"> 12,37,43,66, </key> <key name="conform"> 12,37,43,66, </key>
@ -362,7 +364,7 @@
<key name="count"> 43, </key> <key name="count"> 43, </key>
<key name="counterclockwis"> 61, </key> <key name="counterclockwis"> 61, </key>
<key name="cours"> 22, </key> <key name="cours"> 22, </key>
<key name="creat"> 13,14,0,16,1,18,5,22,6,23,24,7,57,31,35,60,37,61,63,38,41,65,46,66,48,51,54, </key> <key name="creat"> 13,14,0,16,1,18,5,22,6,23,24,7,29,57,31,35,60,37,61,63,38,41,65,46,66,48,51,54, </key>
<key name="createanddisplaygo"> 7, </key> <key name="createanddisplaygo"> 7, </key>
<key name="createarea"> 57,63, </key> <key name="createarea"> 57,63, </key>
<key name="createaspectratio"> 63, </key> <key name="createaspectratio"> 63, </key>
@ -387,7 +389,7 @@
<key name="createtap"> 63, </key> <key name="createtap"> 63, </key>
<key name="createvolume3d"> 63, </key> <key name="createvolume3d"> 63, </key>
<key name="createwarp"> 63, </key> <key name="createwarp"> 63, </key>
<key name="creation"> 13,24,37,61,38,51, </key> <key name="creation"> 13,37,61,38,51, </key>
<key name="criteria"> 31,65, </key> <key name="criteria"> 31,65, </key>
<key name="criterion"> 17,19,2,24,25,57,58,32,36,63,65,44,47,49,69,54, </key> <key name="criterion"> 17,19,2,24,25,57,58,32,36,63,65,44,47,49,69,54, </key>
<key name="cros"> 0,5,54, </key> <key name="cros"> 0,5,54, </key>
@ -401,7 +403,7 @@
<key name="d"> 18, </key> <key name="d"> 18, </key>
<key name="deal"> 13, </key> <key name="deal"> 13, </key>
<key name="def"> 60, </key> <key name="def"> 60, </key>
<key name="default"> 0,22,24,11,62,65,67,53, </key> <key name="default"> 0,22,11,62,65,67,53, </key>
<key name="defin"> 13,14,1,18,19,5,22,6,23,24,7,11,60,37,61,43,66,53, </key> <key name="defin"> 13,14,1,18,19,5,22,6,23,24,7,11,60,37,61,43,66,53, </key>
<key name="definit"> 13,15,18,20,21,24,25,31,38,39,49, </key> <key name="definit"> 13,15,18,20,21,24,25,31,38,39,49, </key>
<key name="definition"> 0,18,33,34, </key> <key name="definition"> 0,18,33,34, </key>
@ -492,7 +494,7 @@
<key name="eventual"> 61, </key> <key name="eventual"> 61, </key>
<key name="every"> 54, </key> <key name="every"> 54, </key>
<key name="everyth"> 22, </key> <key name="everyth"> 22, </key>
<key name="exampl"> 13,2,22,61,51, </key> <key name="exampl"> 13,2,22,24,61,51, </key>
<key name="exce"> 18, </key> <key name="exce"> 18, </key>
<key name="exceed"> 45, </key> <key name="exceed"> 45, </key>
<key name="except"> 43,53, </key> <key name="except"> 43,53, </key>
@ -530,6 +532,7 @@
<key name="far"> 43, </key> <key name="far"> 43, </key>
<key name="fashion"> 11, </key> <key name="fashion"> 11, </key>
<key name="fast"> 45, </key> <key name="fast"> 45, </key>
<key name="featur"> 24, </key>
<key name="field"> 16,1,20,24,26,27,40,65,43,45,49,50, </key> <key name="field"> 16,1,20,24,26,27,40,65,43,45,49,50, </key>
<key name="fifth"> 43, </key> <key name="fifth"> 43, </key>
<key name="fil"> 30,61,65, </key> <key name="fil"> 30,61,65, </key>
@ -614,7 +617,7 @@
<key name="helical"> 11, </key> <key name="helical"> 11, </key>
<key name="help"> 15, </key> <key name="help"> 15, </key>
<key name="henc"> 61, </key> <key name="henc"> 61, </key>
<key name="her"> 29,61, </key> <key name="her"> 61, </key>
<key name="hexa"> 6,7, </key> <key name="hexa"> 6,7, </key>
<key name="hexa_3d"> 7, </key> <key name="hexa_3d"> 7, </key>
<key name="hexa3d"> 7, </key> <key name="hexa3d"> 7, </key>
@ -663,7 +666,7 @@
<key name="importcomponentgui"> 6,7,63, </key> <key name="importcomponentgui"> 6,7,63, </key>
<key name="includ"> 13,52, </key> <key name="includ"> 13,52, </key>
<key name="increas"> 6,7,66, </key> <key name="increas"> 6,7,66, </key>
<key name="index"> 61, </key> <key name="index"> 24,61, </key>
<key name="indic"> 61, </key> <key name="indic"> 61, </key>
<key name="indicat"> 54, </key> <key name="indicat"> 54, </key>
<key name="info"> 0,52,68, </key> <key name="info"> 0,52,68, </key>
@ -685,7 +688,7 @@
<key name="intersect"> 61,51, </key> <key name="intersect"> 61,51, </key>
<key name="intersectgroup"> 57, </key> <key name="intersectgroup"> 57, </key>
<key name="intersection"> 57,61,51, </key> <key name="intersection"> 57,61,51, </key>
<key name="introduc"> 12,37, </key> <key name="introduc"> 12,24,37, </key>
<key name="introduction"> 31, </key> <key name="introduction"> 31, </key>
<key name="invers"> 13,26,60, </key> <key name="invers"> 13,26,60, </key>
<key name="inversediag"> 60, </key> <key name="inversediag"> 60, </key>
@ -807,7 +810,7 @@
<key name="model"> 13,31, </key> <key name="model"> 13,31, </key>
<key name="modification"> 13,16,1,20,25,26,27,29,10,11,31,35,61,39,40,64,41,43,45,46,48,49,50, </key> <key name="modification"> 13,16,1,20,25,26,27,29,10,11,31,35,61,39,40,64,41,43,45,46,48,49,50, </key>
<key name="modify"> 20,25,29,60,49, </key> <key name="modify"> 20,25,29,60,49, </key>
<key name="modul"> 13,14,1,18,31,60,42,53, </key> <key name="modul"> 13,14,1,18,24,31,60,42,53, </key>
<key name="mous"> 0,24,53, </key> <key name="mous"> 0,24,53, </key>
<key name="mov"> 27,60, </key> <key name="mov"> 27,60, </key>
<key name="movenod"> 60, </key> <key name="movenod"> 60, </key>
@ -853,7 +856,8 @@
<key name="non"> 22, </key> <key name="non"> 22, </key>
<key name="normal"> 46,54, </key> <key name="normal"> 46,54, </key>
<key name="normalisation"> 19, </key> <key name="normalisation"> 19, </key>
<key name="not"> 16,19,22,8, </key> <key name="not"> 16,19,22,24,8, </key>
<key name="noth"> 24, </key>
<key name="notic"> 13, </key> <key name="notic"> 13, </key>
<key name="now"> 5,22,11,60, </key> <key name="now"> 5,22,11,60, </key>
<key name="numb"> 12,13,1,18,6,24,7,10,31,33,61,64,43,45,66,52,68,53, </key> <key name="numb"> 12,13,1,18,6,24,7,10,31,33,61,64,43,45,66,52,68,53, </key>
@ -893,7 +897,7 @@
<key name="outlin"> 56, </key> <key name="outlin"> 56, </key>
<key name="outsid"> 61, </key> <key name="outsid"> 61, </key>
<key name="own"> 13, </key> <key name="own"> 13, </key>
<key name="pag"> 24, </key> <key name="pag"> 24,29, </key>
<key name="pair"> 18, </key> <key name="pair"> 18, </key>
<key name="pan"> 53, </key> <key name="pan"> 53, </key>
<key name="paramet"> 13,18,2,65,43, </key> <key name="paramet"> 13,18,2,65,43, </key>
@ -944,6 +948,7 @@
<key name="precision"> 16, </key> <key name="precision"> 16, </key>
<key name="preferenc"> 12,31,33,62, </key> <key name="preferenc"> 12,31,33,62, </key>
<key name="prefix"> 65, </key> <key name="prefix"> 65, </key>
<key name="preproces"> 24, </key>
<key name="pres"> 16,1,11,39,53, </key> <key name="pres"> 16,1,11,39,53, </key>
<key name="present"> 13,0,51, </key> <key name="present"> 13,0,51, </key>
<key name="presentation"> 15,0,53, </key> <key name="presentation"> 15,0,53, </key>
@ -997,7 +1002,7 @@
<key name="r1"> 60, </key> <key name="r1"> 60, </key>
<key name="radio"> 20,24,25,41,43,46,49, </key> <key name="radio"> 20,24,25,41,43,46,49, </key>
<key name="radiu"> 19,60, </key> <key name="radiu"> 19,60, </key>
<key name="rang"> 18,57,60,63, </key> <key name="rang"> 18,24,57,60,63, </key>
<key name="ratio"> 15,19,2,31,63,45,47,54, </key> <key name="ratio"> 15,19,2,31,63,45,47,54, </key>
<key name="ready"> 22, </key> <key name="ready"> 22, </key>
<key name="recent"> 0, </key> <key name="recent"> 0, </key>
@ -1242,7 +1247,7 @@
<key name="upload"> 65, </key> <key name="upload"> 65, </key>
<key name="us"> 13,14,18,3,5,22,23,24,10,33,35,61,64,65,43,45,67,51,53, </key> <key name="us"> 13,14,18,3,5,22,23,24,10,33,35,61,64,65,43,45,67,51,53, </key>
<key name="usag"> 15, </key> <key name="usag"> 15, </key>
<key name="useful"> 0,16,11, </key> <key name="useful"> 0,16,24,11, </key>
<key name="usual"> 43,45, </key> <key name="usual"> 43,45, </key>
<key name="v"> 13, </key> <key name="v"> 13, </key>
<key name="valu"> 12,15,18,19,2,22,6,11,58,36,37,38,65,44,68, </key> <key name="valu"> 12,15,18,19,2,22,6,11,58,36,37,38,65,44,68, </key>