Update GUI documentation for 13615, 13639 and 13460
@ -16,34 +16,35 @@ if (navigator.appName !="Netscape")
|
||||
<!--
|
||||
img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; }
|
||||
ul.whs2 { list-style:disc; }
|
||||
ul.whs3 { list-style:circle; }
|
||||
table.whs4 { x-cell-content-align:top; width:45.771%; border-spacing:0px; }
|
||||
col.whs5 { width:42.826%; }
|
||||
col.whs6 { width:57.174%; }
|
||||
tr.whs7 { x-cell-content-align:top; }
|
||||
td.whs8 { width:42.826%; padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-top-style:none; border-bottom-style:none; }
|
||||
p.whs9 { margin-right:2px; }
|
||||
img_whs10 { border:none; width:170px; height:170px; border-style:none; }
|
||||
td.whs11 { width:57.174%; padding-right:10px; padding-left:10px; border-top-style:none; border-bottom-style:none; border-right-style:none; }
|
||||
p.whs12 { margin-right:240px; }
|
||||
img_whs13 { border:none; width:182px; height:177px; border-style:none; }
|
||||
table.whs14 { x-cell-content-align:top; width:30.595%; border-spacing:0px; }
|
||||
col.whs15 { width:50.334%; }
|
||||
col.whs16 { width:49.666%; }
|
||||
td.whs17 { width:50.334%; padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-top-style:none; border-bottom-style:none; }
|
||||
img_whs18 { border:none; width:119px; height:299px; border-style:none; }
|
||||
td.whs19 { width:49.666%; padding-right:10px; padding-left:10px; border-top-style:none; border-bottom-style:none; border-right-style:none; }
|
||||
img_whs20 { border:none; width:127px; height:298px; border-style:none; }
|
||||
h4.whs21 { margin-left:0px; }
|
||||
p.whs22 { margin-left:0px; }
|
||||
ol.whs3 { list-style:disc; }
|
||||
ul.whs4 { list-style:circle; }
|
||||
table.whs5 { x-cell-content-align:top; width:45.771%; border-spacing:0px; }
|
||||
col.whs6 { width:42.826%; }
|
||||
col.whs7 { width:57.174%; }
|
||||
tr.whs8 { x-cell-content-align:top; }
|
||||
td.whs9 { width:42.826%; padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-top-style:none; border-bottom-style:none; }
|
||||
p.whs10 { margin-right:2px; }
|
||||
img_whs11 { border:none; width:170px; height:170px; border-style:none; }
|
||||
td.whs12 { width:57.174%; padding-right:10px; padding-left:10px; border-top-style:none; border-bottom-style:none; border-right-style:none; }
|
||||
p.whs13 { margin-right:240px; }
|
||||
img_whs14 { border:none; width:182px; height:177px; border-style:none; }
|
||||
table.whs15 { x-cell-content-align:top; width:30.595%; border-spacing:0px; }
|
||||
col.whs16 { width:50.334%; }
|
||||
col.whs17 { width:49.666%; }
|
||||
td.whs18 { width:50.334%; padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-top-style:none; border-bottom-style:none; }
|
||||
img_whs19 { border:none; width:119px; height:299px; border-style:none; }
|
||||
td.whs20 { width:49.666%; padding-right:10px; padding-left:10px; border-top-style:none; border-bottom-style:none; border-right-style:none; }
|
||||
img_whs21 { border:none; width:127px; height:298px; border-style:none; }
|
||||
h4.whs22 { margin-left:0px; }
|
||||
p.whs23 { margin-left:0px; }
|
||||
-->
|
||||
</style><script type="text/javascript" language="JavaScript">
|
||||
<!--
|
||||
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
|
||||
{
|
||||
var strNSS = "<style type='text/css'>";
|
||||
strNSS += "h4.whs21 {margin-left:1pt; }";
|
||||
strNSS += "p.whs22 {margin-left:1pt; }";
|
||||
strNSS += "h4.whs22 {margin-left:1pt; }";
|
||||
strNSS += "p.whs23 {margin-left:1pt; }";
|
||||
strNSS +="</style>";
|
||||
document.write(strNSS);
|
||||
}
|
||||
@ -123,15 +124,24 @@ if (window.writeIntopicBar)
|
||||
|
||||
<p> </p>
|
||||
|
||||
<ul type="disc" class="whs2">
|
||||
<ol type="disc" class="whs3">
|
||||
|
||||
<ul type="disc" class="whs2">
|
||||
|
||||
<li style="list-style: circle;"
|
||||
type=circle
|
||||
class=kadov-p><p>Wire Discretization meshing algorithm</p></li>
|
||||
class=kadov-p><p>Wire Discretisation meshing algorithm - splits
|
||||
a wire into a number of mesh segments following any 1D hypothesis.</p></li>
|
||||
|
||||
<li style="list-style: circle;"
|
||||
type=circle
|
||||
class=kadov-p><p>Composite Side Discretisation algorithm -
|
||||
allows to apply any 1D hypothesis to a whole side of a geometrical face
|
||||
even if it is composed of several edges provided that they form C1 curve,
|
||||
have the same hypotheses assigned and form one side in all faces of the
|
||||
main shape of a mesh.</p></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ol>
|
||||
|
||||
<p> </p>
|
||||
|
||||
@ -142,9 +152,9 @@ if (window.writeIntopicBar)
|
||||
|
||||
<p> </p>
|
||||
|
||||
<ul type="disc" class="whs2">
|
||||
<ol type="disc" class="whs3">
|
||||
|
||||
<ul type="circle" class="whs3">
|
||||
<ul type="circle" class="whs4">
|
||||
|
||||
<li class=kadov-p><p>Triangle meshing algorithms (Mefisto and Netgen
|
||||
1D-2D ) - Faces are split into triangular elements.</p></li>
|
||||
@ -152,19 +162,19 @@ if (window.writeIntopicBar)
|
||||
<li class=kadov-p><p>Quadrangle meshing algorithm (Mapping) - Faces
|
||||
are split into quadrangular elements.</p></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ol>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<table x-use-null-cells cellspacing="0" width="45.771%" class="whs4">
|
||||
<col class="whs5">
|
||||
<table x-use-null-cells cellspacing="0" width="45.771%" class="whs5">
|
||||
<col class="whs6">
|
||||
<col class="whs7">
|
||||
|
||||
<tr valign="top" class="whs7">
|
||||
<td width="42.826%" class="whs8">
|
||||
<p class="whs9"><img src="../image123.gif" width="170px" height="170px" border="0" class="img_whs10"></td>
|
||||
<td width="57.174%" class="whs11">
|
||||
<p class="whs12"><img src="../image124.gif" width="182px" height="177px" border="0" class="img_whs13"></td></tr>
|
||||
<tr valign="top" class="whs8">
|
||||
<td width="42.826%" class="whs9">
|
||||
<p class="whs10"><img src="../image123.gif" width="170px" height="170px" border="0" class="img_whs11"></td>
|
||||
<td width="57.174%" class="whs12">
|
||||
<p class="whs13"><img src="../image124.gif" width="182px" height="177px" border="0" class="img_whs14"></td></tr>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
@ -179,9 +189,9 @@ if (window.writeIntopicBar)
|
||||
|
||||
<p> </p>
|
||||
|
||||
<ul type="disc" class="whs2">
|
||||
<ol type="disc" class="whs3">
|
||||
|
||||
<ul type="circle" class="whs3">
|
||||
<ul type="circle" class="whs4">
|
||||
|
||||
<li class=kadov-p><p>Hexahedron meshing algorithm (i,j,k) - Volumes
|
||||
are split into hexahedral (cubic) elements. </p></li>
|
||||
@ -189,19 +199,19 @@ if (window.writeIntopicBar)
|
||||
<li class=kadov-p><p>Tetrahedron (Netgen) meshing algorithm - Volumes
|
||||
are split into tetrahedral (pyramidal) elements. </p></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ol>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<table x-use-null-cells cellspacing="0" width="30.595%" class="whs14">
|
||||
<col class="whs15">
|
||||
<table x-use-null-cells cellspacing="0" width="30.595%" class="whs15">
|
||||
<col class="whs16">
|
||||
<col class="whs17">
|
||||
|
||||
<tr valign="top" class="whs7">
|
||||
<td width="50.334%" class="whs17">
|
||||
<p><img src="../image125.gif" width="119px" height="299px" border="0" class="img_whs18"> </td>
|
||||
<td width="49.666%" class="whs19">
|
||||
<p><img src="../image126.gif" width="127px" height="298px" border="0" class="img_whs20"></td></tr>
|
||||
<tr valign="top" class="whs8">
|
||||
<td width="50.334%" class="whs18">
|
||||
<p><img src="../image125.gif" width="119px" height="299px" border="0" class="img_whs19"> </td>
|
||||
<td width="49.666%" class="whs20">
|
||||
<p><img src="../image126.gif" width="127px" height="298px" border="0" class="img_whs21"></td></tr>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
@ -222,12 +232,12 @@ if (window.writeIntopicBar)
|
||||
prismatic shapes.</a> </p></li>
|
||||
</ul>
|
||||
|
||||
<h4 class="whs21"><a href="constructing_meshes.htm">Constructing
|
||||
<h4 class="whs22"><a href="constructing_meshes.htm">Constructing
|
||||
meshes</a> <span style="font-weight: normal;">page describes in detail
|
||||
how to apply meshing algorithms.</span><a href="constructing_meshes.htm" style="font-weight: bold;">
|
||||
</a></h4>
|
||||
|
||||
<p class="whs22"><span style="font-weight: bold;"><B>See Also</B></span>
|
||||
<p class="whs23"><span style="font-weight: bold;"><B>See Also</B></span>
|
||||
a sample TUI Script of a <a href="../defining_hypotheses_tui.htm#bookmark8">Define
|
||||
Meshing Algorithm</a> operation. </p>
|
||||
|
||||
|
@ -19,7 +19,7 @@ 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:355px; height:296px; float:none; }
|
||||
img_whs6 { border:none; width:370px; 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; }
|
||||
@ -124,7 +124,7 @@ if (window.writeIntopicBar)
|
||||
|
||||
<p class="whs3"> </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"><img src="../pics/createmesh-inv.png" x-maintain-ratio="TRUE" width="370px" height="296px" border="0" class="img_whs6"></p>
|
||||
|
||||
<p class="whs5"> </p>
|
||||
|
||||
|
@ -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:355px; height:326px; float:none; }
|
||||
img_whs6 { border:none; width:370px; height:326px; float:none; }
|
||||
p.whs7 { margin-left:38px; }
|
||||
img_whs8 { border:none; width:224px; height:212px; border-style:none; }
|
||||
-->
|
||||
@ -125,7 +125,7 @@ if (window.writeIntopicBar)
|
||||
|
||||
<p class="whs3"> </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="whs5"><img src="../pics/createmesh-inv2.png" x-maintain-ratio="TRUE" width="370px" 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:355px; height:296px; float:none; }
|
||||
img_whs1 { border:none; width:370px; height:296px; float:none; }
|
||||
img_whs2 { border:none; width:30px; height:29px; border-style:none; }
|
||||
p.whs3 { margin-left:40px; }
|
||||
img_whs4 { border:none; float:none; width:386px; height:336px; border-style:none; }
|
||||
@ -105,7 +105,7 @@ if (window.writeIntopicBar)
|
||||
<p> </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>
|
||||
style="margin-left: 40px;"><img src="../pics/createmesh-inv3.png" x-maintain-ratio="TRUE" width="370px" 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>
|
||||
|
BIN
doc/salome/gui/SMESH/image159.gif
Executable file
After Width: | Height: | Size: 927 B |
132
doc/salome/gui/SMESH/mesh_through_point.htm
Executable file
@ -0,0 +1,132 @@
|
||||
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Mesh through point</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 { font-family:'Arial Black' , sans-serif; font-style:italic; margin-left:0px; }
|
||||
p.whs2 { margin-left:36px; }
|
||||
img_whs3 { border:none; width:27px; height:29px; border-style:none; }
|
||||
img_whs4 { border:none; width:355px; height:366px; float:none; border-style:none; }
|
||||
p.whs5 { margin-left:40px; font-family:'Times New Roman' , serif; font-style:normal; }
|
||||
-->
|
||||
</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-left: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; }
|
||||
p.WebHelpNavBar { text-align:right; }
|
||||
-->
|
||||
</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>
|
||||
<script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
if (window.gbWhTopic)
|
||||
{
|
||||
if (window.setRelStartPage)
|
||||
{
|
||||
addTocInfo("MESH module\nModifying meshes\nMesh through point");
|
||||
addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
|
||||
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (window.setRelStartPage)
|
||||
{
|
||||
setRelStartPage("index.htm");
|
||||
|
||||
autoSync(1);
|
||||
sendSyncInfo();
|
||||
sendAveInfoOut();
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
if (window.gbIE4)
|
||||
document.location.reload();
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
<body><script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
if (window.writeIntopicBar)
|
||||
writeIntopicBar(4);
|
||||
//-->
|
||||
</script>
|
||||
<h1>Mesh through point</h1>
|
||||
|
||||
<p>In mesh you can define a node at a certain point either by creation
|
||||
of a new node, by movement of the node closest to the point or by movement
|
||||
of any node to the point.</p>
|
||||
|
||||
<p class="whs1">To create a mesh passing through a point:</p>
|
||||
|
||||
<p class="whs2">1. From the <span style="font-weight: bold;"><B>Modification
|
||||
</B></span>menu choose the <span style="font-weight: bold;"><B>Mesh through point
|
||||
</B></span>item or click <img src="image159.gif" width="27px" height="29px" border="0" class="img_whs3"> button in the toolbar. The following
|
||||
dialog box shall appear:</p>
|
||||
|
||||
<p class="whs2"><img src="pics/meshtopass.png" x-maintain-ratio="TRUE" width="355px" height="366px" border="0" class="img_whs4"></p>
|
||||
|
||||
<p class="whs2">2. Enter the coordinates of the point</p>
|
||||
|
||||
<p class="whs2">3. Choose one of several methods: you can
|
||||
either <span style="font-weight: bold;"><B>Create</B></span> a new node at the
|
||||
indicated point or Move the existing node to the point. In the latter
|
||||
case you can check in <span style="font-weight: bold;"><B>Automatic search</B></span>
|
||||
of the closest node or select the necessary node manually. <span style="font-weight: bold;"><B>Preview</B></span>
|
||||
check-box allows to see the results of the operation. </p>
|
||||
|
||||
<p class="whs2">4. Click the <span style="font-weight: bold;"><B>Apply
|
||||
</B></span>or <span style="font-weight: bold;"><B>OK </B></span>button.</p>
|
||||
|
||||
<p> <span style="font-weight: bold;"><B>See
|
||||
Also</B></span> a sample TUI Script of a <a href="modifying_meshes.htm#bookmark14">Mesh
|
||||
through point</a> operation. </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p class="whs2"> </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p class="whs5"> </p>
|
||||
|
||||
<script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
if (window.writeIntopicBar)
|
||||
writeIntopicBar(0);
|
||||
//-->
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB |
BIN
doc/salome/gui/SMESH/pics/lengthnearvertex.png
Executable file
After Width: | Height: | Size: 11 KiB |
BIN
doc/salome/gui/SMESH/pics/meshtopass.png
Executable file
After Width: | Height: | Size: 16 KiB |
98
doc/salome/gui/SMESH/segments_around_vertex_algorithm.htm
Executable file
@ -0,0 +1,98 @@
|
||||
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Segments around Vertex Algorithm</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-left:40px; }
|
||||
img_whs2 { border:none; width:270px; height:179px; float:none; border-style:none; }
|
||||
-->
|
||||
</style><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; }
|
||||
p.WebHelpNavBar { text-align:right; }
|
||||
-->
|
||||
</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>
|
||||
<script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
if (window.gbWhTopic)
|
||||
{
|
||||
if (window.setRelStartPage)
|
||||
{
|
||||
addTocInfo("MESH module\nCreating meshes\nDefining Algorithms\nSegments around Vertex Algorithm");
|
||||
addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
|
||||
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (window.setRelStartPage)
|
||||
{
|
||||
setRelStartPage("index.htm");
|
||||
|
||||
autoSync(1);
|
||||
sendSyncInfo();
|
||||
sendAveInfoOut();
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
if (window.gbIE4)
|
||||
document.location.reload();
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
<body><script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
if (window.writeIntopicBar)
|
||||
writeIntopicBar(4);
|
||||
//-->
|
||||
</script>
|
||||
<h1>Segments around Vertex</h1>
|
||||
|
||||
<p><span style="font-weight: bold;"><B>Segments around Vertex</B></span> algorithm
|
||||
is considered to be a 0D
|
||||
meshing algorithm, but, of course, it doesn't mesh nodes. It allows to
|
||||
define the local size of the elements in the neighborhood of a certain
|
||||
node. If we choose an object of higher dimension, it applies to all its
|
||||
tops, i.e. corners of a box. The
|
||||
0D algorithm combines with the algorithms of higher dimensions, but it
|
||||
is not necessarily required for their successful implementation. </p>
|
||||
|
||||
<p>This algorithm allows only one hypothesis. </p>
|
||||
|
||||
<p class="whs1"><img src="pics/lengthnearvertex.png" x-maintain-ratio="TRUE" width="270px" height="179px" border="0" class="img_whs2"></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
if (window.writeIntopicBar)
|
||||
writeIntopicBar(0);
|
||||
//-->
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -176,6 +176,7 @@ grouping_elements.htm
|
||||
length.htm
|
||||
merge_elements.htm
|
||||
mesh.htm
|
||||
mesh_through_point.htm
|
||||
modifying_meshes.htm
|
||||
namespacesmesh.html
|
||||
netgen_2d_and_3d_hypotheses.htm
|
||||
@ -186,6 +187,7 @@ projection_algorithms.htm
|
||||
quality_controls.htm
|
||||
radial_prism.htm
|
||||
revolution.htm
|
||||
segments_around_vertex_algorithm.htm
|
||||
selection_filter_library.htm
|
||||
smesh.py_introduction.htm
|
||||
transforming_meshes.htm
|
||||
@ -196,36 +198,46 @@ ehelp.xml
|
||||
texture_horiz_ltbluebubbles.jpg
|
||||
index.glo
|
||||
default.css
|
||||
pics\add_node.png
|
||||
pics\curvi_simple_after.png
|
||||
pics\image89.gif
|
||||
pics\image100.gif
|
||||
pics\image78.gif
|
||||
pics\image23.gif
|
||||
pics\b-mesh_infos.png
|
||||
pics\remove_nodes2.png
|
||||
pics\merging_nodes2.png
|
||||
pics\moving_nodes2.png
|
||||
pics\moving_nodes1.png
|
||||
pics\smoothing2.png
|
||||
pics\b-mberofsegments.png
|
||||
pics\b-flection1d.png
|
||||
pics\a-cuttingofquadrangles.png
|
||||
pics\a-maxelarea.png
|
||||
pics\patternmapping1.png
|
||||
image94.jpg
|
||||
image106.gif
|
||||
image91.gif
|
||||
image80.gif
|
||||
pics\distributionwithtabledensity.png
|
||||
pics\moving_nodes2.png
|
||||
image7.jpg
|
||||
pics\patternmapping2.png
|
||||
pics\extrusionalongaline1.png
|
||||
pics\addquadrangle.png
|
||||
pics\intersectgroups.png
|
||||
pics\editgroup.png
|
||||
image95.jpg
|
||||
pics\sewing1.png
|
||||
image92.gif
|
||||
image51.jpg
|
||||
image70.gif
|
||||
pics\netgen2d.png
|
||||
pics\circle_simple_after.png
|
||||
pics\curvi_simple_after.png
|
||||
pics\image138.gif
|
||||
pics\create_group.png
|
||||
pics\edit_mesh_change_value_hyp.png
|
||||
pics\meshtopass.png
|
||||
pics\image157.gif
|
||||
pics\extrusion1.png
|
||||
pics\curvi_angles_after.png
|
||||
pics\straight_before.png
|
||||
pics\image102.gif
|
||||
pics\length2d.png
|
||||
pics\free_borders1.png
|
||||
pics\add_triangle.png
|
||||
pics\b-art_end_length.png
|
||||
pics\a-creategroup.png
|
||||
pics\a-clipping2.png
|
||||
pics\a-transparency.png
|
||||
pics\diagonalinversion.png
|
||||
pics\translation1.png
|
||||
pics\a-startendlength.png
|
||||
pics\a-patterntype.png
|
||||
pics\extrusionalongaline2.png
|
||||
pics\orientaation1.png
|
||||
pics\unionoftwotriangles.png
|
||||
image96.jpg
|
||||
pics\sewing2.png
|
||||
image119.gif
|
||||
@ -234,15 +246,12 @@ image52.jpg
|
||||
image82.gif
|
||||
image71.gif
|
||||
image30.jpg
|
||||
pics\extrusion1.png
|
||||
pics\distributionwithanalyticdensity.png
|
||||
pics\image139.gif
|
||||
pics\rotation1.png
|
||||
pics\a-createpolyhedralvolume.png
|
||||
pics\a-patterntype.png
|
||||
pics\orientaation1.png
|
||||
pics\translation2.png
|
||||
pics\cutgroups.png
|
||||
pics\lengthnearvertex.png
|
||||
pics\straight_after.png
|
||||
pics\cut_groups1.png
|
||||
pics\uniting_a_set_of_triangles1.png
|
||||
pics\b-erage_length.png
|
||||
pics\removeelements.png
|
||||
image97.jpg
|
||||
pics\sewing3.png
|
||||
image86.jpg
|
||||
@ -250,33 +259,37 @@ image50.gif
|
||||
image94.gif
|
||||
image83.gif
|
||||
image31.jpg
|
||||
pics\distribution_of_layers.png
|
||||
pics\circle_angles_after.png
|
||||
pics\circle_simple_before.png
|
||||
pics\curvi_angles_after.png
|
||||
pics\graduatedaxes1.png
|
||||
pics\automaticlength.png
|
||||
pics\aqt.png
|
||||
pics\distributionwithanalyticdensity.png
|
||||
pics\meshexportmesh.png
|
||||
pics\image27.gif
|
||||
pics\add_polyhedron.png
|
||||
pics\add_edge.png
|
||||
pics\rotation2.png
|
||||
pics\b-ithmetic1d.png
|
||||
pics\cut_groups2.png
|
||||
pics\edit_mesh_change_value_hyp.png
|
||||
pics\add_node.png
|
||||
pics\uniting_a_set_of_triangles2.png
|
||||
pics\max_el_area.png
|
||||
image10.jpg
|
||||
pics\a-maxelarea.png
|
||||
pics\a-filteronedges.png
|
||||
pics\revolution1.png
|
||||
pics\addhexahedron.png
|
||||
pics\addtetrahedron.png
|
||||
image5.jpg
|
||||
pics\addtriangle.png
|
||||
pics\editgroup.png
|
||||
pics\sewing4.png
|
||||
image95.gif
|
||||
image76.jpg
|
||||
image84.gif
|
||||
image32.jpg
|
||||
image40.gif
|
||||
pics\curvi_simple_before.png
|
||||
pics\image108.gif
|
||||
pics\aqt.png
|
||||
pics\distributionwithtabledensity.png
|
||||
pics\smoothing.png
|
||||
i_blue.jpg
|
||||
pics\number_of_layers.png
|
||||
pics\netgen2d.png
|
||||
pics\mesh_for_extr_along_path.png
|
||||
pics\meshtrianglemergeelem1.png
|
||||
pics\image138.gif
|
||||
pics\cut_groups3.png
|
||||
pics\revolution2.png
|
||||
pics\renumberelements.png
|
||||
pics\intersectgroups.png
|
||||
image88.jpg
|
||||
image30.gif
|
||||
image96.gif
|
||||
@ -285,18 +298,12 @@ image74.gif
|
||||
image63.gif
|
||||
image22.jpg
|
||||
image41.gif
|
||||
pics\edge_wire_3d_before.png
|
||||
pics\image109.gif
|
||||
pics\meshimportmesh.png
|
||||
pics\deletegroups.png
|
||||
pics\editing_groups1.png
|
||||
pics\uniting_two_triangles1.png
|
||||
image7.jpg
|
||||
pics\a-averagelength.png
|
||||
pics\a-patterntype1.png
|
||||
pics\extrusionalongaline1.png
|
||||
pics\movenodes.png
|
||||
pics\rotation.png
|
||||
pics\createmesh-inv.png
|
||||
pics\image139.gif
|
||||
pics\b-art_end_length.png
|
||||
pics\b-mberofsegments.png
|
||||
pics\b-flection1d.png
|
||||
pics\a-unionoftriangles.png
|
||||
image56.jpg
|
||||
image53.gif
|
||||
image20.gif
|
||||
@ -305,45 +312,52 @@ image78.jpg
|
||||
image64.gif
|
||||
image23.jpg
|
||||
pics\projection_3d.png
|
||||
pics\edge_wire_after.png
|
||||
pics\edge_wire_before.png
|
||||
image151.gif
|
||||
pics\cut_groups1.png
|
||||
pics\editing_groups2.png
|
||||
pics\uniting_two_triangles2.png
|
||||
pics\a-unionoftriangles.png
|
||||
pics\a-arithmetic1d.png
|
||||
pics\extrusionalongaline2.png
|
||||
pics\selectionfilterlibrary.png
|
||||
pics\intersect_groups1.png
|
||||
pics\create_group.png
|
||||
pics\add_triangle.png
|
||||
pics\add_edge.png
|
||||
pics\rotation1.png
|
||||
pics\merging_nodes1.png
|
||||
pics\translation1.png
|
||||
pics\cutgroups.png
|
||||
image79.jpg
|
||||
image98.gif
|
||||
image32.gif
|
||||
pics\projection_2d.png
|
||||
pics\advanced_mesh_infos.png
|
||||
pics\image108.gif
|
||||
pics\image91.gif
|
||||
image152.gif
|
||||
pics\cut_groups2.png
|
||||
pics\automaticlength.png
|
||||
pics\intersect_groups2.png
|
||||
image130.gif
|
||||
pics\max_el_area.png
|
||||
pics\rotation2.png
|
||||
pics\merging_nodes2.png
|
||||
pics\a-cuttingofquadrangles.png
|
||||
pics\a-transparency.png
|
||||
pics\a-viewgeneral.png
|
||||
pics\revolution1.png
|
||||
pics\addtriangle.png
|
||||
pics\smoothing.png
|
||||
pics\translation2.png
|
||||
image99.gif
|
||||
image55.gif
|
||||
image88.gif
|
||||
image36.jpg
|
||||
image33.gif
|
||||
image25.jpg
|
||||
i_blue.jpg
|
||||
pics\projection_1d.png
|
||||
pics\view_rotation_point.png
|
||||
image153.gif
|
||||
pics\image109.gif
|
||||
image15.jpg
|
||||
image142.gif
|
||||
pics\cut_groups3.png
|
||||
pics\intersect_groups3.png
|
||||
image131.gif
|
||||
pics\add_quadrangle.png
|
||||
pics\uniting_a_set_of_triangles1.png
|
||||
pics\a-deflection1d.png
|
||||
pics\revolution2.png
|
||||
pics\unionoftwotriangles.png
|
||||
pics\edit_mesh1.png
|
||||
pics\b-ithmetic1d.png
|
||||
pics\mergenodes.png
|
||||
pics\rotation.png
|
||||
pics\addnode.png
|
||||
image120.gif
|
||||
image56.gif
|
||||
@ -352,13 +366,18 @@ image67.gif
|
||||
image34.gif
|
||||
pics\convert.png
|
||||
image154.gif
|
||||
pics\edge_wire_3d_after.png
|
||||
pics\graduatedaxes1.png
|
||||
pics\length-crit.png
|
||||
image143.gif
|
||||
pics\editing_groups1.png
|
||||
image132.gif
|
||||
pics\edit_mesh1.png
|
||||
pics\remove_elements1.png
|
||||
pics\uniting_a_set_of_triangles2.png
|
||||
pics\mergenodes.png
|
||||
pics\symmetry1.png
|
||||
pics\a-maxelvolume.png
|
||||
pics\a-averagelength.png
|
||||
pics\movenodes.png
|
||||
pics\removenodes.png
|
||||
pics\addtetrahedron.png
|
||||
pics\uniongroups.png
|
||||
image121.gif
|
||||
image79.gif
|
||||
image38.jpg
|
||||
@ -366,113 +385,99 @@ image46.gif
|
||||
image35.gif
|
||||
image27.jpg
|
||||
image24.gif
|
||||
note1.gif
|
||||
pics\distribution_of_layers.png
|
||||
image155.gif
|
||||
pics\mesh_for_extr_along_path.png
|
||||
pics\createmesh-inv2.png
|
||||
pics\edge_wire_after.png
|
||||
pics\edge_wire_before.png
|
||||
image144.gif
|
||||
pics\intersect_groups1.png
|
||||
pics\deletegroups.png
|
||||
pics\editing_groups2.png
|
||||
image133.gif
|
||||
pics\add_polygone.png
|
||||
pics\remove_elements2.png
|
||||
pics\a-maxelvolume.png
|
||||
pics\symmetry2.png
|
||||
pics\add_polyhedron.png
|
||||
pics\addedge.png
|
||||
pics\creategroup.png
|
||||
image122.gif
|
||||
image58.gif
|
||||
image36.gif
|
||||
image25.gif
|
||||
note1.gif
|
||||
pics\set_rotation_point_dialog1.png
|
||||
image156.gif
|
||||
pics\edge_wire_3d_after.png
|
||||
pics\createmesh-inv3.png
|
||||
pics\circle_simple_after.png
|
||||
image145.gif
|
||||
pics\intersect_groups2.png
|
||||
image134.gif
|
||||
pics\b-mesh_infos.png
|
||||
pics\symmetry3.png
|
||||
pics\addedge.png
|
||||
pics\edit_mesh_remove_hyp.png
|
||||
pics\a-patterntype1.png
|
||||
image123.gif
|
||||
image101.gif
|
||||
image37.gif
|
||||
image157.gif
|
||||
pics\set_rotation_point_dialog2.png
|
||||
pics\straight_after.png
|
||||
pics\image96.gif
|
||||
image146.gif
|
||||
pics\intersect_groups3.png
|
||||
pics\meshimportmesh.png
|
||||
image135.gif
|
||||
pics\b-erage_length.png
|
||||
pics\a-standmeshinfo.png
|
||||
pics\uniting_two_triangles1.png
|
||||
pics\a-nbsegments1.png
|
||||
pics\patternmapping1.png
|
||||
pics\a-arithmetic1d.png
|
||||
pics\symmetry1.png
|
||||
image90.jpg
|
||||
image124.gif
|
||||
image49.gif
|
||||
pics\exemple.gif
|
||||
image38.gif
|
||||
pics\image100.gif
|
||||
pics\set_rotation_point_dialog1.png
|
||||
pics\image97.gif
|
||||
pics\length-crit.png
|
||||
image147.gif
|
||||
pics\union_groups1.png
|
||||
image136.gif
|
||||
pics\free_edges.png
|
||||
pics\uniting_two_triangles2.png
|
||||
pics\a-nbsegments2.png
|
||||
pics\a-startendlength.png
|
||||
pics\patternmapping2.png
|
||||
pics\removeelements.png
|
||||
pics\removenodes.png
|
||||
pics\uniongroups.png
|
||||
pics\symmetry2.png
|
||||
image125.gif
|
||||
image103.gif
|
||||
pics\exemple.gif
|
||||
image39.gif
|
||||
image28.gif
|
||||
pics\view_rotation_point.png
|
||||
pics\advanced_mesh_infos.png
|
||||
image159.gif
|
||||
pics\set_rotation_point_dialog2.png
|
||||
pics\circle_angles_after.png
|
||||
pics\createmesh-inv2.png
|
||||
pics\image98.gif
|
||||
pics\mergeelems.png
|
||||
image148.gif
|
||||
pics\meshexportmesh.png
|
||||
pics\image21.gif
|
||||
pics\union_groups1.png
|
||||
pics\union_groups2.png
|
||||
image137.gif
|
||||
pics\free_edges.png
|
||||
pics\creategroup.png
|
||||
pics\add_quadrangle.png
|
||||
pics\remove_elements1.png
|
||||
pics\a-createpolyhedralvolume.png
|
||||
pics\a-clipping2.png
|
||||
pics\a-deflection1d.png
|
||||
pics\diagonalinversion.png
|
||||
pics\symmetry3.png
|
||||
pics\renumbernodes.png
|
||||
image92.jpg
|
||||
image126.gif
|
||||
image18.gif
|
||||
image70.jpg
|
||||
pics\image157.gif
|
||||
pics\straight_before.png
|
||||
pics\createmesh-inv.png
|
||||
pics\image102.gif
|
||||
pics\circle_simple_before.png
|
||||
pics\edge_wire_3d_before.png
|
||||
pics\curvi_simple_before.png
|
||||
pics\createmesh-inv3.png
|
||||
pics\image99.gif
|
||||
pics\image77.gif
|
||||
pics\meshtrianglemergeelem1.png
|
||||
pics\mergeelems.png
|
||||
pics\union_groups2.png
|
||||
pics\length2d.png
|
||||
pics\renumbernodes.png
|
||||
pics\union_groups3.png
|
||||
pics\add_polygone.png
|
||||
pics\remove_elements2.png
|
||||
pics\remove_nodes1.png
|
||||
pics\smoothing1.png
|
||||
pics\a-standmeshinfo.png
|
||||
pics\addpolygon.png
|
||||
image5.jpg
|
||||
image127.gif
|
||||
image93.jpg
|
||||
image105.gif
|
||||
image19.gif
|
||||
image71.jpg
|
||||
pics\number_of_layers.png
|
||||
pics\image89.gif
|
||||
pics\image78.gif
|
||||
pics\image23.gif
|
||||
pics\selectionfilterlibrary.png
|
||||
pics\union_groups3.png
|
||||
pics\edit_mesh_remove_hyp.png
|
||||
pics\remove_nodes1.png
|
||||
pics\merging_nodes1.png
|
||||
pics\moving_nodes1.png
|
||||
pics\smoothing1.png
|
||||
pics\a-filteronedges.png
|
||||
pics\renumberelements.png
|
||||
pics\addpolygon.png
|
||||
image94.jpg
|
||||
image106.gif
|
||||
image91.gif
|
||||
image80.gif
|
||||
index.ppf
|
||||
ehlpdhtm.js
|
||||
default_ns.css
|
||||
@ -522,6 +527,7 @@ whgdata\whlstfl22.htm
|
||||
whgdata\whlstfl23.htm
|
||||
whgdata\whlstfl24.htm
|
||||
whgdata\whlstfl25.htm
|
||||
whgdata\whlstfl26.htm
|
||||
whgdata\whlstf0.htm
|
||||
whgdata\whlstf1.htm
|
||||
whgdata\whlstf2.htm
|
||||
|
@ -73,16 +73,18 @@ aTE("Grouping Elements","grouping_elements.htm");
|
||||
aTE("Length","length.htm");
|
||||
aTE("Merge Elements","merge_elements.htm");
|
||||
aTE("mesh","mesh.htm");
|
||||
aTE("Mesh through point","mesh_through_point.htm");
|
||||
aTE("Modifying Meshes","modifying_meshes.htm");
|
||||
aTE("SALOME - SMESH - v.version: Package smesh","namespacesmesh.html");
|
||||
aTE("Netgen 2D and 3D hypotheses","netgen_2d_and_3d_hypotheses.htm");
|
||||
aTE("Pattern mapping","pattern_mapping.htm");
|
||||
aTE("Presentation","presentation.htm");
|
||||
aTE("3D extrusion Algorithm","prism_3d_algorithm.htm");
|
||||
aTE("Prism 3D Algorithm","prism_3d_algorithm.htm");
|
||||
aTE("Projection Algorithms","projection_algorithms.htm");
|
||||
aTE("Quality Controls","quality_controls.htm");
|
||||
aTE("Radial Prism","radial_prism.htm");
|
||||
aTE("Revolution","revolution.htm");
|
||||
aTE("Segments around Vertex Algorithm","segments_around_vertex_algorithm.htm");
|
||||
aTE("Selection filter library","selection_filter_library.htm");
|
||||
aTE("smesh.py_introduction","smesh.py_introduction.htm");
|
||||
aTE("Transforming Meshes","transforming_meshes.htm");
|
||||
|
@ -8,18 +8,19 @@
|
||||
<script language="javascript" src="whtdata.js"></script>
|
||||
<script language="javascript">
|
||||
<!--
|
||||
aTE(1,84,"MESH module");
|
||||
aTE(1,86,"MESH module");
|
||||
aTE(2,0,"Introduction to Mesh","mesh.htm");
|
||||
aTE(2,0,"Running MESH module","files/running_smesh_module.htm");
|
||||
aTE(2,0,"Introduction to MESH module python interface","smesh.py_introduction.htm");
|
||||
aTE(1,17,"Creating meshes");
|
||||
aTE(1,18,"Creating meshes");
|
||||
aTE(2,0,"About meshes","files/about_meshes.htm");
|
||||
aTE(2,0,"Importing and exporting meshes","files/importing_and_exporting_meshes.htm");
|
||||
aTE(2,0,"Constructing meshes","files/constructing_meshes.htm");
|
||||
aTE(1,4,"Defining Algorithms");
|
||||
aTE(1,5,"Defining Algorithms");
|
||||
aTE(2,0,"Basic meshing algorithms","files/about_meshing_algorithms.htm");
|
||||
aTE(2,0,"Projection Algorithms","projection_algorithms.htm");
|
||||
aTE(2,0,"Radial Prism Algorithm","radial_prism.htm");
|
||||
aTE(2,0,"Segments around Vertex Algorithm","segments_around_vertex_algorithm.htm");
|
||||
aTE(2,0,"Prism 3D Algorithm","prism_3d_algorithm.htm");
|
||||
aTE(1,6,"Defining hypotheses");
|
||||
aTE(2,0,"About Hypotheses","files/about_hypotheses.htm");
|
||||
@ -61,7 +62,7 @@
|
||||
aTE(2,0,"Constructing groups of specific elements","files/constructing_groups_of_specific_elements.htm");
|
||||
aTE(2,0,"Deleting Groups","deleting_groups.htm");
|
||||
aTE(2,0,"Selection filter library","selection_filter_library.htm");
|
||||
aTE(1,23,"Modifying meshes");
|
||||
aTE(1,24,"Modifying meshes");
|
||||
aTE(2,0,"Adding nodes and elements","files/adding_nodes_and_elements.htm");
|
||||
aTE(2,0,"Adding quadratic elements","adding_quadratic_nodes_and_elements.htm");
|
||||
aTE(2,0,"Removing nodes and elements","files/removing_nodes_and_elements.htm");
|
||||
@ -74,6 +75,7 @@
|
||||
aTE(2,0,"Merging nodes","files/merging_nodes.htm");
|
||||
aTE(2,0,"Merging Elements","merge_elements.htm");
|
||||
aTE(2,0,"Moving nodes","files/displacing_nodes.htm");
|
||||
aTE(2,0,"Mesh through point","mesh_through_point.htm");
|
||||
aTE(2,0,"Diagonal inversion of elements","files/diagonal_iversion_of_elements.htm");
|
||||
aTE(2,0,"Uniting two triangles","files/uniting_two_triangles.htm");
|
||||
aTE(2,0,"Uniting a set of triangles","files/uniting_a_set_of_triangles.htm");
|
||||
@ -85,7 +87,8 @@
|
||||
aTE(2,0,"Revolution","revolution.htm");
|
||||
aTE(2,0,"Pattern mapping","pattern_mapping.htm");
|
||||
aTE(2,0,"Convert to/from Quadratic Mesh","convert_to_from_quadratic_mesh.htm");
|
||||
aTE(2,0,"Python interface smesh.py" ,"smeshpy_doc/namespacesmesh.html"); aTE(1,7,"TUI Scripts");
|
||||
aTE(2,0,"Python interface smesh.py", "smeshpy_doc/namespacesmesh.html");
|
||||
aTE(1,7,"TUI Scripts");
|
||||
aTE(2,0,"Creating Meshes","constructing_meshes.htm");
|
||||
aTE(2,0,"Viewing Meshes","viewing_meshes.htm");
|
||||
aTE(2,0,"Defining Hypotheses","defining_hypotheses_tui.htm");
|
||||
|
@ -61,16 +61,18 @@
|
||||
<topic name="Length" url="length.htm" />
|
||||
<topic name="Merge Elements" url="merge_elements.htm" />
|
||||
<topic name="mesh" url="mesh.htm" />
|
||||
<topic name="Mesh through point" url="mesh_through_point.htm" />
|
||||
<topic name="Modifying Meshes" url="modifying_meshes.htm" />
|
||||
<topic name="SALOME - SMESH - v.version: Package smesh" url="namespacesmesh.html" />
|
||||
<topic name="Netgen 2D and 3D hypotheses" url="netgen_2d_and_3d_hypotheses.htm" />
|
||||
<topic name="Pattern mapping" url="pattern_mapping.htm" />
|
||||
<topic name="Presentation" url="presentation.htm" />
|
||||
<topic name="3D extrusion Algorithm" url="prism_3d_algorithm.htm" />
|
||||
<topic name="Prism 3D Algorithm" url="prism_3d_algorithm.htm" />
|
||||
<topic name="Projection Algorithms" url="projection_algorithms.htm" />
|
||||
<topic name="Quality Controls" url="quality_controls.htm" />
|
||||
<topic name="Radial Prism" url="radial_prism.htm" />
|
||||
<topic name="Revolution" url="revolution.htm" />
|
||||
<topic name="Segments around Vertex Algorithm" url="segments_around_vertex_algorithm.htm" />
|
||||
<topic name="Selection filter library" url="selection_filter_library.htm" />
|
||||
<topic name="smesh.py_introduction" url="smesh.py_introduction.htm" />
|
||||
<topic name="Transforming Meshes" url="transforming_meshes.htm" />
|
||||
|
@ -12,6 +12,7 @@
|
||||
<item name="Basic meshing algorithms" url="files/about_meshing_algorithms.htm" />
|
||||
<item name="Projection Algorithms" url="projection_algorithms.htm" />
|
||||
<item name="Radial Prism Algorithm" url="radial_prism.htm" />
|
||||
<item name="Segments around Vertex Algorithm" url="segments_around_vertex_algorithm.htm" />
|
||||
<item name="Prism 3D Algorithm" url="prism_3d_algorithm.htm" />
|
||||
</book>
|
||||
<book name="Defining hypotheses" >
|
||||
@ -73,6 +74,7 @@
|
||||
<item name="Merging Elements" url="merge_elements.htm" />
|
||||
</book>
|
||||
<item name="Moving nodes" url="files/displacing_nodes.htm" />
|
||||
<item name="Mesh through point" url="mesh_through_point.htm" />
|
||||
<item name="Diagonal inversion of elements" url="files/diagonal_iversion_of_elements.htm" />
|
||||
<item name="Uniting two triangles" url="files/uniting_two_triangles.htm" />
|
||||
<item name="Uniting a set of triangles" url="files/uniting_a_set_of_triangles.htm" />
|
||||
@ -85,8 +87,8 @@
|
||||
<item name="Pattern mapping" url="pattern_mapping.htm" />
|
||||
<item name="Convert to/from Quadratic Mesh" url="convert_to_from_quadratic_mesh.htm" />
|
||||
</book>
|
||||
<item name="Python Interface smesh.py" url="smeshpy_doc/namespacesmesh.html" />
|
||||
<book name="TUI Scripts" >
|
||||
<item name="Python Interface smesh.py" url="smeshpy_doc/namespacesmesh.html" />
|
||||
<book name="TUI Scripts" >
|
||||
<item name="Creating Meshes" url="constructing_meshes.htm" />
|
||||
<item name="Viewing Meshes" url="viewing_meshes.htm" />
|
||||
<item name="Defining Hypotheses" url="defining_hypotheses_tui.htm" />
|
||||
|