Fix for bugs IPAL12061, PAL9227
@ -14,23 +14,13 @@ if (navigator.appName !="Netscape")
|
||||
</script>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
p.whs1 { font-weight:bold; }
|
||||
img_whs1 { border:none; width:25px; height:24px; border-style:none; }
|
||||
p.whs2 { margin-left:40px; }
|
||||
img_whs3 { border:none; width:327px; height:402px; border-style:none; }
|
||||
p.whs4 { margin-left:0px; }
|
||||
img_whs3 { border:none; width:404px; height:413px; border-style:none; }
|
||||
ul.whs4 { list-style:disc; }
|
||||
p.whs5 { font-weight:bold; }
|
||||
-->
|
||||
</style><script type="text/javascript" language="JavaScript">
|
||||
<!--
|
||||
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
|
||||
{
|
||||
var strNSS = "<style type='text/css'>";
|
||||
strNSS += "p.whs4 {margin-left:1pt; }";
|
||||
strNSS +="</style>";
|
||||
document.write(strNSS);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
|
||||
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
|
||||
<!--
|
||||
function reDo() {
|
||||
if (innerWidth != origWidth || innerHeight != origHeight)
|
||||
@ -60,7 +50,7 @@ if (window.gbWhTopic)
|
||||
{
|
||||
if (window.addTocInfo)
|
||||
{
|
||||
addTocInfo("MESH module\nViewing meshes\nAbout viewing meshes");
|
||||
addTocInfo("MESH module\nViewing meshes\nViewing meshes");
|
||||
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");
|
||||
|
||||
}
|
||||
@ -84,59 +74,83 @@ else
|
||||
document.location.reload();
|
||||
//-->
|
||||
</script>
|
||||
<h1>About viewing meshes</h1>
|
||||
<h1>Viewing meshes</h1>
|
||||
|
||||
<p>You can get information about your mesh, change its presentation parameters
|
||||
and access to other useful functionalities by right-clicking on it in
|
||||
the <span style="font-weight: bold;"><B>Object Browser.</B></span></p>
|
||||
<p>After definition of algorithms and hypotheses a new mesh is listed in
|
||||
the Object Browser. Right-click on it and select <img src="image28.gif" width="25px" height="24px" border="0" class="img_whs1"> <span
|
||||
style="font-weight: bold;"><B>Compute</B></span> - the mesh will be automatically
|
||||
displayed in the <span style="font-weight: bold;"><B><a href="files/vtk_3d_viewer.htm">VTK
|
||||
3D Viewer</a>.</B></span> Alternatively click<span style="font-weight: bold;"><B>
|
||||
Display only</B></span> to hide all other objects at the same time. </p>
|
||||
|
||||
<p class="whs1"><span style="font-weight: normal;">Then the
|
||||
following pop-up menu appears:</span> </p>
|
||||
<p> </p>
|
||||
|
||||
<p>After the mesh has appeared in the Viewer, you can select it with left
|
||||
mouse click and get
|
||||
information about it, change its presentation parameters and access to
|
||||
other useful options by right-clicking on the selected mesh<span style="font-weight: bold;"><B>.</B></span></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p class="whs2"><img src="image19.jpg" width="327px" height="402px" border="0" class="img_whs3"></p>
|
||||
<p class="whs2"><img src="image15.jpg" width="404px" height="413px" border="0" class="img_whs3"></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>The Update button refreshes the presentation of your mesh in the Object
|
||||
Browser, applying all recent changes.</p>
|
||||
|
||||
<p>By clicking on <span style="font-weight: bold;"><B>Standard Mesh Infos</B></span>
|
||||
and <span style="font-weight: bold;"><B>Advanced</B></span> <span style="font-weight: bold;"><B>Mesh
|
||||
Infos </B></span>you can learn the <span style="font-weight: bold;"><B><a href="files/viewing_mesh_info.htm">Mesh
|
||||
Infos</a>.</B></span></p>
|
||||
|
||||
<p>Via <span style="font-weight: bold;"><B><a href="files/displaying_nodes_numbers.htm">Numbering</a></B></span>
|
||||
you can
|
||||
display the ID numbers of all meshing elements or nodes composing your
|
||||
mesh in the viewer.</p>
|
||||
|
||||
<p>Via <a href="presentation.htm" style="font-weight: bold;">Display Mode</a>, <a href="display_entity.htm" style="font-weight: bold;">Display
|
||||
Entity</a>, Colors
|
||||
/ Size, and <a href="transparency.htm" style="font-weight: bold;">Transparency</a>
|
||||
you can change the way of presentation of your mesh.</p>
|
||||
|
||||
<p>In the <a href="clipping.htm" style="font-weight: bold;">Clipping</a> menu you can create
|
||||
cross-sections of the selected objects.</p>
|
||||
|
||||
<p>Quality <a href="files/about_quality_controls.htm" style="font-weight: bold;">Controls</a> are described in
|
||||
the next chapter. </p>
|
||||
|
||||
<p>By clicking on <span style="font-weight: bold;"><B>Display Only</B></span>
|
||||
you hide all other objects.</p>
|
||||
|
||||
<p>The <span style="font-weight: bold;"><B>Erase</B></span> button deletes the
|
||||
selected object from the session.</p>
|
||||
|
||||
<p>Using the <span style="font-weight: bold;"><B>Change background</B></span>
|
||||
button you can set the background color. By default it is black. </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p class="whs4"><span style="font-weight: bold;"><B>See Also</B></span>
|
||||
a sample TUI Script of a <a href="viewing_meshes.htm">Viewing Mesh Infos</a>
|
||||
operation. </p>
|
||||
<ul type="disc" class="whs4">
|
||||
|
||||
<li class=kadov-p><p><span style="font-weight: bold;"><B>Erase all</B></span>
|
||||
- allows
|
||||
to hide all objects in the viewer</p></li>
|
||||
|
||||
<li class=kadov-p><p><span style="font-weight: bold;"><B>Update</B></span>
|
||||
- refreshes the presentation of your mesh in the Object Browser, applying
|
||||
all recent changes.</p></li>
|
||||
|
||||
<li class=kadov-p><p><a href="files/viewing_mesh_info.htm#advanced infos" style="font-weight: bold;">Advanced Mesh Infos</a>
|
||||
- provides
|
||||
more detailed information about the mesh. </p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs5"><a href="files/viewing_mesh_info.htm#standard_infos">Standard
|
||||
Mesh Infos</a> - <span style="font-weight: normal;">provides basic information
|
||||
about the mesh.</span></p></li>
|
||||
|
||||
<li class=kadov-p><p><span style="font-weight: bold;"><B><a href="files/displaying_nodes_numbers.htm">Numbering</a></B></span>
|
||||
- allows
|
||||
to display the ID numbers of all meshing elements or nodes composing your
|
||||
mesh in the viewer.</p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs5"><a href="presentation.htm" style="font-weight: bold;">Display
|
||||
Mode</a> - <span style="font-weight: normal;">allows to select between
|
||||
Wireframe, Shading and Nodes presentation.</span></p></li>
|
||||
|
||||
<li class=kadov-p><p><a href="display_entity.htm" style="font-weight: bold;">Display Entity</a>
|
||||
- allows to display Faces, Edges or both. </p></li>
|
||||
|
||||
<li class=kadov-p><p><span style="font-weight: bold;"><B>Colors / Size</B></span>
|
||||
- allows to select color and size of meshes.</p></li>
|
||||
|
||||
<li class=kadov-p><p><a href="transparency.htm" style="font-weight: bold;">Transparency</a>
|
||||
- allows to change the transparency of mesh elements.</p></li>
|
||||
|
||||
<li class=kadov-p><p><a href="clipping.htm" style="font-weight: bold;">Clipping</a> - allows
|
||||
to create cross-sections of the selected objects.</p></li>
|
||||
|
||||
<li class=kadov-p><p><a href="files/about_quality_controls.htm" style="font-weight: bold;">Quality Controls</a>
|
||||
- graphically presents various information about meshes.</p></li>
|
||||
|
||||
<li class=kadov-p><p><span style="font-weight: bold;"><B>Erase</B></span>
|
||||
- allows to hide the selected mesh from the viewer. </p></li>
|
||||
|
||||
<li class=kadov-p><p><span style="font-weight: bold;"><B>Display Only</B></span>
|
||||
-allows to display only the selected mesh, hiding all other from the viewer.</p></li>
|
||||
|
||||
<li class=kadov-p><p><span style="font-weight: bold;"><B>Dump view</B></span>
|
||||
- exports an object from the viewer in bmp, png, jpg or jpeg image format.
|
||||
</p></li>
|
||||
|
||||
<li class=kadov-p><p><span style="font-weight: bold;"><B>Change background</B></span>
|
||||
- allows to redefine the background color. By default it is black. </p></li>
|
||||
</ul>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
@ -19,14 +19,13 @@ ul.whs2 { list-style:disc; }
|
||||
p.whs3 { margin-left:40px; }
|
||||
img_whs4 { border:none; width:22px; height:24px; border-style:none; }
|
||||
p.whs5 { margin-left:80px; }
|
||||
img_whs6 { border:none; border-style:none; width:309px; height:296px; float:none; }
|
||||
img_whs6 { border:none; border-style:none; width:355px; height:296px; float:none; }
|
||||
img_whs7 { border:none; width:173px; height:88px; border-style:none; }
|
||||
img_whs8 { border:none; width:34px; height:29px; border-style:none; }
|
||||
img_whs9 { border:none; width:29px; height:28px; border-style:none; }
|
||||
img_whs10 { border:none; width:30px; height:29px; border-style:none; }
|
||||
img_whs11 { border:none; width:232px; height:142px; border-style:none; float:right; }
|
||||
img_whs12 { border:none; width:25px; height:24px; border-style:none; }
|
||||
img_whs13 { border:none; width:293px; height:350px; border-style:none; }
|
||||
-->
|
||||
</style><script type="text/javascript" language="JavaScript">
|
||||
<!--
|
||||
@ -120,7 +119,7 @@ else
|
||||
|
||||
<p class="whs3"> </p>
|
||||
|
||||
<p class="whs5"><img src="../pics/c-createmesh.png" x-maintain-ratio="TRUE" width="309px" height="296px" border="0" class="img_whs6"></p>
|
||||
<p class="whs5"><img src="../pics/createmesh-inv.png" x-maintain-ratio="TRUE" width="355px" height="296px" border="0" class="img_whs6"></p>
|
||||
|
||||
<p class="whs5"> </p>
|
||||
|
||||
@ -180,13 +179,12 @@ else
|
||||
<p class="whs3"> </p>
|
||||
|
||||
<p class="whs3">3. Now, when everything is ready, select
|
||||
your mesh in the <span style="font-weight: bold;"><B>Object Browser</B></span>.<span>
|
||||
</span><span> From
|
||||
the </span><span style="font-weight: bold;"><B>Mesh </B></span><span>menu select</span><span
|
||||
style="font-weight: bold;"><B> Compute </B></span><span>or click <img src="../image28.gif" width="25px" height="24px" border="0" class="img_whs12"> button of the toolbar. </span></p>
|
||||
your mesh in the <span style="font-weight: bold;"><B>Object Browser</B></span>.
|
||||
From the
|
||||
<span style="font-weight: bold;"><B>Mesh </B></span>menu select<span style="font-weight: bold;"><B>
|
||||
Compute </B></span>or click <img src="../image28.gif" width="25px" height="24px" border="0" class="img_whs12"> button of the toolbar. </p>
|
||||
|
||||
<p class="whs3">If you've done everything right, you'll obtain
|
||||
something like this. <img src="../image129.gif" width="293px" height="350px" border="0" class="img_whs13"></p>
|
||||
<p class="whs3"> </p>
|
||||
|
||||
<p class="whs3">Consider trying a sample script for construction
|
||||
of a mesh from our <a href="../constructing_meshes.htm">TUI Scripts</a>
|
||||
|
@ -19,7 +19,7 @@ ul.whs2 { list-style:disc; }
|
||||
p.whs3 { margin-left:40px; }
|
||||
img_whs4 { border:none; width:27px; height:25px; border-style:none; }
|
||||
p.whs5 { margin-left:80px; }
|
||||
img_whs6 { border:none; border-style:none; width:416px; height:326px; float:none; }
|
||||
img_whs6 { border:none; border-style:none; width:355px; height:326px; float:none; }
|
||||
p.whs7 { margin-left:38px; }
|
||||
img_whs8 { border:none; width:224px; height:212px; border-style:none; }
|
||||
-->
|
||||
@ -120,7 +120,7 @@ else
|
||||
|
||||
<p class="whs3"> </p>
|
||||
|
||||
<p class="whs5"><img src="../pics/createsubmesh.png" x-maintain-ratio="TRUE" width="416px" height="326px" border="0" class="img_whs6"></p>
|
||||
<p class="whs5"><img src="../pics/createmesh-inv2.png" x-maintain-ratio="TRUE" width="355px" height="326px" border="0" class="img_whs6"></p>
|
||||
|
||||
<p class="whs7"> </p>
|
||||
|
||||
|
@ -14,7 +14,7 @@ if (navigator.appName !="Netscape")
|
||||
</script>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
img_whs1 { border:none; border-style:none; width:309px; 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_whs3 { border:none; float:none; width:386px; height:336px; border-style:none; }
|
||||
img_whs4 { border:none; float:none; width:386px; height:338px; border-style:none; }
|
||||
@ -99,7 +99,8 @@ else
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p class=TODO><img src="../pics/c-editmesh.png" x-maintain-ratio="TRUE" width="309px" height="296px" border="0" class="img_whs1"></p>
|
||||
<p class=TODO
|
||||
style="margin-left: 40px;"><img src="../pics/createmesh-inv3.png" x-maintain-ratio="TRUE" width="355px" height="296px" border="0" class="img_whs1"></p>
|
||||
|
||||
<p>You can also change values for the current hypothesis by clicking the
|
||||
<img src="../image122.gif" width="30px" height="29px" border="0" class="img_whs2"> button. </p>
|
||||
|
@ -21,7 +21,7 @@ img_whs4 { border:none; width:20px; height:26px; border-style:none; }
|
||||
p.whs5 { margin-left:40px; }
|
||||
img_whs6 { border:none; width:271px; height:269px; float:none; border-style:none; }
|
||||
img_whs7 { border:none; width:22px; height:27px; border-style:none; }
|
||||
img_whs8 { border:none; width:260px; height:485px; float:none; border-style:none; }
|
||||
img_whs8 { border:none; border-style:none; width:451px; height:506px; float:none; }
|
||||
img_whs9 { border:none; width:866px; height:287px; float:none; border-style:none; }
|
||||
p.whs10 { margin-left:0px; }
|
||||
p.whs11 { margin-left:80px; }
|
||||
@ -146,25 +146,23 @@ else
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p class="whs5"><img src="../pics/a-advmeshinfo.png" x-maintain-ratio="TRUE" width="260px" height="485px" border="0" class="img_whs8"></p>
|
||||
<p class="whs5"><img src="../pics/advanced_mesh_infos.png" x-maintain-ratio="TRUE" width="451px" height="506px" border="0" class="img_whs8"></p>
|
||||
|
||||
<p class="whs5"> </p>
|
||||
|
||||
<p class="whs5"> </p>
|
||||
|
||||
<p class="whs5">In case you get Mesh Infos via a TUI script,
|
||||
the information is displayed in Python Console.</p>
|
||||
<p class="whs5">In case you get Mesh Infos via a <a href="../viewing_meshes.htm">TUI
|
||||
script</a>, the information is displayed in Python Console.</p>
|
||||
|
||||
<p class="whs5"> </p>
|
||||
|
||||
<p class="whs5"><img src="../pics/b-mesh_infos.png" x-maintain-ratio="TRUE" width="866px" height="287px" border="0" class="img_whs9"></p>
|
||||
|
||||
<p class="whs10"> </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p class="whs10"> </p>
|
||||
|
||||
<p class="whs10"> </p>
|
||||
|
||||
<p class="whs11"> </p>
|
||||
|
||||
<p class="whs11"> </p>
|
||||
|
222
doc/salome/gui/SMESH/files/vtk_3d_viewer.htm
Executable file
@ -0,0 +1,222 @@
|
||||
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>VTK 3D Viewer</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
|
||||
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com"><style type="text/css">
|
||||
<!--
|
||||
p.whs1 { margin-top:0pt; margin-bottom:0pt; }
|
||||
p.whs2 { margin-left:80px; margin-top:0pt; margin-bottom:0pt; }
|
||||
img_whs3 { border:none; border-style:none; width:249px; height:29px; float:none; }
|
||||
ul.whs4 { list-style:disc; }
|
||||
img_whs5 { border:none; border-style:none; width:26px; height:25px; float:none; }
|
||||
img_whs6 { border:none; border-style:none; width:27px; height:25px; float:none; }
|
||||
img_whs7 { border:none; border-style:none; width:24px; height:23px; float:none; }
|
||||
img_whs8 { border:none; border-style:none; width:24px; height:24px; float:none; }
|
||||
img_whs9 { border:none; border-style:none; width:25px; height:24px; float:none; }
|
||||
img_whs10 { border:none; border-style:none; width:23px; height:23px; float:none; }
|
||||
img_whs11 { border:none; border-style:none; width:26px; height:26px; float:none; }
|
||||
img_whs12 { border:none; border-style:none; width:78px; height:147px; float:none; }
|
||||
img_whs13 { border:none; border-style:none; width:28px; height:25px; float:none; }
|
||||
img_whs14 { border:none; border-style:none; width:27px; height:27px; float:none; }
|
||||
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; }
|
||||
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.whs19 { font-weight:bold; margin-left:0px; margin-top:0pt; margin-bottom:0pt; }
|
||||
p.whs20 { margin-left:0px; font-weight:bold; margin-top:0pt; margin-bottom:0pt; }
|
||||
-->
|
||||
</style><script type="text/javascript" language="JavaScript">
|
||||
<!--
|
||||
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
|
||||
{
|
||||
var strNSS = "<style type='text/css'>";
|
||||
strNSS += "p.whs1 {margin-top:1pt;margin-bottom:1pt; }";
|
||||
strNSS += "p.whs2 {margin-top:1pt;margin-bottom:1pt; }";
|
||||
strNSS += "p.whs15 {margin-top:1pt;margin-bottom:1pt; }";
|
||||
strNSS += "p.whs17 {margin-top:1pt;margin-bottom:1pt; }";
|
||||
strNSS += "p.whs18 {margin-top:1pt;margin-bottom:1pt; }";
|
||||
strNSS += "p.whs19 {margin-left:1pt;margin-top:1pt;margin-bottom:1pt; }";
|
||||
strNSS += "p.whs20 {margin-left:1pt;margin-top:1pt;margin-bottom:1pt; }";
|
||||
strNSS +="</style>";
|
||||
document.write(strNSS);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
|
||||
<!--
|
||||
function reDo() {
|
||||
if (innerWidth != origWidth || innerHeight != origHeight)
|
||||
location.reload();
|
||||
}
|
||||
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
|
||||
origWidth = innerWidth;
|
||||
origHeight = innerHeight;
|
||||
onresize = reDo;
|
||||
}
|
||||
onerror = null;
|
||||
//-->
|
||||
</script>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
|
||||
-->
|
||||
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../whver.js"></script>
|
||||
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>
|
||||
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>
|
||||
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>
|
||||
</head>
|
||||
<body><script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
if (window.gbWhTopic)
|
||||
{
|
||||
if (window.addTocInfo)
|
||||
{
|
||||
addTocInfo("MESH module\nViewing meshes\nVTK 3D Viewer");
|
||||
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");
|
||||
|
||||
}
|
||||
if (window.writeBtnStyle)
|
||||
writeBtnStyle();
|
||||
|
||||
if (window.writeIntopicBar)
|
||||
writeIntopicBar(1);
|
||||
|
||||
if (window.setRelStartPage)
|
||||
{
|
||||
setRelStartPage("../smesh.htm");
|
||||
|
||||
autoSync(1);
|
||||
sendSyncInfo();
|
||||
sendAveInfoOut();
|
||||
}
|
||||
}
|
||||
else
|
||||
if (window.gbIE4)
|
||||
document.location.reload();
|
||||
//-->
|
||||
</script>
|
||||
<h1>VTK 3D Viewer</h1>
|
||||
|
||||
<p class="whs1"><span style="font-weight: bold;"><B>VTK
|
||||
3D viewer</B></span> is the default viewer for Mesh Module, allowing to visualize
|
||||
meshes. It is also used in Post-Pro module for all 3D presentations except
|
||||
for Gauss Points.</p>
|
||||
|
||||
<p class="whs1"> </p>
|
||||
|
||||
<p class="whs1">The functionalities of
|
||||
VTK viewer are available via its Viewer Toolbar. Buttons marked with small
|
||||
downward triangles have extended functionality which can be accessed by
|
||||
locking on them with left mouse button. </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">
|
||||
|
||||
<li class=kadov-p><p class="whs1"><img src="../pics/image77.gif" x-maintain-ratio="TRUE" width="26px" height="25px" border="0" class="img_whs5"> <span style="font-weight: bold;"><B>Dump View</B></span> - exports
|
||||
an object from the viewer in bmp, png, jpg or jpeg image format. </p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"><img src="../pics/image78.gif" x-maintain-ratio="TRUE" width="27px" height="25px" border="0" class="img_whs6"> <span style="font-weight: bold;"><B>Show/Hide Trihedron</B></span>
|
||||
- shows or hides coordinate axes. </p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"><img src="../pics/image96.gif" x-maintain-ratio="TRUE" width="24px" height="23px" border="0" class="img_whs7"> <span style="font-weight: bold;"><B>Fit
|
||||
all - </B></span>allows to select a point to be the center of a scene representing
|
||||
all displayed objects in the visible area.<span style="font-weight: bold;">
|
||||
<B></B></span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"> <img src="../pics/image97.gif" x-maintain-ratio="TRUE" width="24px" height="24px" border="0" class="img_whs8"> <span style="font-weight: bold;"><B>Fit area</B></span> - resizes
|
||||
the view to place in the visible area only the contents of a frame drawn
|
||||
with pressed left mouse button.</p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"><img src="../pics/image98.gif" x-maintain-ratio="TRUE" width="25px" height="24px" border="0" class="img_whs9"> <span style="font-weight: bold;"><B>Zoom</B></span> - allows
|
||||
to zoom in and out. </p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"><img src="../pics/image99.gif" x-maintain-ratio="TRUE" width="23px" height="23px" border="0" class="img_whs10"> <span style="font-weight: bold;"><B>Panning</B></span> - if the
|
||||
represented objects are greater that the visible area and you don't wish
|
||||
to use <span style="font-weight: bold;"><B>Fit all</B></span> functionality,
|
||||
click on this button and you'll be able to drag the scene to see its remote
|
||||
parts. </p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"><img src="../pics/image100.gif" x-maintain-ratio="TRUE" width="24px" height="24px" border="0" class="img_whs8"> <span style="font-weight: bold;"><B>Global panning</B></span> -
|
||||
represents all displayed objects in the visible area. </p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"><img src="../pics/image89.gif" x-maintain-ratio="TRUE" width="26px" height="26px" border="0" class="img_whs11"> <span style="font-weight: bold;"><B>Rotation</B></span> - allows
|
||||
to rotate the selected object using the mouse. </p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"><img src="../pics/image102.gif" x-maintain-ratio="TRUE" width="78px" height="147px" border="0" class="img_whs12"> These buttons orientate the scene strictly about coordinate
|
||||
axes.</p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"><img src="../pics/image91.gif" x-maintain-ratio="TRUE" width="26px" height="26px" border="0" class="img_whs11"> <span style="font-weight: bold;"><B>Reset</B></span> - restores
|
||||
the default position (isometric) of objects in the scene.</p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"><img src="../pics/image108.gif" x-maintain-ratio="TRUE" width="28px" height="25px" border="0" class="img_whs13"> <span style="font-weight: bold;"><B>Scaling</B></span> - represents
|
||||
objects deformed (stretched or stuffed) along the axes of coordinates</p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs1"> <span
|
||||
style="font-weight: bold;
|
||||
margin-top: 0pt;
|
||||
margin-bottom: 0pt;"><B><img src="../pics/image109.gif" x-maintain-ratio="TRUE" width="27px" height="27px" border="0" class="img_whs14">Graduated axes - </B></span><span style="margin-top: 0pt;
|
||||
margin-bottom: 0pt;
|
||||
font-weight: normal;">allows
|
||||
to define parameters of axes and graduate them.</span></p></li>
|
||||
</ul>
|
||||
|
||||
<p class="whs1"> </p>
|
||||
|
||||
<p class="whs15"><img src="../pics/graduatedaxes1.png" x-maintain-ratio="TRUE" width="350px" height="453px" border="0" class="img_whs16"></p>
|
||||
|
||||
<ul type="disc" class="whs4">
|
||||
|
||||
<li class=kadov-p><p class="whs17">Axis name </p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs18">Is visible - <span
|
||||
style="font-weight: normal;">if checked the axis name is displayed in
|
||||
the viewer.</span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs18">Name<span style="font-weight: normal;">
|
||||
- allows to redefine the name of the axis.</span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs18">Font<span style="font-weight: normal;">
|
||||
- allows to define color and properties of the font of axis name. </span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs19">Labels<span style="font-weight: normal;">
|
||||
</span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs18">Is visible - <span
|
||||
style="font-weight: normal;">if checked the labels are displayed in the
|
||||
viewer.</span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs18">Number<span style="font-weight: normal;">
|
||||
- allows to define the number of labels.</span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs18">Offset<span style="font-weight: normal;">
|
||||
- allows to define the distance between labels.</span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs18">Font<span style="font-weight: normal;">
|
||||
- allows to define color and properties of the font of labels names.</span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs20">Tick marks </p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs18">Is visible - <span
|
||||
style="font-weight: normal;">if checked the tick marks are displayed in
|
||||
the viewer.</span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs18">Length<span style="font-weight: normal;">
|
||||
- allows to define the length of tick marks</span></p></li>
|
||||
|
||||
<li class=kadov-p><p class="whs20">Is visible <span style="font-weight: normal;">if
|
||||
checked the axis is displayed in the viewer.</span></p></li>
|
||||
</ul>
|
||||
|
||||
<script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
if (window.writeIntopicBar)
|
||||
writeIntopicBar(0);
|
||||
//-->
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 9.8 KiB |
BIN
doc/salome/gui/SMESH/image15.jpg
Executable file
After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 16 KiB |
BIN
doc/salome/gui/SMESH/pics/advanced_mesh_infos.png
Executable file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 17 KiB |
BIN
doc/salome/gui/SMESH/pics/createmesh-inv.png
Executable file
After Width: | Height: | Size: 19 KiB |
BIN
doc/salome/gui/SMESH/pics/createmesh-inv2.png
Executable file
After Width: | Height: | Size: 20 KiB |
BIN
doc/salome/gui/SMESH/pics/createmesh-inv3.png
Executable file
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 20 KiB |
BIN
doc/salome/gui/SMESH/pics/graduatedaxes1.png
Executable file
After Width: | Height: | Size: 18 KiB |
BIN
doc/salome/gui/SMESH/pics/image100.gif
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
doc/salome/gui/SMESH/pics/image102.gif
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
doc/salome/gui/SMESH/pics/image107.gif
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
doc/salome/gui/SMESH/pics/image108.gif
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
doc/salome/gui/SMESH/pics/image109.gif
Executable file
After Width: | Height: | Size: 1009 B |
BIN
doc/salome/gui/SMESH/pics/image77.gif
Executable file
After Width: | Height: | Size: 1022 B |
BIN
doc/salome/gui/SMESH/pics/image78.gif
Executable file
After Width: | Height: | Size: 1000 B |
BIN
doc/salome/gui/SMESH/pics/image89.gif
Executable file
After Width: | Height: | Size: 1020 B |
BIN
doc/salome/gui/SMESH/pics/image91.gif
Executable file
After Width: | Height: | Size: 1010 B |
BIN
doc/salome/gui/SMESH/pics/image96.gif
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
doc/salome/gui/SMESH/pics/image97.gif
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
doc/salome/gui/SMESH/pics/image98.gif
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
doc/salome/gui/SMESH/pics/image99.gif
Executable file
After Width: | Height: | Size: 1.0 KiB |
@ -184,6 +184,7 @@ files\uniting_a_set_of_triangles.htm
|
||||
files\uniting_two_triangles.htm
|
||||
files\using_operations_on_groups.htm
|
||||
files\viewing_mesh_info.htm
|
||||
files\vtk_3d_viewer.htm
|
||||
files\warp.htm
|
||||
free_borders.htm
|
||||
free_edges.htm
|
||||
@ -212,7 +213,6 @@ pics\smoothing2.png
|
||||
pics\b-mberofsegments.png
|
||||
pics\b-flection1d.png
|
||||
pics\a-cuttingofquadrangles.png
|
||||
image129.gif
|
||||
pics\addquadrangle.png
|
||||
pics\intersectgroups.png
|
||||
pics\editgroup.png
|
||||
@ -255,6 +255,8 @@ image50.gif
|
||||
image94.gif
|
||||
image83.gif
|
||||
image31.jpg
|
||||
pics\graduatedaxes1.png
|
||||
pics\image107.gif
|
||||
pics\automaticlength.png
|
||||
pics\image27.gif
|
||||
pics\add_polyhedron.png
|
||||
@ -272,6 +274,7 @@ image76.jpg
|
||||
image84.gif
|
||||
image32.jpg
|
||||
image40.gif
|
||||
pics\image108.gif
|
||||
pics\aqt.png
|
||||
pics\distributionwithtabledensity.png
|
||||
pics\smoothing.png
|
||||
@ -283,7 +286,7 @@ image74.gif
|
||||
image63.gif
|
||||
image22.jpg
|
||||
image41.gif
|
||||
pics\createsubmesh.png
|
||||
pics\image109.gif
|
||||
pics\meshimportmesh.png
|
||||
pics\deletegroups.png
|
||||
pics\editing_groups1.png
|
||||
@ -311,6 +314,7 @@ pics\extrusionalongaline2.png
|
||||
image79.jpg
|
||||
image98.gif
|
||||
image32.gif
|
||||
pics\image91.gif
|
||||
image152.gif
|
||||
pics\cut_groups2.png
|
||||
image130.gif
|
||||
@ -326,10 +330,10 @@ image36.jpg
|
||||
image33.gif
|
||||
image25.jpg
|
||||
i_blue.jpg
|
||||
image15.jpg
|
||||
image142.gif
|
||||
pics\cut_groups3.png
|
||||
image131.gif
|
||||
pics\c-editmesh.png
|
||||
pics\add_quadrangle.png
|
||||
pics\uniting_a_set_of_triangles1.png
|
||||
pics\a-deflection1d.png
|
||||
@ -355,6 +359,7 @@ image46.gif
|
||||
image35.gif
|
||||
image27.jpg
|
||||
image24.gif
|
||||
pics\createmesh-inv2.png
|
||||
image144.gif
|
||||
pics\intersect_groups1.png
|
||||
image133.gif
|
||||
@ -367,6 +372,7 @@ image58.gif
|
||||
image36.gif
|
||||
image25.gif
|
||||
note1.gif
|
||||
pics\createmesh-inv3.png
|
||||
image145.gif
|
||||
pics\intersect_groups2.png
|
||||
image134.gif
|
||||
@ -376,6 +382,7 @@ pics\addedge.png
|
||||
image123.gif
|
||||
image101.gif
|
||||
image37.gif
|
||||
pics\image96.gif
|
||||
image146.gif
|
||||
pics\intersect_groups3.png
|
||||
image135.gif
|
||||
@ -386,13 +393,13 @@ pics\patternmapping1.png
|
||||
image90.jpg
|
||||
image124.gif
|
||||
image102.gif
|
||||
image19.jpg
|
||||
image49.gif
|
||||
image38.gif
|
||||
pics\image100.gif
|
||||
pics\image97.gif
|
||||
pics\length-crit.png
|
||||
image147.gif
|
||||
image136.gif
|
||||
pics\c-createmesh.png
|
||||
pics\a-nbsegments2.png
|
||||
pics\a-startendlength.png
|
||||
pics\patternmapping2.png
|
||||
@ -404,6 +411,8 @@ image103.gif
|
||||
pics\exemple.gif
|
||||
image39.gif
|
||||
image28.gif
|
||||
pics\advanced_mesh_infos.png
|
||||
pics\image98.gif
|
||||
image148.gif
|
||||
pics\meshexportmesh.png
|
||||
pics\image21.gif
|
||||
@ -416,17 +425,22 @@ image126.gif
|
||||
image104.gif
|
||||
image18.gif
|
||||
image70.jpg
|
||||
pics\createmesh-inv.png
|
||||
pics\image102.gif
|
||||
pics\image99.gif
|
||||
pics\image77.gif
|
||||
pics\meshtrianglemergeelem1.png
|
||||
pics\mergeelems.png
|
||||
pics\union_groups2.png
|
||||
pics\length2d.png
|
||||
pics\a-advmeshinfo.png
|
||||
pics\renumbernodes.png
|
||||
image127.gif
|
||||
image93.jpg
|
||||
image105.gif
|
||||
image19.gif
|
||||
image71.jpg
|
||||
pics\image89.gif
|
||||
pics\image78.gif
|
||||
pics\image23.gif
|
||||
pics\selectionfilterlibrary.png
|
||||
pics\union_groups3.png
|
||||
|
@ -65,6 +65,7 @@ aTE("Uniting a set of triangles","files/uniting_a_set_of_triangles.htm");
|
||||
aTE("Uniting two triangles","files/uniting_two_triangles.htm");
|
||||
aTE("Using operations on groups","files/using_operations_on_groups.htm");
|
||||
aTE("Viewing mesh info","files/viewing_mesh_info.htm");
|
||||
aTE("VTK 3D Viewer","files/vtk_3d_viewer.htm");
|
||||
aTE("Warp","files/warp.htm");
|
||||
aTE("Free borders","free_borders.htm");
|
||||
aTE("Free_edges","free_edges.htm");
|
||||
|
@ -8,9 +8,9 @@
|
||||
<script language="javascript" src="whfts.js"></script>
|
||||
<script language="javascript">
|
||||
<!--
|
||||
iWM("0","zero","whfwdata0.htm");
|
||||
iWM("0","zoom","whfwdata0.htm");
|
||||
|
||||
iTM(0,68,"whftdata0.htm");
|
||||
iTM(0,69,"whftdata0.htm");
|
||||
|
||||
//-->
|
||||
</script>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<script language="javascript" src="whtdata.js"></script>
|
||||
<script language="javascript">
|
||||
<!--
|
||||
aTE(1,77,"MESH module");
|
||||
aTE(1,78,"MESH module");
|
||||
aTE(2,0,"Introduction to MESH","files/introduction_to_smesh.htm");
|
||||
aTE(2,0,"Running MESH module","files/running_smesh_module.htm");
|
||||
aTE(1,12,"Creating meshes");
|
||||
@ -24,8 +24,9 @@
|
||||
aTE(2,0,"Additional Hypotheses","files/non_conform_mesh_allowed_hypothesis.htm");
|
||||
aTE(2,0,"Constructing submeshes","files/constructing_submeshes.htm");
|
||||
aTE(2,0,"Editing Meshes","files/reassigning_hypotheses_and_algorithms.htm");
|
||||
aTE(1,7,"Viewing meshes");
|
||||
aTE(2,0,"About viewing meshes","about_viewing_meshes.htm");
|
||||
aTE(1,8,"Viewing meshes");
|
||||
aTE(2,0,"Viewing meshes","about_viewing_meshes.htm");
|
||||
aTE(2,0,"VTK 3D Viewer","files/vtk_3d_viewer.htm");
|
||||
aTE(2,0,"Mesh infos","files/viewing_mesh_info.htm");
|
||||
aTE(2,0,"Numbering","files/displaying_nodes_numbers.htm");
|
||||
aTE(2,0,"Display Mode","presentation.htm");
|
||||
|
@ -33,11 +33,13 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
<p class="ftsbody" align="center"><a href="whlstf12.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>
|
||||
<p class="ftsbody" >
|
||||
|
||||
|
||||
<nobr><a name="bms_WI"></a><a name="subkey_WI"></a>will <a href="../files/about_meshes.htm"><b>1</b></a> <a href="../files/about_hypotheses.htm"><b>2</b></a> <a href="../extrusion_along_a_path.htm"><b>3</b></a> <a href="../extrusion.htm"><b>4</b></a> <a href="../deleting_groups.htm"><b>5</b></a> <a href="../aspect_ratio_3d.htm"><b>6</b></a> <a href="../adding_quadratic_nodes_and_elements.htm"><b>7</b></a> <a href="../about_viewing_meshes.htm"><b>8</b></a> <a href="../files/importing_and_exporting_meshes.htm"><b>9</b></a> <a href="../files/editing_groups.htm"><b>10</b></a> <a href="../files/displaying_nodes_numbers.htm"><b>11</b></a> <a href="../files/displacing_nodes.htm"><b>12</b></a> <a href="../files/cutting_quadrangles.htm"><b>13</b></a> <a href="../files/creating_groups.htm"><b>14</b></a> <a href="../files/constructing_submeshes.htm"><b>15</b></a> <a href="../files/constructing_meshes.htm"><b>16</b></a> <a href="../files/constructing_groups_of_specific_elements.htm"><b>17</b></a> <a href="../files/changing_orientation_of_elements.htm"><b>18</b></a> <a href="../files/aspect_ratio.htm"><b>19</b></a> <a href="../files/arithmetic_1d.htm"><b>20</b></a> <a href="../files/area_of_elements.htm"><b>21</b></a> <a href="../files/adding_nodes_and_elements.htm"><b>22</b></a> <a href="../files/taper.htm"><b>23</b></a> <a href="../files/smoothing.htm"><b>24</b></a> <a href="../files/skew.htm"><b>25</b></a> <a href="../files/sewing_meshes.htm"><b>26</b></a> <a href="../files/running_smesh_module.htm"><b>27</b></a> <a href="../files/renumbering_nodes_and_elements.htm"><b>28</b></a> <a href="../files/removing_nodes_and_elements.htm"><b>29</b></a> <a href="../files/non_conform_mesh_allowed_hypothesis.htm"><b>30</b></a> <a href="../files/minimum_angle.htm"><b>31</b></a> <a href="../files/max._element_volume_hypothsis.htm"><b>32</b></a> <a href="../files/max._element_area_hypothesis.htm"><b>33</b></a> <a href="../files/length_of_edges.htm"><b>34</b></a> <a href="../pattern_mapping.htm"><b>35</b></a> <a href="../modifying_meshes.htm"><b>36</b></a> <a href="../merge_elements.htm"><b>37</b></a> <a href="../files/warp.htm"><b>38</b></a> <a href="../files/viewing_mesh_info.htm"><b>39</b></a> <a href="../files/using_operations_on_groups.htm"><b>40</b></a> <a href="../files/uniting_a_set_of_triangles.htm"><b>41</b></a> <a href="../volume.htm"><b>42</b></a> <a href="../transparency.htm"><b>43</b></a> <a href="../selection_filter_library.htm"><b>44</b></a> <a href="../revolution.htm"><b>45</b></a> </nobr><br><a href="../clipping.htm"><b>window</b></a> <br><nobr>wire <a href="../files/about_meshing_algorithms.htm"><b>1</b></a> <a href="../extrusion_along_a_path.htm"><b>2</b></a> <a href="../defining_hypotheses_tui.htm"><b>3</b></a> <a href="../constructing_meshes.htm"><b>4</b></a> <a href="../files/max._element_area_hypothesis.htm"><b>5</b></a> <a href="../modifying_meshes.htm"><b>6</b></a> <a href="../transforming_meshes.htm"><b>7</b></a> </nobr><br><a href="../modifying_meshes.htm"><b>wire_discretisation</b></a> <br><nobr>wireframe <a href="../extrusion_along_a_path.htm"><b>1</b></a> <a href="../about_viewing_meshes.htm"><b>2</b></a> <a href="../presentation.htm"><b>3</b></a> </nobr><br><a href="../defining_hypotheses_tui.htm"><b>wires</b></a> <br><nobr>wish <a href="../deleting_groups.htm"><b>1</b></a> <a href="../files/importing_and_exporting_meshes.htm"><b>2</b></a> <a href="../files/constructing_meshes.htm"><b>3</b></a> <a href="../files/vtk_3d_viewer.htm"><b>4</b></a> </nobr><br><nobr>within <a href="../files/arithmetic_1d.htm"><b>1</b></a> <a href="../files/sewing_meshes.htm"><b>2</b></a> <a href="../pattern_mapping.htm"><b>3</b></a> </nobr><br><nobr>without <a href="../adding_quadratic_nodes_and_elements.htm"><b>1</b></a> <a href="../quality_controls.htm"><b>2</b></a> </nobr><br><a name="bms_WO"></a><a name="subkey_WO"></a><a href="../files/arithmetic_1d.htm"><b>words</b></a> <br><a href="../adding_quadratic_nodes_and_elements.htm"><b>work</b></a> <br><a href="../extrusion_along_a_path.htm"><b>works</b></a> <br><a href="../files/aspect_ratio.htm"><b>worst</b></a> <br><nobr>would <a href="../files/adding_nodes_and_elements.htm"><b>1</b></a> <a href="../files/sewing_meshes.htm"><b>2</b></a> </nobr><br><a name="bms_WW"></a><a name="subkey_WW"></a><a href="../defining_hypotheses_tui.htm"><b>ww</b></a> <br>
|
||||
<br><br>
|
||||
<nobr><a name="bm_X"></a><a name="subkey_X{"></a>x <a href="../files/about_meshes.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../files/warp.htm"><b>3</b></a> </nobr><br><a href="../modifying_meshes.htm"><b>x0</b></a> <br>
|
||||
<br><br>
|
||||
<nobr><a name="bm_Y"></a><a name="subkey_Y{"></a>y <a href="../files/about_meshes.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> </nobr><br><a href="../modifying_meshes.htm"><b>y0</b></a> <br><nobr><a name="bms_YO"></a><a name="subkey_YO"></a>your <a href="../files/about_quality_controls.htm"><b>1</b></a> <a href="../files/about_meshes.htm"><b>2</b></a> <a href="../files/about_hypotheses.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../aspect_ratio_3d.htm"><b>5</b></a> <a href="../adding_quadratic_nodes_and_elements.htm"><b>6</b></a> <a href="../about_viewing_meshes.htm"><b>7</b></a> <a href="../files/importing_and_exporting_meshes.htm"><b>8</b></a> <a href="../files/editing_groups.htm"><b>9</b></a> <a href="../files/displaying_nodes_numbers.htm"><b>10</b></a> <a href="../files/displacing_nodes.htm"><b>11</b></a> <a href="../files/creating_groups.htm"><b>12</b></a> <a href="../files/constructing_submeshes.htm"><b>13</b></a> <a href="../files/constructing_meshes.htm"><b>14</b></a> <a href="../files/constructing_groups_of_specific_elements.htm"><b>15</b></a> <a href="../files/changing_orientation_of_elements.htm"><b>16</b></a> <a href="../files/aspect_ratio.htm"><b>17</b></a> <a href="../files/arithmetic_1d.htm"><b>18</b></a> <a href="../files/area_of_elements.htm"><b>19</b></a> <a href="../files/adding_nodes_and_elements.htm"><b>20</b></a> <a href="../files/taper.htm"><b>21</b></a> <a href="../files/symmetry.htm"><b>22</b></a> <a href="../files/smoothing.htm"><b>23</b></a> <a href="../files/skew.htm"><b>24</b></a> <a href="../files/rotation.htm"><b>25</b></a> <a href="../files/renumbering_nodes_and_elements.htm"><b>26</b></a> <a href="../files/removing_nodes_and_elements.htm"><b>27</b></a> <a href="../files/reassigning_hypotheses_and_algorithms.htm"><b>28</b></a> <a href="../files/minimum_angle.htm"><b>29</b></a> <a href="../files/merging_nodes.htm"><b>30</b></a> <a href="../files/max._element_volume_hypothsis.htm"><b>31</b></a> <a href="../files/max._element_area_hypothesis.htm"><b>32</b></a> <a href="../files/length_of_edges.htm"><b>33</b></a> <a href="../presentation.htm"><b>34</b></a> <a href="../pattern_mapping.htm"><b>35</b></a> <a href="../files/warp.htm"><b>36</b></a> <a href="../files/viewing_mesh_info.htm"><b>37</b></a> <a href="../files/translation.htm"><b>38</b></a> <a href="../volume.htm"><b>39</b></a> <a href="../selection_filter_library.htm"><b>40</b></a> </nobr><br>
|
||||
<br><br>
|
||||
<nobr><a name="bm_Z"></a><a name="subkey_Z{"></a>z <a href="../files/about_meshes.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> </nobr><br><a href="../modifying_meshes.htm"><b>z0</b></a> <br><a name="bms_ZE"></a><a name="subkey_ZE"></a><a href="../pattern_mapping.htm"><b>zero</b></a> <br><br><br></p>
|
||||
<nobr><a name="bm_Z"></a><a name="subkey_Z{"></a>z <a href="../files/about_meshes.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> </nobr><br><a href="../modifying_meshes.htm"><b>z0</b></a> <br><a name="bms_ZE"></a><a name="subkey_ZE"></a><a href="../pattern_mapping.htm"><b>zero</b></a> <br><a name="bms_ZO"></a><a name="subkey_ZO"></a><a href="../files/vtk_3d_viewer.htm"><b>zoom</b></a> <br><br><br></p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_J"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf6.htm#bm_J" target="ftslist" title="search letter JO"><b>JO</b></a> <a href="whlstf6.htm#bms_JU" target="ftslist" title="search letter JU"><b>JU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_J"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf6.htm#bm_J" target="ftslist" title="search letter JO"><b>JO</b></a> <a href="whlstf6.htm#bms_JP" target="ftslist" title="search letter JP"><b>JP</b></a> <a href="whlstf6.htm#bms_JU" target="ftslist" title="search letter JU"><b>JU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_O"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf8.htm#bm_O" target="ftslist" title="search letter OB"><b>OB</b></a> <a href="whlstf8.htm#bms_OK" target="ftslist" title="search letter OK"><b>OK</b></a> <a href="whlstf8.htm#bms_ON" target="ftslist" title="search letter ON"><b>ON</b></a> <a href="whlstf8.htm#bms_OO" target="ftslist" title="search letter OO"><b>OO</b></a> <a href="whlstf8.htm#bms_OP" target="ftslist" title="search letter OP"><b>OP</b></a> <a href="whlstf8.htm#bms_OR" target="ftslist" title="search letter OR"><b>OR</b></a> <a href="whlstf8.htm#bms_OT" target="ftslist" title="search letter OT"><b>OT</b></a> <a href="whlstf8.htm#bms_OU" target="ftslist" title="search letter OU"><b>OU</b></a> <a href="whlstf8.htm#bms_OW" target="ftslist" title="search letter OW"><b>OW</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_O"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf8.htm#bm_O" target="ftslist" title="search letter OB"><b>OB</b></a> <a href="whlstf8.htm#bms_OF" target="ftslist" title="search letter OF"><b>OF</b></a> <a href="whlstf8.htm#bms_OK" target="ftslist" title="search letter OK"><b>OK</b></a> <a href="whlstf8.htm#bms_ON" target="ftslist" title="search letter ON"><b>ON</b></a> <a href="whlstf8.htm#bms_OO" target="ftslist" title="search letter OO"><b>OO</b></a> <a href="whlstf8.htm#bms_OP" target="ftslist" title="search letter OP"><b>OP</b></a> <a href="whlstf8.htm#bms_OR" target="ftslist" title="search letter OR"><b>OR</b></a> <a href="whlstf8.htm#bms_OT" target="ftslist" title="search letter OT"><b>OT</b></a> <a href="whlstf8.htm#bms_OU" target="ftslist" title="search letter OU"><b>OU</b></a> <a href="whlstf8.htm#bms_OW" target="ftslist" title="search letter OW"><b>OW</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_P"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf8.htm#bm_P" target="ftslist" title="search letter PA"><b>PA</b></a> <a href="whlstf8.htm#bms_PE" target="ftslist" title="search letter PE"><b>PE</b></a> <a href="whlstf8.htm#bms_PI" target="ftslist" title="search letter PI"><b>PI</b></a> <a href="whlstf8.htm#bms_PL" target="ftslist" title="search letter PL"><b>PL</b></a> <a href="whlstf8.htm#bms_PO" target="ftslist" title="search letter PO"><b>PO</b></a> <a href="whlstf8.htm#bms_PR" target="ftslist" title="search letter PR"><b>PR</b></a> <a href="whlstf9.htm#bms_PS" target="ftslist" title="search letter PS"><b>PS</b></a> <a href="whlstf9.htm#bms_PU" target="ftslist" title="search letter PU"><b>PU</b></a> <a href="whlstf9.htm#bms_PX" target="ftslist" title="search letter PX"><b>PX</b></a> <a href="whlstf9.htm#bms_PY" target="ftslist" title="search letter PY"><b>PY</b></a> <a href="whlstf9.htm#bms_PZ" target="ftslist" title="search letter PZ"><b>PZ</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_P"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf8.htm#bm_P" target="ftslist" title="search letter PA"><b>PA</b></a> <a href="whlstf8.htm#bms_PE" target="ftslist" title="search letter PE"><b>PE</b></a> <a href="whlstf8.htm#bms_PI" target="ftslist" title="search letter PI"><b>PI</b></a> <a href="whlstf8.htm#bms_PL" target="ftslist" title="search letter PL"><b>PL</b></a> <a href="whlstf8.htm#bms_PN" target="ftslist" title="search letter PN"><b>PN</b></a> <a href="whlstf8.htm#bms_PO" target="ftslist" title="search letter PO"><b>PO</b></a> <a href="whlstf9.htm#bms_PR" target="ftslist" title="search letter PR"><b>PR</b></a> <a href="whlstf9.htm#bms_PS" target="ftslist" title="search letter PS"><b>PS</b></a> <a href="whlstf9.htm#bms_PU" target="ftslist" title="search letter PU"><b>PU</b></a> <a href="whlstf9.htm#bms_PX" target="ftslist" title="search letter PX"><b>PX</b></a> <a href="whlstf9.htm#bms_PY" target="ftslist" title="search letter PY"><b>PY</b></a> <a href="whlstf9.htm#bms_PZ" target="ftslist" title="search letter PZ"><b>PZ</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_R"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf9.htm#bm_R" target="ftslist" title="search letter R "><b>R </b></a> <a href="whlstf9.htm#bms_RA" target="ftslist" title="search letter RA"><b>RA</b></a> <a href="whlstf9.htm#bms_RE" target="ftslist" title="search letter RE"><b>RE</b></a> <a href="whlstf9.htm#bms_RI" target="ftslist" title="search letter RI"><b>RI</b></a> <a href="whlstf9.htm#bms_RO" target="ftslist" title="search letter RO"><b>RO</b></a> <a href="whlstf9.htm#bms_RR" target="ftslist" title="search letter RR"><b>RR</b></a> <a href="whlstf9.htm#bms_RU" target="ftslist" title="search letter RU"><b>RU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_R"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf9.htm#bm_R" target="ftslist" title="search letter R "><b>R </b></a> <a href="whlstf9.htm#bms_RA" target="ftslist" title="search letter RA"><b>RA</b></a> <a href="whlstf9.htm#bms_RE" target="ftslist" title="search letter RE"><b>RE</b></a> <a href="whlstf10.htm#bms_RI" target="ftslist" title="search letter RI"><b>RI</b></a> <a href="whlstf10.htm#bms_RO" target="ftslist" title="search letter RO"><b>RO</b></a> <a href="whlstf10.htm#bms_RR" target="ftslist" title="search letter RR"><b>RR</b></a> <a href="whlstf10.htm#bms_RU" target="ftslist" title="search letter RU"><b>RU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_S"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf9.htm#bm_S" target="ftslist" title="search letter S "><b>S </b></a> <a href="whlstf9.htm#bms_SA" target="ftslist" title="search letter SA"><b>SA</b></a> <a href="whlstf9.htm#bms_SC" target="ftslist" title="search letter SC"><b>SC</b></a> <a href="whlstf10.htm#bms_SE" target="ftslist" title="search letter SE"><b>SE</b></a> <a href="whlstf10.htm#bms_SG" target="ftslist" title="search letter SG"><b>SG</b></a> <a href="whlstf10.htm#bms_SH" target="ftslist" title="search letter SH"><b>SH</b></a> <a href="whlstf10.htm#bms_SI" target="ftslist" title="search letter SI"><b>SI</b></a> <a href="whlstf10.htm#bms_SK" target="ftslist" title="search letter SK"><b>SK</b></a> <a href="whlstf10.htm#bms_SL" target="ftslist" title="search letter SL"><b>SL</b></a> <a href="whlstf10.htm#bms_SM" target="ftslist" title="search letter SM"><b>SM</b></a> <a href="whlstf10.htm#bms_SO" target="ftslist" title="search letter SO"><b>SO</b></a> <a href="whlstf11.htm#bms_SP" target="ftslist" title="search letter SP"><b>SP</b></a> <a href="whlstf11.htm#bms_SQ" target="ftslist" title="search letter SQ"><b>SQ</b></a> <a href="whlstf11.htm#bms_ST" target="ftslist" title="search letter ST"><b>ST</b></a> <a href="whlstf11.htm#bms_SU" target="ftslist" title="search letter SU"><b>SU</b></a> <a href="whlstf11.htm#bms_SW" target="ftslist" title="search letter SW"><b>SW</b></a> <a href="whlstf11.htm#bms_SY" target="ftslist" title="search letter SY"><b>SY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_S"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf10.htm#bm_S" target="ftslist" title="search letter S "><b>S </b></a> <a href="whlstf10.htm#bms_SA" target="ftslist" title="search letter SA"><b>SA</b></a> <a href="whlstf10.htm#bms_SC" target="ftslist" title="search letter SC"><b>SC</b></a> <a href="whlstf10.htm#bms_SE" target="ftslist" title="search letter SE"><b>SE</b></a> <a href="whlstf10.htm#bms_SG" target="ftslist" title="search letter SG"><b>SG</b></a> <a href="whlstf10.htm#bms_SH" target="ftslist" title="search letter SH"><b>SH</b></a> <a href="whlstf11.htm#bms_SI" target="ftslist" title="search letter SI"><b>SI</b></a> <a href="whlstf11.htm#bms_SK" target="ftslist" title="search letter SK"><b>SK</b></a> <a href="whlstf11.htm#bms_SL" target="ftslist" title="search letter SL"><b>SL</b></a> <a href="whlstf11.htm#bms_SM" target="ftslist" title="search letter SM"><b>SM</b></a> <a href="whlstf11.htm#bms_SO" target="ftslist" title="search letter SO"><b>SO</b></a> <a href="whlstf11.htm#bms_SP" target="ftslist" title="search letter SP"><b>SP</b></a> <a href="whlstf11.htm#bms_SQ" target="ftslist" title="search letter SQ"><b>SQ</b></a> <a href="whlstf11.htm#bms_ST" target="ftslist" title="search letter ST"><b>ST</b></a> <a href="whlstf11.htm#bms_SU" target="ftslist" title="search letter SU"><b>SU</b></a> <a href="whlstf11.htm#bms_SW" target="ftslist" title="search letter SW"><b>SW</b></a> <a href="whlstf11.htm#bms_SY" target="ftslist" title="search letter SY"><b>SY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_B"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf1.htm#bm_B" target="ftslist" title="search letter BA"><b>BA</b></a> <a href="whlstf1.htm#bms_BE" target="ftslist" title="search letter BE"><b>BE</b></a> <a href="whlstf1.htm#bms_BI" target="ftslist" title="search letter BI"><b>BI</b></a> <a href="whlstf1.htm#bms_BL" target="ftslist" title="search letter BL"><b>BL</b></a> <a href="whlstf1.htm#bms_BO" target="ftslist" title="search letter BO"><b>BO</b></a> <a href="whlstf1.htm#bms_BR" target="ftslist" title="search letter BR"><b>BR</b></a> <a href="whlstf1.htm#bms_BU" target="ftslist" title="search letter BU"><b>BU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_B"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf1.htm#bm_B" target="ftslist" title="search letter BA"><b>BA</b></a> <a href="whlstf1.htm#bms_BE" target="ftslist" title="search letter BE"><b>BE</b></a> <a href="whlstf1.htm#bms_BI" target="ftslist" title="search letter BI"><b>BI</b></a> <a href="whlstf1.htm#bms_BL" target="ftslist" title="search letter BL"><b>BL</b></a> <a href="whlstf1.htm#bms_BM" target="ftslist" title="search letter BM"><b>BM</b></a> <a href="whlstf1.htm#bms_BO" target="ftslist" title="search letter BO"><b>BO</b></a> <a href="whlstf1.htm#bms_BR" target="ftslist" title="search letter BR"><b>BR</b></a> <a href="whlstf1.htm#bms_BU" target="ftslist" title="search letter BU"><b>BU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_T"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf11.htm#bm_T" target="ftslist" title="search letter T "><b>T </b></a> <a href="whlstf11.htm#bms_TA" target="ftslist" title="search letter TA"><b>TA</b></a> <a href="whlstf11.htm#bms_TE" target="ftslist" title="search letter TE"><b>TE</b></a> <a href="whlstf11.htm#bms_TH" target="ftslist" title="search letter TH"><b>TH</b></a> <a href="whlstf11.htm#bms_TM" target="ftslist" title="search letter TM"><b>TM</b></a> <a href="whlstf11.htm#bms_TO" target="ftslist" title="search letter TO"><b>TO</b></a> <a href="whlstf11.htm#bms_TR" target="ftslist" title="search letter TR"><b>TR</b></a> <a href="whlstf11.htm#bms_TT" target="ftslist" title="search letter TT"><b>TT</b></a> <a href="whlstf12.htm#bms_TU" target="ftslist" title="search letter TU"><b>TU</b></a> <a href="whlstf12.htm#bms_TW" target="ftslist" title="search letter TW"><b>TW</b></a> <a href="whlstf12.htm#bms_TY" target="ftslist" title="search letter TY"><b>TY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_T"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf11.htm#bm_T" target="ftslist" title="search letter T "><b>T </b></a> <a href="whlstf11.htm#bms_TA" target="ftslist" title="search letter TA"><b>TA</b></a> <a href="whlstf11.htm#bms_TE" target="ftslist" title="search letter TE"><b>TE</b></a> <a href="whlstf11.htm#bms_TH" target="ftslist" title="search letter TH"><b>TH</b></a> <a href="whlstf11.htm#bms_TI" target="ftslist" title="search letter TI"><b>TI</b></a> <a href="whlstf11.htm#bms_TM" target="ftslist" title="search letter TM"><b>TM</b></a> <a href="whlstf11.htm#bms_TO" target="ftslist" title="search letter TO"><b>TO</b></a> <a href="whlstf12.htm#bms_TR" target="ftslist" title="search letter TR"><b>TR</b></a> <a href="whlstf12.htm#bms_TT" target="ftslist" title="search letter TT"><b>TT</b></a> <a href="whlstf12.htm#bms_TU" target="ftslist" title="search letter TU"><b>TU</b></a> <a href="whlstf12.htm#bms_TW" target="ftslist" title="search letter TW"><b>TW</b></a> <a href="whlstf12.htm#bms_TY" target="ftslist" title="search letter TY"><b>TY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_V"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf12.htm#bm_V" target="ftslist" title="search letter V "><b>V </b></a> <a href="whlstf12.htm#bms_VA" target="ftslist" title="search letter VA"><b>VA</b></a> <a href="whlstf12.htm#bms_VE" target="ftslist" title="search letter VE"><b>VE</b></a> <a href="whlstf12.htm#bms_VI" target="ftslist" title="search letter VI"><b>VI</b></a> <a href="whlstf12.htm#bms_VK" target="ftslist" title="search letter VK"><b>VK</b></a> <a href="whlstf12.htm#bms_VO" target="ftslist" title="search letter VO"><b>VO</b></a> <a href="whlstf12.htm#bms_VX" target="ftslist" title="search letter VX"><b>VX</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_V"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf12.htm#bm_V" target="ftslist" title="search letter V "><b>V </b></a> <a href="whlstf12.htm#bms_VA" target="ftslist" title="search letter VA"><b>VA</b></a> <a href="whlstf12.htm#bms_VE" target="ftslist" title="search letter VE"><b>VE</b></a> <a href="whlstf12.htm#bms_VI" target="ftslist" title="search letter VI"><b>VI</b></a> <a href="whlstf12.htm#bms_VK" target="ftslist" title="search letter VK"><b>VK</b></a> <a href="whlstf12.htm#bms_VO" target="ftslist" title="search letter VO"><b>VO</b></a> <a href="whlstf12.htm#bms_VT" target="ftslist" title="search letter VT"><b>VT</b></a> <a href="whlstf12.htm#bms_VX" target="ftslist" title="search letter VX"><b>VX</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_W"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf12.htm#bm_W" target="ftslist" title="search letter WA"><b>WA</b></a> <a href="whlstf12.htm#bms_WE" target="ftslist" title="search letter WE"><b>WE</b></a> <a href="whlstf12.htm#bms_WH" target="ftslist" title="search letter WH"><b>WH</b></a> <a href="whlstf12.htm#bms_WI" target="ftslist" title="search letter WI"><b>WI</b></a> <a href="whlstf12.htm#bms_WO" target="ftslist" title="search letter WO"><b>WO</b></a> <a href="whlstf12.htm#bms_WW" target="ftslist" title="search letter WW"><b>WW</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_W"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf12.htm#bm_W" target="ftslist" title="search letter WA"><b>WA</b></a> <a href="whlstf12.htm#bms_WE" target="ftslist" title="search letter WE"><b>WE</b></a> <a href="whlstf12.htm#bms_WH" target="ftslist" title="search letter WH"><b>WH</b></a> <a href="whlstf13.htm#bms_WI" target="ftslist" title="search letter WI"><b>WI</b></a> <a href="whlstf13.htm#bms_WO" target="ftslist" title="search letter WO"><b>WO</b></a> <a href="whlstf13.htm#bms_WW" target="ftslist" title="search letter WW"><b>WW</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_Z"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf13.htm#bm_Z" target="ftslist" title="search letter Z "><b>Z </b></a> <a href="whlstf13.htm#bms_ZE" target="ftslist" title="search letter ZE"><b>ZE</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_Z"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf13.htm#bm_Z" target="ftslist" title="search letter Z "><b>Z </b></a> <a href="whlstf13.htm#bms_ZE" target="ftslist" title="search letter ZE"><b>ZE</b></a> <a href="whlstf13.htm#bms_ZO" target="ftslist" title="search letter ZO"><b>ZO</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_D"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf3.htm#bm_D" target="ftslist" title="search letter D "><b>D </b></a> <a href="whlstf3.htm#bms_DE" target="ftslist" title="search letter DE"><b>DE</b></a> <a href="whlstf3.htm#bms_DH" target="ftslist" title="search letter DH"><b>DH</b></a> <a href="whlstf3.htm#bms_DI" target="ftslist" title="search letter DI"><b>DI</b></a> <a href="whlstf3.htm#bms_DO" target="ftslist" title="search letter DO"><b>DO</b></a> <a href="whlstf3.htm#bms_DR" target="ftslist" title="search letter DR"><b>DR</b></a> <a href="whlstf3.htm#bms_DX" target="ftslist" title="search letter DX"><b>DX</b></a> <a href="whlstf3.htm#bms_DY" target="ftslist" title="search letter DY"><b>DY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_D"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf3.htm#bm_D" target="ftslist" title="search letter D "><b>D </b></a> <a href="whlstf3.htm#bms_DE" target="ftslist" title="search letter DE"><b>DE</b></a> <a href="whlstf3.htm#bms_DH" target="ftslist" title="search letter DH"><b>DH</b></a> <a href="whlstf3.htm#bms_DI" target="ftslist" title="search letter DI"><b>DI</b></a> <a href="whlstf3.htm#bms_DO" target="ftslist" title="search letter DO"><b>DO</b></a> <a href="whlstf3.htm#bms_DR" target="ftslist" title="search letter DR"><b>DR</b></a> <a href="whlstf3.htm#bms_DU" target="ftslist" title="search letter DU"><b>DU</b></a> <a href="whlstf3.htm#bms_DX" target="ftslist" title="search letter DX"><b>DX</b></a> <a href="whlstf3.htm#bms_DY" target="ftslist" title="search letter DY"><b>DY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_E"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf3.htm#bm_E" target="ftslist" title="search letter E "><b>E </b></a> <a href="whlstf3.htm#bms_EA" target="ftslist" title="search letter EA"><b>EA</b></a> <a href="whlstf3.htm#bms_ED" target="ftslist" title="search letter ED"><b>ED</b></a> <a href="whlstf3.htm#bms_EF" target="ftslist" title="search letter EF"><b>EF</b></a> <a href="whlstf4.htm#bms_EI" target="ftslist" title="search letter EI"><b>EI</b></a> <a href="whlstf4.htm#bms_EL" target="ftslist" title="search letter EL"><b>EL</b></a> <a href="whlstf4.htm#bms_EN" target="ftslist" title="search letter EN"><b>EN</b></a> <a href="whlstf4.htm#bms_EQ" target="ftslist" title="search letter EQ"><b>EQ</b></a> <a href="whlstf4.htm#bms_ER" target="ftslist" title="search letter ER"><b>ER</b></a> <a href="whlstf4.htm#bms_ET" target="ftslist" title="search letter ET"><b>ET</b></a> <a href="whlstf4.htm#bms_EV" target="ftslist" title="search letter EV"><b>EV</b></a> <a href="whlstf4.htm#bms_EX" target="ftslist" title="search letter EX"><b>EX</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_E"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf3.htm#bm_E" target="ftslist" title="search letter E "><b>E </b></a> <a href="whlstf3.htm#bms_EA" target="ftslist" title="search letter EA"><b>EA</b></a> <a href="whlstf3.htm#bms_ED" target="ftslist" title="search letter ED"><b>ED</b></a> <a href="whlstf4.htm#bms_EF" target="ftslist" title="search letter EF"><b>EF</b></a> <a href="whlstf4.htm#bms_EI" target="ftslist" title="search letter EI"><b>EI</b></a> <a href="whlstf4.htm#bms_EL" target="ftslist" title="search letter EL"><b>EL</b></a> <a href="whlstf4.htm#bms_EN" target="ftslist" title="search letter EN"><b>EN</b></a> <a href="whlstf4.htm#bms_EQ" target="ftslist" title="search letter EQ"><b>EQ</b></a> <a href="whlstf4.htm#bms_ER" target="ftslist" title="search letter ER"><b>ER</b></a> <a href="whlstf4.htm#bms_ET" target="ftslist" title="search letter ET"><b>ET</b></a> <a href="whlstf4.htm#bms_EV" target="ftslist" title="search letter EV"><b>EV</b></a> <a href="whlstf4.htm#bms_EX" target="ftslist" title="search letter EX"><b>EX</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_G"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf5.htm#bm_G" target="ftslist" title="search letter G "><b>G </b></a> <a href="whlstf5.htm#bms_GE" target="ftslist" title="search letter GE"><b>GE</b></a> <a href="whlstf5.htm#bms_GG" target="ftslist" title="search letter GG"><b>GG</b></a> <a href="whlstf5.htm#bms_GI" target="ftslist" title="search letter GI"><b>GI</b></a> <a href="whlstf5.htm#bms_GO" target="ftslist" title="search letter GO"><b>GO</b></a> <a href="whlstf5.htm#bms_GR" target="ftslist" title="search letter GR"><b>GR</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_G"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf5.htm#bm_G" target="ftslist" title="search letter G "><b>G </b></a> <a href="whlstf5.htm#bms_GA" target="ftslist" title="search letter GA"><b>GA</b></a> <a href="whlstf5.htm#bms_GE" target="ftslist" title="search letter GE"><b>GE</b></a> <a href="whlstf5.htm#bms_GG" target="ftslist" title="search letter GG"><b>GG</b></a> <a href="whlstf5.htm#bms_GI" target="ftslist" title="search letter GI"><b>GI</b></a> <a href="whlstf5.htm#bms_GL" target="ftslist" title="search letter GL"><b>GL</b></a> <a href="whlstf5.htm#bms_GO" target="ftslist" title="search letter GO"><b>GO</b></a> <a href="whlstf5.htm#bms_GR" target="ftslist" title="search letter GR"><b>GR</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -37,7 +37,7 @@ body {background-color:White; }
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" bgproperties="fixed">
|
||||
|
||||
<p class="ftsheader"><a name="subkey_I"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf5.htm#bm_I" target="ftslist" title="search letter I "><b>I </b></a> <a href="whlstf5.htm#bms_IC" target="ftslist" title="search letter IC"><b>IC</b></a> <a href="whlstf5.htm#bms_ID" target="ftslist" title="search letter ID"><b>ID</b></a> <a href="whlstf5.htm#bms_IF" target="ftslist" title="search letter IF"><b>IF</b></a> <a href="whlstf5.htm#bms_II" target="ftslist" title="search letter II"><b>II</b></a> <a href="whlstf5.htm#bms_IM" target="ftslist" title="search letter IM"><b>IM</b></a> <a href="whlstf6.htm#bms_IN" target="ftslist" title="search letter IN"><b>IN</b></a> <a href="whlstf6.htm#bms_IS" target="ftslist" title="search letter IS"><b>IS</b></a> <a href="whlstf6.htm#bms_IT" target="ftslist" title="search letter IT"><b>IT</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
<p class="ftsheader"><a name="subkey_I"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf5.htm#bm_I" target="ftslist" title="search letter I "><b>I </b></a> <a href="whlstf5.htm#bms_IC" target="ftslist" title="search letter IC"><b>IC</b></a> <a href="whlstf5.htm#bms_ID" target="ftslist" title="search letter ID"><b>ID</b></a> <a href="whlstf6.htm#bms_IF" target="ftslist" title="search letter IF"><b>IF</b></a> <a href="whlstf6.htm#bms_II" target="ftslist" title="search letter II"><b>II</b></a> <a href="whlstf6.htm#bms_IM" target="ftslist" title="search letter IM"><b>IM</b></a> <a href="whlstf6.htm#bms_IN" target="ftslist" title="search letter IN"><b>IN</b></a> <a href="whlstf6.htm#bms_IS" target="ftslist" title="search letter IS"><b>IS</b></a> <a href="whlstf6.htm#bms_IT" target="ftslist" title="search letter IT"><b>IT</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -42,7 +42,8 @@ img {vertial-align:middle;}
|
||||
<nobr><a href="../files/running_smesh_module.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Running MESH module</a></nobr><br>
|
||||
<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Creating meshes</a></nobr><br>
|
||||
<nobr><a name="4"></a><a href="whlstt1.htm#4" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Viewing meshes</a></nobr><br>
|
||||
<nobr><a href="../about_viewing_meshes.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> About viewing meshes</a></nobr><br>
|
||||
<nobr><a href="../about_viewing_meshes.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Viewing meshes</a></nobr><br>
|
||||
<nobr><a href="../files/vtk_3d_viewer.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> VTK 3D Viewer</a></nobr><br>
|
||||
<nobr><a href="../files/viewing_mesh_info.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Mesh infos</a></nobr><br>
|
||||
<nobr><a href="../files/displaying_nodes_numbers.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Numbering</a></nobr><br>
|
||||
<nobr><a href="../presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Display Mode</a></nobr><br>
|
||||
|
@ -62,7 +62,7 @@ body {background-color:White; }
|
||||
<a href="whlstfl21.htm#subkey_U" target="_self"title="search letter U"><b>U</b></a>
|
||||
<a href="whlstfl22.htm#subkey_V" target="_self"title="search letter V"><b>V</b></a>
|
||||
<a href="whlstfl23.htm#subkey_W" target="_self"title="search letter W"><b>W</b></a>
|
||||
<a href="whlstf12.htm#bm_X" target="ftslist"title="search letter X" ><b>X</b></a>
|
||||
<a href="whlstf13.htm#bm_X" target="ftslist"title="search letter X" ><b>X</b></a>
|
||||
<a href="whlstfl24.htm#subkey_Y" target="_self"title="search letter Y"><b>Y</b></a>
|
||||
<a href="whlstfl25.htm#subkey_Z" target="_self"title="search letter Z"><b>Z</b></a>
|
||||
</p>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<table>
|
||||
<tr><td> Start Page </td><td>smesh.htm</td></tr>
|
||||
<tr><td> Skin Name </td><td>Default</td></tr>
|
||||
<tr><td> Generating Time </td><td>12:48 04/11/2006</td></tr>
|
||||
<tr><td> Generating Time </td><td>18:44 04/14/2006</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 Build Version </td><td>13.10.606</td></tr>
|
||||
|
@ -53,6 +53,7 @@
|
||||
<topic name="Uniting two triangles" url="files/uniting_two_triangles.htm" />
|
||||
<topic name="Using operations on groups" url="files/using_operations_on_groups.htm" />
|
||||
<topic name="Viewing mesh info" url="files/viewing_mesh_info.htm" />
|
||||
<topic name="VTK 3D Viewer" url="files/vtk_3d_viewer.htm" />
|
||||
<topic name="Warp" url="files/warp.htm" />
|
||||
<topic name="Free borders" url="free_borders.htm" />
|
||||
<topic name="Free_edges" url="free_edges.htm" />
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='windows-1252' ?>
|
||||
<fts>
|
||||
<chunkinfo url="whfwdata0.xml" first="0" last="zero"/>
|
||||
<chunkinfo url="whfwdata0.xml" first="0" last="zoom"/>
|
||||
|
||||
<tchunkinfo first="0" last="68" url="whftdata0.xml" />
|
||||
<tchunkinfo first="0" last="69" url="whftdata0.xml" />
|
||||
|
||||
</fts>
|
||||
|
@ -19,7 +19,8 @@
|
||||
<item name="Editing Meshes" url="files/reassigning_hypotheses_and_algorithms.htm" />
|
||||
</book>
|
||||
<book name="Viewing meshes" >
|
||||
<item name="About viewing meshes" url="about_viewing_meshes.htm" />
|
||||
<item name="Viewing meshes" url="about_viewing_meshes.htm" />
|
||||
<item name="VTK 3D Viewer" url="files/vtk_3d_viewer.htm" />
|
||||
<item name="Mesh infos" url="files/viewing_mesh_info.htm" />
|
||||
<item name="Numbering" url="files/displaying_nodes_numbers.htm" />
|
||||
<item name="Display Mode" url="presentation.htm" />
|
||||
|