Update the GUI documentation for GEOM module

This commit is contained in:
vsr 2005-03-01 11:04:42 +00:00
parent 3a6eec50c4
commit ca716d57ab
52 changed files with 1660 additions and 440 deletions

View File

@ -15,20 +15,20 @@ if (navigator.appName !="Netscape")
<style type="text/css"> <style type="text/css">
<!-- <!--
p.whs1 { font-family:'Times New Roman' , serif; font-size:12pt; font-weight:normal; } p.whs1 { font-family:'Times New Roman' , serif; font-size:12pt; font-weight:normal; }
img_whs2 { border-style:none; border:none; float:none; width:30px; height:30px; } img_whs2 { border:none; float:none; width:30px; height:30px; border-style:none; }
p.whs3 { font-family:'Times New Roman' , serif; font-size:12pt; } p.whs3 { font-family:'Times New Roman' , serif; font-size:12pt; }
p.whs4 { margin-left:40px; } p.whs4 { margin-left:40px; }
p.whs5 { font-family:'Times New Roman' , serif; font-size:14pt; } p.whs5 { font-family:'Times New Roman' , serif; font-size:14pt; }
img_whs6 { border-style:none; width:20px; height:20px; } img_whs6 { width:20px; height:20px; border-style:none; }
p.whs7 { font-size:12pt; margin-left:40px; } p.whs7 { font-size:12pt; margin-left:40px; }
img_whs8 { border-style:none; border:none; width:150px; height:121px; } img_whs8 { border:none; width:150px; height:121px; border-style:none; }
p.whs9 { font-size:12pt; font-family:'Times New Roman' , serif; } p.whs9 { font-size:12pt; font-family:'Times New Roman' , serif; }
p.whs10 { font-size:12pt; } p.whs10 { font-size:12pt; }
p.whs11 { font-size:14pt; } p.whs11 { font-size:14pt; }
img_whs12 { border-style:none; border:none; width:200px; height:100px; } img_whs12 { border:none; width:200px; height:100px; border-style:none; }
p.whs13 { margin-left:40px; font-size:12pt; } p.whs13 { margin-left:40px; font-size:12pt; }
img_whs14 { border-style:none; border:none; width:150px; height:126px; } img_whs14 { border:none; width:150px; height:126px; border-style:none; }
img_whs15 { border-style:none; border:none; width:200px; height:111px; } img_whs15 { border:none; width:200px; height:111px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
@ -95,7 +95,7 @@ else
<ul> <ul>
<li class=kadov-p><p class="whs3"><a <li class=kadov-p><p class="whs3"><a
href="#W/S">Wireframe/Shading</a></p></li> href="#W_S">Wireframe/Shading</a></p></li>
<li class=kadov-p><p class="whs3"><a <li class=kadov-p><p class="whs3"><a
href="#Color">Color</a></p></li> href="#Color">Color</a></p></li>
@ -120,8 +120,8 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs5"><b style="font-weight: bold;"><a NAME="W_S"><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image51.gif" width="20px" height="20px" border="0" class="img_whs6"> Wireframe/Shading</a></b> <p class="whs5"><b><a
</font></span></p> NAME=W_S><img src="files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image51.gif" width="20px" height="20px" border="0" class="img_whs6">Wireframe/Shading</a></b> </p>
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>

View File

@ -1,6 +1,6 @@
// eHelp® Corporation Dynamic HTML JavaScript // eHelp® Corporation Dynamic HTML JavaScript
// Copyright© 1998-2003 eHelp® Corporation.All rights reserved. // Copyright© 1998-2003 eHelp® Corporation.All rights reserved.
// Version=4.81 // Version=4.82
// Warning:Do not modify this file.It is generated by RoboHELP® and changes will be overwritten. // Warning:Do not modify this file.It is generated by RoboHELP® and changes will be overwritten.
@ -2018,11 +2018,15 @@ function kadovAdjustObjectTag(strRawHTML, nStartPos)
// does the commented object tag contain a items parameters // does the commented object tag contain a items parameters
var strRTItemsOpen = '<param name="Items" value="'; var strRTItemsOpen = '<param name="Items" value="';
var strRTItemsClose = '$$**$$">'; var strRTItemsClose = '$$**$$" >';
var strRTItemsClose2 = '$$**$$">';
var nRTItemsOpen = strRawHTML.indexOf(strRTItemsOpen, nDTCTagOpen); var nRTItemsOpen = strRawHTML.indexOf(strRTItemsOpen, nDTCTagOpen);
if( nRTItemsOpen < nDTCTagOpen ) if( nRTItemsOpen < nDTCTagOpen )
return strRawHTML; return strRawHTML;
var nRTItemsClose = strRawHTML.indexOf(strRTItemsClose, nRTItemsOpen); var nRTItemsClose = strRawHTML.indexOf(strRTItemsClose, nRTItemsOpen);
if (nRTItemsClose == -1)
nRTItemsClose = strRawHTML.indexOf(strRTItemsClose2, nRTItemsOpen);
if( nRTItemsClose < nRTItemsOpen ) if( nRTItemsClose < nRTItemsOpen )
return strRawHTML; return strRawHTML;

View File

@ -15,10 +15,11 @@ if (navigator.appName !="Netscape")
<style type="text/css"> <style type="text/css">
<!-- <!--
p.whs1 { font-size:12pt; } p.whs1 { font-size:12pt; }
img_whs2 { border-style:none; border:none; float:none; width:30px; height:30px; } img_whs2 { border:none; float:none; width:30px; height:30px; border-style:none; }
p.whs3 { margin-left:40px; } p.whs3 { margin-left:40px; }
img_whs4 { border-style:none; border:none; width:250px; height:136px; } img_whs4 { border:none; width:517px; height:342px; border-style:none; }
p.whs5 { font-size:12pt; font-family:'Times New Roman' , serif; } img_whs5 { border:none; width:519px; height:339px; }
p.whs6 { font-size:12pt; font-family:'Times New Roman' , serif; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
@ -94,7 +95,7 @@ else
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs3"><img src="../image134.jpg" width="250px" height="136px" border="0" class="img_whs4"></p> <p class="whs3"><img src="../image1.gif" width="517px" height="342px" border="0" class="img_whs4"></p>
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
@ -116,15 +117,15 @@ else
<p class=TODO>&nbsp;</p> <p class=TODO>&nbsp;</p>
<p class="whs3">From the <span style="font-weight: bold;"><B>File <p class="whs3">Select the object you wish to export, then
</B></span>menu choose <span style="font-weight: bold;"><B>Export </B></span>and from the <span style="font-weight: bold;"><B>File </B></span>menu choose <span
select the required format of the file for exportation. Then you will style="font-weight: bold;"><B>Export </B></span>and select the required format
see a standard dialog box allowing to enter the name and select the location of the file for exportation. You will see a standard dialog box allowing
for the file which will be exported:</p> to enter the name and select the location for the file which will be exported:</p>
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs3"><img src="../image134.jpg" width="250px" height="136px" border="0" class="img_whs4"></p> <p class="whs3"><img src="../image2.jpg" width="519px" height="339px" border="0" class="img_whs5"></p>
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
@ -139,11 +140,11 @@ else
which the shape is exported, FormatName is a string which describes the which the shape is exported, FormatName is a string which describes the
file format.</p> file format.</p>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<li class=kadov-p><p class="whs5">&nbsp;</p></li> <li class=kadov-p><p class="whs6">&nbsp;</p></li>
<p class="whs5">&nbsp;</p> <p class="whs6">&nbsp;</p>
<script type="text/javascript" language="javascript1.2"> <script type="text/javascript" language="javascript1.2">
<!-- <!--

View File

@ -20,28 +20,43 @@ A:link { color:#0000ff; }
</style><style type="text/css"> </style><style type="text/css">
<!-- <!--
p.whs1 { font-size:12pt; } p.whs1 { font-size:12pt; }
img_whs2 { border-style:none; border:none; float:none; width:30px; height:30px; } img_whs2 { border:none; float:none; width:30px; height:30px; border-style:none; }
p.whs3 { margin-left:40px; } p.whs3 { margin-left:40px; }
img_whs4 { border-style:none; border:none; width:21px; height:19px; } img_whs4 { border:none; width:21px; height:19px; border-style:none; }
p.whs5 { font-size:12pt; margin-left:40px; font-weight:bold; } p.whs5 { font-size:12pt; margin-left:40px; font-weight:bold; }
img_whs6 { border:none; width:216px; height:250px; } img_whs6 { border:none; width:216px; height:250px; border-style:none; }
p.whs7 { font-family:'Times New Roman' , serif; font-size:14pt; } p.whs7 { font-family:'Times New Roman' , serif; font-size:14pt; }
img_whs8 { border-style:none; width:20px; height:20px; } img_whs8 { width:20px; height:20px; border-style:none; }
p.whs9 { font-family:'Times New Roman' , serif; font-size:12pt; } p.whs9 { font-family:'Times New Roman' , serif; font-size:12pt; }
img_whs10 { border:none; width:283px; height:250px; } img_whs10 { border:none; width:283px; height:250px; border-style:none; }
p.whs11 { font-size:12pt; margin-left:40px; } p.whs11 { font-size:12pt; margin-left:40px; }
img_whs12 { border:none; width:199px; height:250px; } img_whs12 { border:none; width:199px; height:250px; border-style:none; }
p.whs13 { font-size:12pt; margin-left:400px; } p.whs13 { font-size:12pt; margin-left:400px; }
img_whs14 { border:none; width:256px; height:250px; } img_whs14 { border:none; width:256px; height:250px; border-style:none; }
p.whs15 { font-size:12pt; font-weight:bold; } p.whs15 { font-size:12pt; font-weight:bold; }
img_whs16 { border:none; width:263px; height:250px; } img_whs16 { border:none; width:263px; height:250px; border-style:none; }
p.whs17 { font-size:12pt; font-weight:normal; } p.whs17 { font-size:12pt; font-weight:normal; }
img_whs18 { border:none; width:310px; height:250px; } img_whs18 { border:none; width:310px; height:250px; border-style:none; }
img_whs19 { border:none; width:262px; height:250px; } img_whs19 { border:none; width:262px; height:250px; border-style:none; }
img_whs20 { border:none; width:268px; height:250px; } img_whs20 { border:none; width:268px; height:250px; border-style:none; }
img_whs21 { border:none; width:266px; height:250px; } img_whs21 { border:none; width:266px; height:250px; border-style:none; }
p.whs22 { font-size:12pt; margin-left:40px; text-indent:-40px; }
img_whs23 { border:none; width:25px; height:23px; border-style:none; }
ul.whs24 { list-style:disc; }
img_whs25 { border:none; width:300px; height:374px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript">
<!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{
var strNSS = "<style type='text/css'>";
strNSS += "p.whs22 {text-indent:1pt; }";
strNSS +="</style>";
document.write(strNSS);
}
//-->
</script>
<script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
function reDo() { function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight) if (innerWidth != origWidth || innerHeight != origHeight)
@ -126,6 +141,9 @@ else
<li class=kadov-p><p class="whs1"><a href="#Whatis">WhatIs</a></p></li> <li class=kadov-p><p class="whs1"><a href="#Whatis">WhatIs</a></p></li>
<li class=kadov-p><p class="whs1"><a href="#check">Check</a></p></li> <li class=kadov-p><p class="whs1"><a href="#check">Check</a></p></li>
<li class=kadov-p><p class="whs1"><a href="#Check_comp_blocks">Check
compound of blocks</a></p></li>
</ul> </ul>
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
@ -462,7 +480,7 @@ else
<p class="whs7">&nbsp;</p> <p class="whs7">&nbsp;</p>
<p class="whs1"><b style="font-weight: bold;">Description:</b> <p class="whs1"><b style="font-weight: bold;">Description:</b>
Return True if this geometrical object is valid.</p> Returns True if this geometrical object is valid.</p>
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
@ -489,6 +507,78 @@ else
<p class="whs11">&nbsp;</p> <p class="whs11">&nbsp;</p>
<p class="whs22">&nbsp;</p>
<p class="whs22">&nbsp;</p>
<p class="whs22"><a name=Check_comp_blocks><img src="../image27.gif" width="25px" height="23px" border="0" class="img_whs23"> <span style="font-size: 14pt; font-weight: bold;"><font size=4 style="font-size:14pt;"><B>Check compound
of blocks</B></font></span></a></p>
<p class="whs22">&nbsp;</p>
<p class="whs1"><b style="font-weight: bold;">Description:</b>
Checks whether a shape is a compound of glued blocks. To be considered
as a compound of blocks, the given shape must satisfy the following conditions:</p>
<ul type="disc" class="whs24">
<li class=kadov-p><p class="whs1">&nbsp;Each
element of the compound should be a Block (6 faces and 12 edges);</p></li>
<li class=kadov-p><p class="whs1">&nbsp;A
connection between two Blocks should be an entire quadrangle face or an
entire edge;</p></li>
<li class=kadov-p><p class="whs1">&nbsp;The
compound should be connected;</p></li>
<li class=kadov-p><p class="whs1">&nbsp;Two
quadrangle faces should be glued. </p></li>
</ul>
<p class="whs1">&nbsp;</p>
<p class="whs1">Informs of the following possible errors:</p>
<ul type="disc" class="whs24">
<li class=kadov-p><p class="whs1">not a block,</p></li>
<li class=kadov-p><p class="whs1">not glued,</p></li>
<li class=kadov-p><p class="whs1">not connected,</p></li>
<li class=kadov-p><p class="whs1"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">extra
or degenerated edge.</font></span></p></li>
</ul>
<p class="whs1">&nbsp;</p>
<p class="whs1"><b style="font-weight: bold;">Result:</b> Boolean;
highlight in the viewer.</p>
<p class="whs1">&nbsp;</p>
<p class="whs1"><b>TUI Command:</b><i> </i><span style="font-style: italic;"><I>geompy.CheckCompoundOfBlocks(Compound)</I></span>,
where the Compound is a shape, investigated in order to see, if it is
a valid compound of blocks. Validity flag is returned, encountered errors
are printed in the python console.</p>
<p class="whs1">&nbsp;</p>
<p class="whs1"><b style="font-weight: bold;">Arguments:</b>
1 shape.</p>
<p class="whs1">&nbsp;</p>
<p class="whs1"><b style="font-weight: bold;">Dialog Box:</b></p>
<p class="whs11">&nbsp;</p>
<p class="whs11"><img src="../image13.jpg" width="300px" height="374px" border="0" class="img_whs25"></p>
<p class="whs11">&nbsp;</p>
<script type="text/javascript" language="javascript1.2"> <script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.writeIntopicBar) if (window.writeIntopicBar)

View File

@ -31,36 +31,46 @@ img_whs10 { border:none; width:153px; height:250px; border-style:none; }
img_whs11 { border:none; width:154px; height:250px; border-style:none; } img_whs11 { border:none; width:154px; height:250px; border-style:none; }
img_whs12 { border:none; width:202px; height:250px; border-style:none; } img_whs12 { border:none; width:202px; height:250px; border-style:none; }
img_whs13 { border:none; width:150px; height:135px; border-style:none; } img_whs13 { border:none; width:150px; height:135px; border-style:none; }
img_whs14 { border:none; width:199px; height:250px; } img_whs14 { border:none; width:199px; height:250px; border-style:none; }
img_whs15 { border:none; width:150px; height:131px; border-style:none; } img_whs15 { border:none; width:150px; height:131px; border-style:none; }
img_whs16 { border:none; width:215px; height:250px; } img_whs16 { border:none; width:215px; height:250px; border-style:none; }
img_whs17 { border:none; width:213px; height:250px; } img_whs17 { border:none; width:213px; height:250px; border-style:none; }
img_whs18 { border:none; width:214px; height:250px; } img_whs18 { border:none; width:214px; height:250px; border-style:none; }
img_whs19 { border:none; width:150px; height:99px; border-style:none; } img_whs19 { border:none; width:150px; height:99px; border-style:none; }
img_whs20 { border:none; width:208px; height:250px; } img_whs20 { border:none; width:208px; height:250px; float:none; border-style:none; }
img_whs21 { border:none; width:206px; height:250px; } img_whs21 { border:none; width:206px; height:250px; border-style:none; }
img_whs22 { border:none; width:212px; height:250px; } img_whs22 { border:none; width:212px; height:250px; border-style:none; }
img_whs23 { border:none; width:150px; height:104px; border-style:none; } img_whs23 { border:none; width:150px; height:104px; border-style:none; }
img_whs24 { border:none; width:24px; height:22px; border-style:none; } img_whs24 { border:none; width:24px; height:22px; border-style:none; }
p.whs25 { font-size:12pt; font-weight:bold; } p.whs25 { font-size:12pt; font-weight:bold; }
ul.whs26 { list-style:circle; } ul.whs26 { list-style:circle; }
p.whs27 { font-size:12pt; font-weight:normal; } p.whs27 { font-size:12pt; font-weight:normal; }
table.whs28 { x-cell-content-align:top; border-spacing:0px; width:37.774%; } table.whs28 { x-cell-content-align:top; width:37.774%; border-spacing:0px; }
col.whs29 { width:48.722%; } col.whs29 { width:48.722%; }
col.whs30 { width:51.278%; } col.whs30 { width:51.278%; }
tr.whs31 { x-cell-content-align:top; } tr.whs31 { x-cell-content-align:top; }
td.whs32 { padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-top-style:none; border-bottom-style:none; } td.whs32 { width:48.722%; padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-top-style:none; border-bottom-style:none; }
img_whs33 { border:none; width:150px; height:250px; } img_whs33 { border:none; width:150px; height:250px; border-style:none; }
td.whs34 { padding-right:10px; padding-left:10px; border-top-style:none; border-bottom-style:none; border-right-style:none; } td.whs34 { width:51.278%; padding-right:10px; padding-left:10px; border-top-style:none; border-bottom-style:none; border-right-style:none; }
img_whs35 { border:none; width:149px; height:250px; } img_whs35 { border:none; width:149px; height:250px; border-style:none; }
p.whs36 { font-weight:bold; } p.whs36 { font-weight:bold; }
img_whs37 { border:none; width:250px; height:284px; float:none; border-style:none; } img_whs37 { border:none; width:250px; height:284px; float:none; border-style:none; }
img_whs38 { border:none; width:271px; height:284px; border-style:none; } img_whs38 { border:none; width:271px; height:284px; border-style:none; }
img_whs39 { border:none; width:23px; height:22px; border-style:none; } img_whs39 { border:none; width:23px; height:22px; border-style:none; }
img_whs40 { border:none; width:178px; height:250px; } img_whs40 { border:none; width:178px; height:250px; border-style:none; }
p.whs41 { font-size:12pt; margin-left:0px; } p.whs41 { font-size:12pt; margin-left:0px; }
p.whs42 { font-size:12pt; margin-left:0px; font-weight:bold; } p.whs42 { font-size:12pt; margin-left:0px; font-weight:bold; }
img_whs43 { border:none; width:300px; height:311px; border-style:none; } p.whs43 { margin-left:40px; font-size:12pt; }
img_whs44 { border:none; width:300px; height:311px; border-style:none; }
p.whs45 { font-size:12pt; margin-left:36px; text-indent:-36px; }
p.whs46 { font-size:12pt; text-indent:-36px; margin-left:40px; }
img_whs47 { border:none; width:23px; height:21px; border-style:none; }
img_whs48 { border:none; width:200px; height:139px; border-style:none; }
p.whs49 { font-size:12pt; margin-left:40px; text-indent:-40px; }
p.whs50 { font-size:12pt; margin-left:40px; text-indent:-40px; font-weight:bold; }
p.whs51 { font-size:12pt; text-indent:-40px; font-weight:bold; margin-left:80px; }
img_whs52 { border:none; width:250px; height:236px; border-style:none; }
img_whs53 { border:none; width:250px; height:233px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
@ -69,6 +79,11 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs41 {margin-left:1pt; }"; strNSS += "p.whs41 {margin-left:1pt; }";
strNSS += "p.whs42 {margin-left:1pt; }"; strNSS += "p.whs42 {margin-left:1pt; }";
strNSS += "p.whs45 {text-indent:1pt; }";
strNSS += "p.whs46 {text-indent:1pt; }";
strNSS += "p.whs49 {text-indent:1pt; }";
strNSS += "p.whs50 {text-indent:1pt; }";
strNSS += "p.whs51 {text-indent:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -158,8 +173,10 @@ else
href="#Multi-transformation">Multi-transformation</a></p></li> href="#Multi-transformation">Multi-transformation</a></p></li>
<li class=kadov-p><p class="whs3"><a <li class=kadov-p><p class="whs3"><a
href="#ExplodeOnBlocks">Explode on blocks</a><span style="font-family: 'Times New Roman', serif; font-size: 12pt;"><font size=3 style="font-size:12pt;"><a href="#ExplodeOnBlocks">Explode on blocks</a></p></li>
HREF="#_Toc57113146">&#9;</a></font></span></p></li>
<li class=kadov-p><p class="whs3"><a
href="#Propagate">Propagate</a><a HREF="#_Toc57113146">&#9;</a></p></li>
</ul> </ul>
</ul> </ul>
@ -205,17 +222,18 @@ else
<p class="whs5">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs5"><b>Arguments:</b> Up to 4 shapes + reconstruction <p class="whs5"><b style="font-weight: bold;">Arguments:</b>
limit.</p> Up to 4 shapes + reconstruction limit.</p>
<ul type="disc" class="whs4"> <ul type="disc" class="whs4">
<li class=kadov-p><p class="whs5"><b>1st Constructor:</b> <li class=kadov-p><p class="whs5"><b style="font-weight: bold;">1st
Name + 2 shapes (first shape will be intersected by the second shape) Constructor:</b> Name + 2 shapes (first shape will be intersected by the
+ reconstruction limit.</p></li> second shape) + reconstruction limit.</p></li>
<li class=kadov-p><p class="whs5"><b>2nd Constructor:</b> <li class=kadov-p><p class="whs5"><b style="font-weight: bold;">2nd
Name + 1 shape which will be intersected + 1 cutting face.</p></li> Constructor:</b> Name + 1 shape which will be intersected + 1 cutting
face.</p></li>
</ul> </ul>
<p class="whs5">&nbsp;</p> <p class="whs5">&nbsp;</p>
@ -318,14 +336,16 @@ else
<ul type="disc" class="whs4"> <ul type="disc" class="whs4">
<li class=kadov-p><p class="whs5"><b>1st Constructor:</b> <li class=kadov-p><p class="whs5"><b style="font-weight: bold;">1st
Name + 1 shape + 1 value (fillet radius).</p></li> Constructor:</b> Name + 1 shape + 1 value (fillet radius).</p></li>
<li class=kadov-p><p class="whs5"><b>2nd Constructor:</b> <li class=kadov-p><p class="whs5"><b style="font-weight: bold;">2nd
Name + 1 shape + 1 Selection of edges + 1 value (Fillet radius).</p></li> Constructor:</b> Name + 1 shape + 1 Selection of edges + 1 value (Fillet
radius).</p></li>
<li class=kadov-p><p class="whs5"><b>3rd Constructor:</b> <li class=kadov-p><p class="whs5"><b style="font-weight: bold;">3rd
Name + 1 shape + 1 Selection of faces + 1 value (Fillet radius).</p></li> Constructor:</b> Name + 1 shape + 1 Selection of faces + 1 value (Fillet
radius).</p></li>
</ul> </ul>
<p class="whs5">&nbsp;</p> <p class="whs5">&nbsp;</p>
@ -389,14 +409,15 @@ else
<ul type="disc" class="whs4"> <ul type="disc" class="whs4">
<li class=kadov-p><p class="whs5"><b>1st Constructor :</b> <li class=kadov-p><p class="whs5"><b style="font-weight: bold;">1st
Name + 1 SHAPE + 1 value (Chamfer dimension).</p></li> Constructor :</b> Name + 1 SHAPE + 1 value (Chamfer dimension).</p></li>
<li class=kadov-p><p class="whs5"><b>2nd Constructor :</b> <li class=kadov-p><p class="whs5"><b style="font-weight: bold;">2nd
Name + 1 SHAPE + 2 faces + 2 values (Chamfer dimensions).</p></li> Constructor :</b> Name + 1 SHAPE + 2 faces + 2 values (Chamfer dimensions).</p></li>
<li class=kadov-p><p class="whs5"><b>3rd Constructor :</b> <li class=kadov-p><p class="whs5"><b style="font-weight: bold;">3rd
Name + 1 SHAPE + 1 Selection of faces + 2 values (Chamfer dimensions).</p></li> Constructor :</b> Name + 1 SHAPE + 1 Selection of faces + 2 values (Chamfer
dimensions).</p></li>
</ul> </ul>
<p class="whs5">&nbsp;</p> <p class="whs5">&nbsp;</p>
@ -405,7 +426,7 @@ else
<p class="whs5">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs9"><img src="../image278.jpg" width="208px" height="250px" border="0" class="img_whs20"> &nbsp;<img src="../image279.jpg" width="206px" height="250px" border="0" class="img_whs21"> &nbsp;<img src="../image280.jpg" width="212px" height="250px" border="0" class="img_whs22"></p> <p class="whs9"><img src="../image278.jpg" x-maintain-ratio="FALSE" width="208px" height="250px" border="0" class="img_whs20"> &nbsp;<img src="../image279.jpg" width="206px" height="250px" border="0" class="img_whs21"> &nbsp;<img src="../image280.jpg" width="212px" height="250px" border="0" class="img_whs22"></p>
<p class="whs5">&nbsp; </p> <p class="whs5">&nbsp; </p>
@ -492,7 +513,7 @@ else
<p class="whs5"><b style="font-weight: bold;">Dialog Box:</b></p> <p class="whs5"><b style="font-weight: bold;">Dialog Box:</b></p>
<table x-use-null-cells width="37.774%" cellspacing="0" class="whs28"> <table x-use-null-cells cellspacing="0" width="37.774%" class="whs28">
<col class="whs29"> <col class="whs29">
<col class="whs30"> <col class="whs30">
@ -516,7 +537,7 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><a name=ExplodeOnBlocks><img src="../image53.gif" width="23px" height="22px" border="0" class="img_whs39"> <span style="font-weight: bold; font-size: 14pt;"><font size=4 style="font-size:14pt;"><B>Explode <p><a name=ExplodeOnBlocks><img src="../image53.gif" width="23px" height="22px" border="0" class="img_whs39"> <span style="font-weight: bold; font-size: 14pt;"><font size=4 style="font-size:14pt;"><B>Explode
on blocks</B></font></span></a></p> on Blocks</B></font></span></a></p>
<p>&nbsp;</p> <p>&nbsp;</p>
@ -561,7 +582,54 @@ else
<p class="whs41">&nbsp;</p> <p class="whs41">&nbsp;</p>
<p class="whs9"><img src="../image191.jpg" width="300px" height="311px" border="0" class="img_whs43"></p> <p class="whs43"><img src="../image191.jpg" width="300px" height="311px" border="0" class="img_whs44"></p>
<p class="whs45">&nbsp;</p>
<p class="whs46">&nbsp;</p>
<p class="whs46">&nbsp;</p>
<p><a name=Propagate><img src="../image3.gif" width="23px" height="21px" border="0" class="img_whs47"> <span style="font-weight: bold; font-size: 14pt;"><font size=4 style="font-size:14pt;"><B>Propagate</B></font></span></a></p>
<p>&nbsp;</p>
<p class="whs5"><b style="font-weight: bold;">Description:</b>
Breaks a multitude of edges of a shape into groups (builds all possible
propagation groups).</p>
<p class="whs5">&nbsp;</p>
<p class="whs5"><b style="font-weight: bold;">Result:</b> List
of GEOM_Objects. Each Geom Object will contain a group of edges.</p>
<p class="whs5">&nbsp;</p>
<p class="whs5"><b>TUI Command:</b><i> </i><span style="font-style: italic;"><I>geompy.Propagate(Shape)</I></span>,
where Shape is a shape to build propagation groups on.</p>
<p class="whs5">&nbsp;</p>
<p class="whs5"><b style="font-weight: bold;">Arguments: <span
style="font-weight: normal;">1 Shape.</span></b></p>
<p class="whs5">&nbsp;</p>
<p class="whs5">&nbsp;</p>
<p class="whs5"><b style="font-weight: bold;">Dialog Box: </b></p>
<p class="whs5">&nbsp;</p>
<p class="whs43"><img src="../image4.jpg" width="200px" height="139px" border="0" class="img_whs48"></p>
<p class="whs49">&nbsp;</p>
<p class="whs50">Example:</p>
<p class="whs50">&nbsp;</p>
<p class="whs51"><img src="../image15.jpg" width="250px" height="236px" border="0" class="img_whs52"> &nbsp;&nbsp;<img src="../image16.jpg" width="250px" height="233px" border="0" class="img_whs53"> &nbsp;&nbsp;</p>
<script type="text/javascript" language="javascript1.2"> <script type="text/javascript" language="javascript1.2">
<!-- <!--

View File

@ -40,24 +40,24 @@ img_whs19 { border:none; width:244px; height:214px; border-style:none; }
p.whs20 { font-family:'Times New Roman' , serif; font-size:14pt; } p.whs20 { font-family:'Times New Roman' , serif; font-size:14pt; }
img_whs21 { border:none; width:239px; height:214px; border-style:none; } img_whs21 { border:none; width:239px; height:214px; border-style:none; }
img_whs22 { width:20px; height:20px; border-style:none; } img_whs22 { width:20px; height:20px; border-style:none; }
img_whs23 { border:none; width:263px; height:250px; } img_whs23 { border:none; width:263px; height:250px; border-style:none; }
img_whs24 { border:none; width:150px; height:131px; border-style:none; } img_whs24 { border:none; width:150px; height:131px; border-style:none; }
p.whs25 { font-size:14pt; font-weight:bold; } p.whs25 { font-size:14pt; font-weight:bold; }
p.whs26 { font-size:12pt; margin-left:40px; font-weight:bold; } p.whs26 { font-size:12pt; margin-left:40px; font-weight:bold; }
img_whs27 { border:none; width:186px; height:250px; } img_whs27 { border:none; width:186px; height:250px; border-style:none; }
p.whs28 { font-size:12pt; font-weight:bold; } p.whs28 { font-size:12pt; font-weight:bold; }
img_whs29 { border:none; width:214px; height:250px; } img_whs29 { border:none; width:214px; height:250px; border-style:none; }
img_whs30 { border:none; width:200px; height:214px; border-style:none; } img_whs30 { border:none; width:200px; height:214px; border-style:none; }
img_whs31 { border:none; width:176px; height:214px; border-style:none; } img_whs31 { border:none; width:176px; height:214px; border-style:none; }
img_whs32 { border:none; width:348px; height:90px; } img_whs32 { border:none; width:348px; height:90px; border-style:none; }
img_whs33 { border:none; width:198px; height:250px; border-style:none; } img_whs33 { border:none; width:198px; height:250px; border-style:none; }
img_whs34 { border:none; width:150px; height:136px; border-style:none; } img_whs34 { border:none; width:150px; height:136px; border-style:none; }
img_whs35 { border:none; width:216px; height:250px; } img_whs35 { border:none; width:216px; height:250px; border-style:none; }
img_whs36 { border:none; width:150px; height:132px; border-style:none; } img_whs36 { border:none; width:150px; height:132px; border-style:none; }
img_whs37 { border:none; width:22px; height:22px; border-style:none; } img_whs37 { border:none; width:22px; height:22px; border-style:none; }
p.whs38 { font-size:12pt; font-weight:normal; } p.whs38 { font-size:12pt; font-weight:normal; }
p.whs39 { margin-left:40px; font-size:12pt; font-weight:bold; } p.whs39 { margin-left:40px; font-size:12pt; font-weight:bold; }
img_whs40 { border:none; width:191px; height:250px; } img_whs40 { border:none; width:191px; height:250px; border-style:none; }
p.whs41 { font-size:12pt; margin-left:40px; text-indent:-40px; } p.whs41 { font-size:12pt; margin-left:40px; text-indent:-40px; }
p.whs42 { font-size:12pt; margin-left:40px; text-indent:-40px; font-weight:bold; } p.whs42 { font-size:12pt; margin-left:40px; text-indent:-40px; font-weight:bold; }
p.whs43 { margin-left:80px; font-size:12pt; text-indent:-40px; } p.whs43 { margin-left:80px; font-size:12pt; text-indent:-40px; }
@ -65,7 +65,7 @@ img_whs44 { border:none; width:200px; height:231px; border-style:none; }
img_whs45 { border:none; width:185px; height:231px; border-style:none; } img_whs45 { border:none; width:185px; height:231px; border-style:none; }
p.whs46 { font-size:12pt; text-indent:-68px; margin-left:72px; } p.whs46 { font-size:12pt; text-indent:-68px; margin-left:72px; }
p.whs47 { font-size:12pt; text-indent:-68px; margin-left:112px; } p.whs47 { font-size:12pt; text-indent:-68px; margin-left:112px; }
img_whs48 { border:none; width:240px; height:250px; } img_whs48 { border:none; width:240px; height:250px; border-style:none; }
p.whs49 { font-size:12pt; margin-left:112px; text-indent:-112px; } p.whs49 { font-size:12pt; margin-left:112px; text-indent:-112px; }
p.whs50 { font-size:12pt; text-indent:-112px; margin-left:152px; } p.whs50 { font-size:12pt; text-indent:-112px; margin-left:152px; }
img_whs51 { border:none; width:200px; height:150px; float:none; border-style:none; } img_whs51 { border:none; width:200px; height:150px; float:none; border-style:none; }
@ -73,11 +73,13 @@ img_whs52 { border:none; width:204px; height:150px; border-style:none; }
p.whs53 { font-size:12pt; text-indent:-40px; margin-left:80px; } p.whs53 { font-size:12pt; text-indent:-40px; margin-left:80px; }
p.whs54 { font-size:12pt; margin-left:80px; text-indent:-80px; } p.whs54 { font-size:12pt; margin-left:80px; text-indent:-80px; }
p.whs55 { font-size:12pt; margin-left:80px; text-indent:-68px; } p.whs55 { font-size:12pt; margin-left:80px; text-indent:-68px; }
img_whs56 { border:none; width:276px; height:192px; } img_whs56 { border:none; width:276px; height:192px; border-style:none; }
p.whs57 { font-size:12pt; margin-left:0px; } p.whs57 { font-size:12pt; margin-left:0px; }
img_whs58 { border:none; width:209px; height:138px; border-style:none; } img_whs58 { border:none; width:209px; height:138px; border-style:none; }
img_whs59 { border:none; width:192px; height:138px; border-style:none; } img_whs59 { border:none; width:192px; height:138px; border-style:none; }
img_whs60 { border:none; width:191px; height:138px; border-style:none; } img_whs60 { border:none; width:191px; height:138px; border-style:none; }
img_whs61 { border:none; width:23px; height:22px; border-style:none; }
img_whs62 { border:none; width:320px; height:143px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
@ -192,7 +194,10 @@ else
point on edge</a></p></li> point on edge</a></p></li>
<li class=kadov-p><p class="whs1">&nbsp;<a <li class=kadov-p><p class="whs1">&nbsp;<a
href="#CheckFreeBound">Check free boundaries</a><a href="#CheckFreeBound">Check free boundaries</a></p></li>
<li class=kadov-p><p class="whs1">&nbsp;<a
href="#Check_free_faces">Check free faces</a><a
HREF="#_Toc57113183">&#9;</a></p></li> HREF="#_Toc57113183">&#9;</a></p></li>
</ul> </ul>
@ -488,8 +493,8 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs4"><b>Arguments: <span style="font-weight: normal;">Name <p class="whs4"><b style="font-weight: bold;">Arguments: <span
+ 1 shape + contour</span> <span style="font-weight: normal;">(</span></b>Wire, style="font-weight: normal;">Name + 1 shape + contour</span> <span style="font-weight: normal;">(</span></b>Wire,
or a set of Edges) + mode of closure (by vertex or by edge)</p> or a set of Edges) + mode of closure (by vertex or by edge)</p>
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
@ -532,7 +537,7 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs4"><b>Arguments:</b></p> <p class="whs4"><b style="font-weight: bold;">Arguments:</b></p>
<ul type="disc" class="whs3"> <ul type="disc" class="whs3">
@ -600,8 +605,8 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs4"><b>Arguments: </b>Name + 1 shape + Wires which <p class="whs4"><b style="font-weight: bold;">Arguments: </b>Name
should be removed.</p> + 1 shape + Wires which should be removed.</p>
<p class="whs4"><span style="font-weight: bold;"><B>Remove all <p class="whs4"><span style="font-weight: bold;"><B>Remove all
holes </B></span>checkbox allows to fill all holes of a definite shape.</p> holes </B></span>checkbox allows to fill all holes of a definite shape.</p>
@ -657,8 +662,8 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs4"><b>Arguments:</b> Name + 1 or more shapes + <p class="whs4"><b style="font-weight: bold;">Arguments:</b>
1 value (sew precision).</p> Name + 1 or more shapes + 1 value (sew precision).</p>
<p class="whs4"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><span style="font-weight: bold;"><B>Detect <p class="whs4"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><span style="font-weight: bold;"><B>Detect
</B></span>button allows to display the number of free boundaries in your </B></span>button allows to display the number of free boundaries in your
@ -770,9 +775,9 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
<p class="whs46"><i><span style="font-style: italic;"><I>&nbsp;</I></span></i></p> <p class="whs46"><i><span style="font-style: italic;"><I>&nbsp;</I></span></i></p>
<p class="whs46"><b>Arguments: <span style="font-weight: normal;">Name <p class="whs46"><b style="font-weight: bold;">Arguments:
+</span> </b>1 <i><span style="font-style: normal;">Compound + Tolerance <span style="font-weight: normal;">Name +</span> </b>1 <i><span style="font-style: normal;">Compound
value</span></i></p> + Tolerance value</span></i></p>
<p class="whs46">&nbsp;</p> <p class="whs46">&nbsp;</p>
@ -807,7 +812,7 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs4"><b style="font-weight: bold;">Result:</b> GEOM_Object.</p> <p class="whs4"><b>Result:</b> GEOM_Object. </p>
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
@ -843,6 +848,45 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
<p class="whs57">&nbsp;</p> <p class="whs57">&nbsp;</p>
<p class="whs57">&nbsp;</p>
<p class="whs57"><a name=Check_free_faces><img src="../image10.gif" width="23px" height="22px" border="0" class="img_whs61"> <span style="font-size: 14pt; font-weight: bold;"><font size=4 style="font-size:14pt;"><B>Check free
faces</B></font></span></a></p>
<p class="whs57">&nbsp;</p>
<p class="whs4"><b>Description: </b>Retrieves all free faces
from a given shape.<span> A free face is a face not shared between two
shells of the shape. </span></p>
<p class="whs4">&nbsp;</p>
<p class="whs4"><b>Result:</b> GEOM_Object. Returns a list
of IDs of all free faces, contained in the shape.</p>
<p class="whs4">&nbsp;</p>
<p class="whs4"><b>TUI Command :</b><i><span style="font-style: italic;">
<I></i>GetFreeFacesIDs(Shape)</I></span>, where Shape is a shape to be checked.</p>
<p class="whs4">&nbsp;</p>
<p class="whs4"><b style="font-weight: bold;">Arguments:</b>
Shape</p>
<p class="whs4">&nbsp;</p>
<p class="whs38"><b style="font-weight: bold;">Dialog
Box:</b></p>
<p class="whs38">&nbsp;</p>
<p class="whs16"><img src="../image26.gif" width="320px" height="143px" border="0" class="img_whs62"></p>
<p class="whs41">&nbsp;</p>
<p class="whs41">&nbsp;</p>
<script type="text/javascript" language="javascript1.2"> <script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.writeIntopicBar) if (window.writeIntopicBar)

View File

@ -20,46 +20,46 @@ A:link { color:#0000ff; }
</style><style type="text/css"> </style><style type="text/css">
<!-- <!--
p.whs1 { font-size:12pt; } p.whs1 { font-size:12pt; }
img_whs2 { border-style:none; border:none; float:none; width:30px; height:30px; } img_whs2 { border:none; float:none; width:30px; height:30px; border-style:none; }
ul.whs3 { list-style:disc; } ul.whs3 { list-style:disc; }
p.whs4 { font-family:'Times New Roman' , serif; font-size:12pt; } p.whs4 { font-family:'Times New Roman' , serif; font-size:12pt; }
p.whs5 { font-family:'Times New Roman' , serif; font-size:14pt; } p.whs5 { font-family:'Times New Roman' , serif; font-size:14pt; }
img_whs6 { border-style:none; width:20px; height:20px; } img_whs6 { width:20px; height:20px; border-style:none; }
p.whs7 { font-size:12pt; margin-left:40px; } p.whs7 { font-size:12pt; margin-left:40px; }
img_whs8 { border:none; width:184px; height:250px; } img_whs8 { border:none; width:184px; height:250px; border-style:none; }
img_whs9 { border:none; width:196px; height:250px; } img_whs9 { border:none; width:196px; height:250px; border-style:none; }
img_whs10 { border:none; width:197px; height:250px; } img_whs10 { border:none; width:197px; height:250px; border-style:none; }
p.whs11 { margin-left:40px; } p.whs11 { margin-left:40px; }
img_whs12 { border-style:none; border:none; width:150px; height:163px; } img_whs12 { border:none; width:150px; height:163px; border-style:none; }
img_whs13 { border:none; width:218px; height:250px; } img_whs13 { border:none; width:218px; height:250px; border-style:none; }
img_whs14 { border-style:none; border:none; width:150px; height:145px; } img_whs14 { border:none; width:150px; height:145px; border-style:none; }
p.whs15 { margin-left:48px; text-indent:-48px; } p.whs15 { margin-left:48px; text-indent:-48px; }
p.whs16 { margin-left:48px; text-indent:-48px; font-size:14pt; font-weight:bold; } p.whs16 { margin-left:48px; text-indent:-48px; font-size:14pt; font-weight:bold; }
img_whs17 { border-style:none; border:none; width:25px; height:22px; } img_whs17 { border:none; width:25px; height:22px; border-style:none; }
img_whs18 { border-style:none; border:none; width:209px; height:234px; } img_whs18 { border:none; width:209px; height:234px; border-style:none; }
img_whs19 { border-style:none; border:none; width:200px; height:234px; } img_whs19 { border:none; width:200px; height:234px; border-style:none; }
p.whs20 { font-size:12pt; margin-left:40px; text-indent:-40px; } p.whs20 { font-size:12pt; margin-left:40px; text-indent:-40px; }
p.whs21 { font-size:12pt; text-indent:-40px; margin-left:80px; } p.whs21 { font-size:12pt; text-indent:-40px; margin-left:80px; }
img_whs22 { border-style:none; border:none; width:200px; height:209px; } img_whs22 { border:none; width:200px; height:209px; border-style:none; }
img_whs23 { border:none; width:214px; height:250px; } img_whs23 { border:none; width:214px; height:250px; border-style:none; }
img_whs24 { border:none; width:215px; height:250px; } img_whs24 { border:none; width:215px; height:250px; border-style:none; }
img_whs25 { border:none; width:216px; height:250px; } img_whs25 { border:none; width:216px; height:250px; border-style:none; }
img_whs26 { border-style:none; border:none; width:150px; height:127px; } img_whs26 { border:none; width:150px; height:127px; border-style:none; }
img_whs27 { border:none; width:205px; height:250px; } img_whs27 { border:none; width:205px; height:250px; border-style:none; }
p.whs28 { margin-left:40px; font-size:12pt; } p.whs28 { margin-left:40px; font-size:12pt; }
img_whs29 { border-style:none; border:none; width:150px; height:153px; } img_whs29 { border:none; width:150px; height:153px; border-style:none; }
img_whs30 { border-style:none; border:none; width:24px; height:22px; } img_whs30 { border:none; width:24px; height:22px; border-style:none; }
p.whs31 { font-size:12pt; margin-left:40px; font-weight:bold; } p.whs31 { font-size:12pt; margin-left:40px; font-weight:bold; }
img_whs32 { border:none; width:225px; height:250px; } img_whs32 { border:none; width:225px; height:250px; border-style:none; }
p.whs33 { font-size:12pt; font-weight:bold; } p.whs33 { font-size:12pt; font-weight:bold; }
img_whs34 { border-style:none; border:none; width:200px; height:191px; } img_whs34 { border:none; width:200px; height:191px; border-style:none; }
img_whs35 { border:none; width:140px; height:250px; } img_whs35 { border:none; width:140px; height:250px; border-style:none; }
img_whs36 { border:none; width:141px; height:250px; } img_whs36 { border:none; width:141px; height:250px; border-style:none; }
img_whs37 { border-style:none; border:none; width:150px; height:123px; } img_whs37 { border:none; width:150px; height:123px; border-style:none; }
img_whs38 { border:none; width:159px; height:250px; } img_whs38 { border:none; width:159px; height:250px; border-style:none; }
img_whs39 { border:none; width:160px; height:250px; } img_whs39 { border:none; width:160px; height:250px; border-style:none; }
img_whs40 { border-style:none; border:none; width:150px; height:128px; } img_whs40 { border:none; width:150px; height:128px; border-style:none; }
img_whs41 { border-style:none; border:none; width:150px; height:113px; } img_whs41 { border:none; width:150px; height:113px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
@ -168,6 +168,9 @@ else
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
<p class="whs1">All these operations are accessible in the
main menu, via <span style="font-style: italic;"><I>Operations / Transformation.</I></span></p>
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
<p class="whs5"><b style="font-weight: bold;"><a <p class="whs5"><b style="font-weight: bold;"><a
@ -193,18 +196,22 @@ else
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
<p class="whs1"><b>Arguments:</b> </p> <p class="whs1"><b style="font-weight: bold;">Arguments:</b>
</p>
<ul type="disc" class="whs3"> <ul type="disc" class="whs3">
<li class=kadov-p><p class="whs1"><b>1st Constructor: <span <li class=kadov-p><p class="whs1"><b style="font-weight: bold;">1st
style="font-weight: normal;">Name + </span></b>1 shape + 3 values (coordinates).</p></li> Constructor: <span style="font-weight: normal;">Name + </span></b>1 shape
+ 3 values (coordinates).</p></li>
<li class=kadov-p><p class="whs1"><b>2st Constructor: <span <li class=kadov-p><p class="whs1"><b style="font-weight: bold;">2st
style="font-weight: normal;">Name + </span></b>1 shape + 2 vertices.</p></li> Constructor: <span style="font-weight: normal;">Name + </span></b>1 shape
+ 2 vertices.</p></li>
<li class=kadov-p><p class="whs1"><b>3st Constructor: <span <li class=kadov-p><p class="whs1"><b style="font-weight: bold;">3st
style="font-weight: normal;">Name + </span></b>1 shape + 1 vector.</p></li> Constructor: <span style="font-weight: normal;">Name + </span></b>1 shape
+ 1 vector.</p></li>
</ul> </ul>
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
@ -254,8 +261,8 @@ else
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
<p class="whs1"><b>Arguments:</b> 1 shape + 1 vector for direction <p class="whs1"><b style="font-weight: bold;">Arguments:</b>
of rotation + 1 angle.</p> 1 shape + 1 vector for direction of rotation + 1 angle.</p>
<p class="whs1"><span style="font-weight: bold;"><B>Reverse </B></span>checkbox <p class="whs1"><span style="font-weight: bold;"><B>Reverse </B></span>checkbox
allows to specify the direction of rotation.</p> allows to specify the direction of rotation.</p>
@ -305,8 +312,8 @@ else
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
<p class="whs1"><b>Arguments:</b> Name + 1 GEOM_Object + [Starting <p class="whs1"><b style="font-weight: bold;">Arguments:</b>
Coordinate System] + End Coordinate System.</p> Name + 1 GEOM_Object + [Starting Coordinate System] + End Coordinate System.</p>
<p class="whs1"><span style="font-weight: bold;"><B>Create a copy <p class="whs1"><span style="font-weight: bold;"><B>Create a copy
</B></span>checkbox allows to keep the initial object, otherwise it will be </B></span>checkbox allows to keep the initial object, otherwise it will be
@ -356,18 +363,22 @@ else
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
<p class="whs1"><b>Arguments:</b> </p> <p class="whs1"><b style="font-weight: bold;">Arguments:</b>
</p>
<ul type="disc" class="whs3"> <ul type="disc" class="whs3">
<li class=kadov-p><p class="whs1"><b>1st Constructor: <span <li class=kadov-p><p class="whs1"><b style="font-weight: bold;">1st
style="font-weight: normal;">Name + </span></b>1 shape + 1 vertex.</p></li> Constructor: <span style="font-weight: normal;">Name + </span></b>1 shape
+ 1 vertex.</p></li>
<li class=kadov-p><p class="whs1"><b>2st Constructor: <span <li class=kadov-p><p class="whs1"><b style="font-weight: bold;">2st
style="font-weight: normal;">Name + </span></b>1 shape + 1 vector.</p></li> Constructor: <span style="font-weight: normal;">Name + </span></b>1 shape
+ 1 vector.</p></li>
<li class=kadov-p><p class="whs1"><b>3st Constructor: <span <li class=kadov-p><p class="whs1"><b style="font-weight: bold;">3st
style="font-weight: normal;">Name + </span></b>1 shape + 1 plane.</p></li> Constructor: <span style="font-weight: normal;">Name + </span></b>1 shape
+ 1 plane.</p></li>
</ul> </ul>
<p class="whs1"><span style="font-weight: bold;"><B>Create a copy <p class="whs1"><span style="font-weight: bold;"><B>Create a copy
@ -460,7 +471,7 @@ else
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>
<p class="whs1"><b>Arguments:</b></p> <p class="whs1"><b style="font-weight: bold;">Arguments:</b></p>
<ul type="disc" class="whs3"> <ul type="disc" class="whs3">
@ -615,10 +626,10 @@ else
Constructor <span style="font-weight: normal;">(in one direction):</span></b> Constructor <span style="font-weight: normal;">(in one direction):</span></b>
Name + 1 shape + 1 vector for direction + 1 value (repetition).</p></li> Name + 1 shape + 1 vector for direction + 1 value (repetition).</p></li>
<li class=kadov-p><p class="whs1"><b>2nd Constructor <span <li class=kadov-p><p class="whs1"><b style="font-weight: bold;">2nd
style="font-weight: normal;">(in two directions):</span></b> Name + 1 Constructor <span style="font-weight: normal;">(in two directions):</span></b>
shape + 1 vector for direction + 1 angle + 1 value (repetition) + 1 step Name + 1 shape + 1 vector for direction + 1 angle + 1 value (repetition)
value + 1 value (repetition); <span style="font-weight: bold;"><B>Reverse + 1 step value + 1 value (repetition); <span style="font-weight: bold;"><B>Reverse
</B></span><span>checkbox allows to set the direction of rotation</span>.</p></li> </B></span><span>checkbox allows to set the direction of rotation</span>.</p></li>
</ul> </ul>

View File

@ -151,76 +151,122 @@ working_with_groups.htm
ehelp.xml ehelp.xml
geom.glo geom.glo
default.css default.css
image15.jpg
image259.jpg
image248.jpg
image237.jpg
image226.jpg
image215.jpg
image204.jpg
image56.gif
image149.jpg
image138.jpg
image127.jpg
image23.gif
image12.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image73.gif
files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image55.gif
files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image4.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image17.gif
image16.jpg
image249.jpg
image238.jpg
image227.jpg
image216.jpg
image205.jpg
image57.gif
image35.gif
image139.jpg
image128.jpg
image24.gif
image27.jpg
image13.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image74.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image18.gif
image239.jpg
image228.jpg
image217.jpg
image206.jpg
image25.gif
image129.jpg
image14.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image75.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image30.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image19.gif
image26.gif
image229.jpg
image218.jpg
image207.jpg
image59.gif
image37.gif
image15.gif
image18.jpg
files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image130.gif
files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image87.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image76.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image31.gif
image27.gif
image2.jpg
image290.jpg image290.jpg
image219.jpg image219.jpg
image208.jpg image208.jpg
image61.gif
image191.jpg image191.jpg
image180.jpg image180.jpg
image49.gif
image109.jpg image109.jpg
image97.jpg image16.gif
image53.jpg
files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image131.gif files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image131.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image31.gif files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image119.gif
files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image88.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image77.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image32.gif
image291.jpg image291.jpg
image280.jpg image280.jpg
image209.jpg image209.jpg
image192.jpg image192.jpg
image181.jpg image181.jpg
image51.gif
image170.jpg image170.jpg
image98.jpg image80.jpg
image76.jpg image17.gif
image54.jpg
image10.jpg
files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image132.gif files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image132.gif
files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image121.gif files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image89.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image32.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image78.gif
image3.jpg
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image33.gif
image4.jpg
image1.gif
image292.jpg image292.jpg
image281.jpg image281.jpg
image270.jpg image270.jpg
image193.jpg image193.jpg
image52.gif image29.gif
image171.jpg image171.jpg
image160.jpg image160.jpg
image41.gif image81.jpg
image11.jpg
files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image133.gif files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image133.gif
files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image122.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image34.gif
files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image87.gif
image3.jpg
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image33.gif
image293.jpg image293.jpg
image64.gif
image282.jpg image282.jpg
image271.jpg image271.jpg
image260.jpg image260.jpg
image194.jpg image194.jpg
image53.gif
image172.jpg image172.jpg
image42.gif
image150.jpg image150.jpg
image78.jpg image82.jpg
image20.gif image19.gif
image67.jpg image2.gif
image12.jpg image5.jpg
files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image88.gif image3.gif
files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image1.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image34.gif
image294.jpg image294.jpg
image283.jpg image283.jpg
image261.jpg image261.jpg
image272.jpg image272.jpg
image250.jpg image250.jpg
image151.jpg image151.jpg
image32.gif
image140.jpg image140.jpg
image79.jpg image94.jpg
image21.gif image83.jpg
image2.gif files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image56.gif
image5.jpg
files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image89.gif
files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image2.gif
image295.jpg image295.jpg
image284.jpg image284.jpg
image262.jpg image262.jpg
@ -229,15 +275,14 @@ image251.jpg
image240.jpg image240.jpg
image196.jpg image196.jpg
image185.jpg image185.jpg
image44.gif
image163.jpg image163.jpg
image141.jpg image141.jpg
image130.jpg image130.jpg
image22.gif image95.jpg
files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image51.gif image84.jpg
image11.gif image7.jpg
files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image56.gif image4.gif
files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image3.gif files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image57.gif
image296.jpg image296.jpg
image285.jpg image285.jpg
image274.jpg image274.jpg
@ -246,17 +291,15 @@ image252.jpg
image241.jpg image241.jpg
image230.jpg image230.jpg
image197.jpg image197.jpg
image56.gif
image164.jpg image164.jpg
image142.jpg image142.jpg
image23.gif image96.jpg
image12.gif image85.jpg
image7.jpg image52.jpg
image4.gif image8.jpg
files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image57.gif image5.gif
files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image52.gif files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image58.gif
files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image4.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image27.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image13.gif
image297.jpg image297.jpg
image286.jpg image286.jpg
image275.jpg image275.jpg
@ -265,21 +308,16 @@ image253.jpg
image242.jpg image242.jpg
image231.jpg image231.jpg
image220.jpg image220.jpg
image57.gif image61.gif
image154.jpg image154.jpg
image35.gif
image24.gif
image121.jpg image121.jpg
image110.jpg image110.jpg
image27.jpg image97.jpg
image13.gif image53.jpg
image8.jpg image9.jpg
image5.gif image6.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image71.gif files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image59.gif
files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image58.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image28.gif
files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image53.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image27.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image14.gif
image298.jpg image298.jpg
image287.jpg image287.jpg
image276.jpg image276.jpg
@ -290,18 +328,18 @@ image221.jpg
image210.jpg image210.jpg
image199.jpg image199.jpg
image188.jpg image188.jpg
image51.gif
image133.jpg image133.jpg
image25.gif
image122.jpg image122.jpg
image14.gif image98.jpg
image9.jpg image76.jpg
image6.gif image54.jpg
image7.gif
image10.jpg
files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image128.gif files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image128.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image72.gif files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image121.gif
files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image59.gif files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image90.gif
files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image54.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image29.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image28.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image15.gif
i_blue.jpg i_blue.jpg
image299.jpg image299.jpg
image288.jpg image288.jpg
@ -312,23 +350,23 @@ image244.jpg
image233.jpg image233.jpg
image222.jpg image222.jpg
image211.jpg image211.jpg
image59.gif
image189.jpg image189.jpg
image52.gif
image167.jpg image167.jpg
image156.jpg image156.jpg
image37.gif image41.gif
image145.jpg image145.jpg
image134.jpg
image112.jpg image112.jpg
image15.gif files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image51.gif
image18.jpg image8.gif
image7.gif image11.jpg
files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image129.gif files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image129.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image73.gif files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image122.gif
files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image55.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image100.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image29.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image99.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image16.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image13.gif
image300.jpg image300.jpg
image64.gif
image289.jpg image289.jpg
image278.jpg image278.jpg
image267.jpg image267.jpg
@ -338,17 +376,23 @@ image234.jpg
image223.jpg image223.jpg
image212.jpg image212.jpg
image201.jpg image201.jpg
image49.gif image53.gif
image168.jpg image168.jpg
image42.gif
image135.jpg image135.jpg
image124.jpg image124.jpg
image113.jpg image113.jpg
image16.gif image78.jpg
image8.gif image20.gif
files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image119.gif image67.jpg
files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image100.gif image9.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image74.gif image12.jpg
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image17.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image101.gif
files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image52.gif
files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image1.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image14.gif
image13.jpg
image10.gif
image279.jpg image279.jpg
image268.jpg image268.jpg
image257.jpg image257.jpg
@ -359,14 +403,15 @@ image213.jpg
image202.jpg image202.jpg
image158.jpg image158.jpg
image147.jpg image147.jpg
image32.gif
image136.jpg image136.jpg
image80.jpg image79.jpg
image17.gif image21.gif
image9.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image102.gif
files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image101.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image71.gif
files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image90.gif files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image53.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image75.gif files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image2.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image18.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image15.gif
image269.jpg image269.jpg
image258.jpg image258.jpg
image247.jpg image247.jpg
@ -374,65 +419,25 @@ image236.jpg
image225.jpg image225.jpg
image214.jpg image214.jpg
image203.jpg image203.jpg
image29.gif image44.gif
image137.jpg image137.jpg
image81.jpg image22.gif
files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image102.gif image11.gif
files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image99.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image76.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image19.gif
image259.jpg
image248.jpg
image237.jpg
image226.jpg
image215.jpg
image204.jpg
image149.jpg
image138.jpg
image127.jpg
image82.jpg
image19.gif
files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image103.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image103.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image77.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image72.gif
image249.jpg files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image54.gif
image238.jpg files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image3.gif
image227.jpg salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image16.gif
image216.jpg
image205.jpg
image139.jpg
image128.jpg
image94.jpg
image83.jpg
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image78.gif
image239.jpg
image228.jpg
image217.jpg
image206.jpg
image129.jpg
image95.jpg
image84.jpg
image229.jpg
image218.jpg
image207.jpg
image96.jpg
image85.jpg
image52.jpg
files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image130.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image30.gif
ehlpdhtm.js ehlpdhtm.js
geom.ppf geom.ppf
default_ns.css default_ns.css
whxdata\whtdata0.xml whxdata\whtdata0.xml
whxdata\whftdata0.xml whxdata\whftdata0.xml
whxdata\whfwdata0.xml whxdata\whfwdata0.xml
whxdata\whfwdata1.xml
whxdata\whfwdata2.xml
whxdata\whgdata0.xml whxdata\whgdata0.xml
whdata\whtdata0.htm whdata\whtdata0.htm
whdata\whftdata0.htm whdata\whftdata0.htm
whdata\whfwdata0.htm whdata\whfwdata0.htm
whdata\whfwdata1.htm
whdata\whfwdata2.htm
whdata\whgdata0.htm whdata\whgdata0.htm
whgdata\whlstt0.htm whgdata\whlstt0.htm
whgdata\whlstt1.htm whgdata\whlstt1.htm

BIN
doc/salome/gui/GEOM/image1.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
doc/salome/gui/GEOM/image10.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
doc/salome/gui/GEOM/image2.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
doc/salome/gui/GEOM/image26.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
doc/salome/gui/GEOM/image27.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

BIN
doc/salome/gui/GEOM/image3.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

BIN
doc/salome/gui/GEOM/image4.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -15,9 +15,9 @@ if (navigator.appName !="Netscape")
<style type="text/css"> <style type="text/css">
<!-- <!--
p.whs1 { font-size:14pt; font-weight:bold; } p.whs1 { font-size:14pt; font-weight:bold; }
img_whs2 { border-style:none; border:none; float:none; width:30px; height:30px; } img_whs2 { border:none; float:none; width:30px; height:30px; border-style:none; }
ul.whs3 { list-style:disc; } ul.whs3 { list-style:disc; }
img_whs4 { border-style:none; border:none; width:23px; height:22px; } img_whs4 { border:none; width:23px; height:22px; border-style:none; }
p.whs5 { font-size:12pt; } p.whs5 { font-size:12pt; }
p.whs6 { font-size:12pt; font-style:italic; font-weight:normal; } p.whs6 { font-size:12pt; font-style:italic; font-weight:normal; }
table.whs7 { x-cell-content-align:top; border-spacing:0px; width:66.515%; } table.whs7 { x-cell-content-align:top; border-spacing:0px; width:66.515%; }
@ -25,31 +25,33 @@ col.whs8 { width:32.996%; }
col.whs9 { width:33.052%; } col.whs9 { width:33.052%; }
col.whs10 { width:33.952%; } col.whs10 { width:33.952%; }
tr.whs11 { x-cell-content-align:top; } tr.whs11 { x-cell-content-align:top; }
td.whs12 { padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-top-style:none; border-bottom-style:none; } td.whs12 { width:32.996%; padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-top-style:none; border-bottom-style:none; }
img_whs13 { border:none; width:183px; height:250px; } img_whs13 { border:none; width:183px; height:250px; border-style:none; }
td.whs14 { padding-right:10px; padding-left:10px; border-right-style:none; border-top-style:none; border-bottom-style:none; } td.whs14 { width:33.052%; padding-right:10px; padding-left:10px; border-right-style:none; border-top-style:none; border-bottom-style:none; }
td.whs15 { padding-right:10px; padding-left:10px; border-top-style:none; border-bottom-style:none; border-right-style:none; } td.whs15 { width:33.952%; padding-right:10px; padding-left:10px; border-top-style:none; border-bottom-style:none; border-right-style:none; }
img_whs16 { border:none; width:184px; height:250px; } img_whs16 { border:none; width:184px; height:250px; border-style:none; }
p.whs17 { font-weight:bold; } p.whs17 { font-weight:bold; }
img_whs18 { border-style:none; border:none; width:250px; height:195px; } img_whs18 { border:none; width:250px; height:195px; border-style:none; }
img_whs19 { border-style:none; border:none; width:24px; height:22px; } img_whs19 { border:none; width:24px; height:22px; border-style:none; }
table.whs20 { x-cell-content-align:top; border-spacing:0px; width:40.406%; } table.whs20 { x-cell-content-align:top; border-spacing:0px; width:40.406%; }
col.whs21 { width:49.761%; } col.whs21 { width:49.761%; }
col.whs22 { width:50.239%; } col.whs22 { width:50.239%; }
img_whs23 { border:none; width:162px; height:250px; } td.whs23 { width:49.761%; padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-top-style:none; border-bottom-style:none; }
img_whs24 { border:none; width:164px; height:250px; } img_whs24 { border:none; width:162px; height:250px; border-style:none; }
p.whs25 { font-size:12pt; font-weight:bold; } td.whs25 { width:50.239%; padding-right:10px; padding-left:10px; border-top-style:none; border-bottom-style:none; border-right-style:none; }
p.whs26 { font-size:12pt; font-weight:bold; margin-left:0px; } img_whs26 { border:none; width:164px; height:250px; border-style:none; }
img_whs27 { border-style:none; border:none; width:300px; height:234px; float:none; } p.whs27 { font-size:12pt; font-weight:bold; }
img_whs28 { border-style:none; border:none; width:251px; height:234px; } p.whs28 { font-size:12pt; font-weight:bold; margin-left:0px; }
p.whs29 { font-size:12pt; margin-left:40px; } img_whs29 { border:none; width:300px; height:234px; float:none; border-style:none; }
img_whs30 { border:none; width:251px; height:234px; border-style:none; }
p.whs31 { font-size:12pt; margin-left:40px; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs26 {margin-left:1pt; }"; strNSS += "p.whs28 {margin-left:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -138,7 +140,8 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p>To build a compound the user may take the following steps:</p> <p>These functionalities are available from the main menu via <span style="font-style: italic;"><I>New
Entity / Blocks.</I></span></p>
<p>&nbsp;</p> <p>&nbsp;</p>
@ -206,7 +209,7 @@ else
<p class="whs5"><b style="font-weight: bold;">Dialog Box:</b></p> <p class="whs5"><b style="font-weight: bold;">Dialog Box:</b></p>
<table x-use-null-cells width="66.515%" cellspacing="0" class="whs7"> <table x-use-null-cells cellspacing="0" width="66.515%" class="whs7">
<col class="whs8"> <col class="whs8">
<col class="whs9"> <col class="whs9">
<col class="whs10"> <col class="whs10">
@ -283,26 +286,26 @@ else
<p class="whs5">&nbsp;</p> <p class="whs5">&nbsp;</p>
<table x-use-null-cells width="40.406%" cellspacing="0" class="whs20"> <table x-use-null-cells cellspacing="0" width="40.406%" class="whs20">
<col class="whs21"> <col class="whs21">
<col class="whs22"> <col class="whs22">
<tr valign="top" class="whs11"> <tr valign="top" class="whs11">
<td width="49.761%" class="whs12"> <td width="49.761%" class="whs23">
<p class="whs5"><b>&nbsp;</b><img src="image242.jpg" width="162px" height="250px" border="0" class="img_whs23"></td> <p class="whs5"><b style="font-weight: bold;">&nbsp;</b><img src="image242.jpg" width="162px" height="250px" border="0" class="img_whs24"></td>
<td width="50.239%" class="whs15"> <td width="50.239%" class="whs25">
<p><img src="image243.jpg" width="164px" height="250px" border="0" class="img_whs24"></td></tr> <p><img src="image243.jpg" width="164px" height="250px" border="0" class="img_whs26"></td></tr>
</table> </table>
<p class="whs5">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs25">Example:</p> <p class="whs27">Example:</p>
<p class="whs25">&nbsp;</p> <p class="whs27">&nbsp;</p>
<p class="whs26"><img src="image180.jpg" x-maintain-ratio="TRUE" width="300px" height="234px" border="0" class="img_whs27"> &nbsp;&nbsp;&nbsp;<img src="image181.jpg" width="251px" height="234px" border="0" class="img_whs28"> &nbsp;</p> <p class="whs28"><img src="image180.jpg" x-maintain-ratio="TRUE" width="300px" height="234px" border="0" class="img_whs29"> &nbsp;&nbsp;&nbsp;<img src="image181.jpg" width="251px" height="234px" border="0" class="img_whs30"> &nbsp;</p>
<p class="whs29"><b style="font-weight: bold;">&nbsp;&nbsp;&nbsp;</b>&nbsp;&nbsp;</p> <p class="whs31"><b style="font-weight: bold;">&nbsp;&nbsp;&nbsp;</b>&nbsp;&nbsp;</p>
<p class="whs1">&nbsp;</p> <p class="whs1">&nbsp;</p>

View File

@ -18,13 +18,13 @@ img_whs1 { border-style:none; border:none; float:none; width:30px; height:30px;
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
ul.whs3 { list-style:disc; } ul.whs3 { list-style:disc; }
p.whs4 { margin-left:40px; font-size:12pt; } p.whs4 { margin-left:40px; font-size:12pt; }
img_whs5 { border:none; width:200px; height:277px; } img_whs5 { border:none; width:200px; height:277px; border-style:none; }
img_whs6 { border:none; width:200px; height:276px; } img_whs6 { border:none; width:200px; height:276px; border-style:none; }
p.whs7 { font-size:12pt; margin-left:40px; text-indent:-40px; } p.whs7 { font-size:12pt; margin-left:40px; text-indent:-40px; }
p.whs8 { font-size:12pt; margin-left:40px; text-indent:-40px; font-weight:bold; } p.whs8 { font-size:12pt; margin-left:40px; text-indent:-40px; font-weight:bold; }
p.whs9 { font-size:12pt; text-indent:-40px; font-weight:bold; margin-left:80px; } p.whs9 { font-size:12pt; text-indent:-40px; font-weight:bold; margin-left:80px; }
img_whs10 { border:none; width:200px; height:200px; } img_whs10 { border:none; width:200px; height:200px; border-style:none; }
img_whs11 { border:none; width:200px; height:195px; } img_whs11 { border:none; width:200px; height:195px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
@ -112,6 +112,11 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p>This functionality is available from the main menu via <span style="font-style: italic;"><I>New
Entity / Sketch.</I></span></p>
<p>&nbsp;</p>
<p class="whs2"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b style="font-weight: bold;">Description:</b> <p class="whs2"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b style="font-weight: bold;">Description:</b>
Creates curves (line segment and arc).</font></span></p> Creates curves (line segment and arc).</font></span></p>
@ -129,7 +134,8 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b>Arguments:</b> </p> <p class="whs2"><b style="font-weight: bold;">Arguments:</b>
</p>
<p class="whs2"><span><font size=3 style="font-size:12pt;">1. Element type (segment or arc).</font></span></p> <p class="whs2"><span><font size=3 style="font-size:12pt;">1. Element type (segment or arc).</font></span></p>
@ -172,7 +178,7 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b>Dialog Box:</b></p> <p class="whs2"><b style="font-weight: bold;">Dialog Box:</b></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>

Binary file not shown.

Binary file not shown.

View File

@ -8,9 +8,7 @@
<script language="javascript" src="whfts.js"></script> <script language="javascript" src="whfts.js"></script>
<script language="javascript"> <script language="javascript">
<!-- <!--
iWM("0","geometry","whfwdata0.htm"); iWM("0","zmin","whfwdata0.htm");
iWM("geompy","radiu","whfwdata1.htm");
iWM("radius","zmin","whfwdata2.htm");
iTM(0,16,"whftdata0.htm"); iTM(0,16,"whftdata0.htm");

View File

@ -14,6 +14,7 @@
<!-- <!--
aWE("0",1,12); aWE("0",1,12);
aWE("1",1,15,3,4,7,5,11,12,13,10,9,16); aWE("1",1,15,3,4,7,5,11,12,13,10,9,16);
aWE("12",9);
aWE("1d",3,10); aWE("1d",3,10);
aWE("1st",3,11,12,13,10); aWE("1st",3,11,12,13,10);
aWE("2",14,1,15,3,4,5,11,12,13,10,9); aWE("2",14,1,15,3,4,5,11,12,13,10,9);
@ -26,13 +27,14 @@ aWE("3rd",3,10);
aWE("3st",13); aWE("3st",13);
aWE("4",14,15,4,12,10); aWE("4",14,15,4,12,10);
aWE("5",15,7,12); aWE("5",15,7,12);
aWE("6",14,12); aWE("6",14,12,9);
aWE("7",12); aWE("7",12);
aWE("8",12); aWE("8",12);
aWE("9",15,12); aWE("9",15,12);
aWE("90",15); aWE("90",15);
aWE("abl",15); aWE("abl",15);
aWE("absolut",15); aWE("absolut",15);
aWE("accessibl",13);
aWE("accord",3,12); aWE("accord",3,12);
aWE("accordanc",12); aWE("accordanc",12);
aWE("achiev",12); aWE("achiev",12);
@ -60,10 +62,11 @@ aWE("around",7);
aWE("associat",6); aWE("associat",6);
aWE("attribut",6); aWE("attribut",6);
aWE("automatical",14,3); aWE("automatical",14,3);
aWE("availabl",6,12); aWE("availabl",14,15,6,12,16);
aWE("ax",3); aWE("ax",3);
aWE("axi",3,7,11,13,9); aWE("axi",3,7,11,13,9);
aWE("b",3); aWE("b",3);
aWE("background",16);
aWE("bas",7,11,12,13); aWE("bas",7,11,12,13);
aWE("baseshap",7); aWE("baseshap",7);
aWE("basi",7); aWE("basi",7);
@ -72,7 +75,7 @@ aWE("basicproperti",9);
aWE("befor",15,12); aWE("befor",15,12);
aWE("below",14); aWE("below",14);
aWE("bezi",3,12); aWE("bezi",3,12);
aWE("block",14,0,10); aWE("block",14,0,10,9);
aWE("boolean",2,4,5,9); aWE("boolean",2,4,5,9);
aWE("both",6); aWE("both",6);
aWE("bound",9); aWE("bound",9);
@ -80,6 +83,7 @@ aWE("boundari",12);
aWE("boundary",12); aWE("boundary",12);
aWE("boundingbox",9); aWE("boundingbox",9);
aWE("box",14,1,15,3,4,8,7,5,11,12,13,10,9,16); aWE("box",14,1,15,3,4,8,7,5,11,12,13,10,9,16);
aWE("break",10);
aWE("brep",2,8); aWE("brep",2,8);
aWE("brows",3,6,8); aWE("brows",3,6,8);
aWE("bsplin",12); aWE("bsplin",12);
@ -97,6 +101,7 @@ aWE("chamf",10);
aWE("chang",1); aWE("chang",1);
aWE("check",12,10,9); aWE("check",12,10,9);
aWE("checkbox",12,13); aWE("checkbox",12,13);
aWE("checkcompoundofblock",9);
aWE("checkshap",9); aWE("checkshap",9);
aWE("choos",6,8,10); aWE("choos",6,8,10);
aWE("circl",3); aWE("circl",3);
@ -112,20 +117,23 @@ aWE("common",4,12);
aWE("complex",2,4,7,10); aWE("complex",2,4,7,10);
aWE("component",15,3,13); aWE("component",15,3,13);
aWE("compos",14,9); aWE("compos",14,9);
aWE("compound",14,4,5,12,13,10); aWE("compound",14,4,5,12,13,10,9);
aWE("compsolid",7); aWE("compsolid",7);
aWE("comput",10,9); aWE("comput",10,9);
aWE("con",11); aWE("con",11);
aWE("concern",9); aWE("concern",9);
aWE("condition",9);
aWE("confirm",8); aWE("confirm",8);
aWE("conical",12); aWE("conical",12);
aWE("connect",5,10); aWE("connect",5,10,9);
aWE("consider",12); aWE("connection",9);
aWE("consider",12,9);
aWE("consol",9);
aWE("constraint",14); aWE("constraint",14);
aWE("construct",14,5,11); aWE("construct",14,5,11);
aWE("construction",2,4); aWE("construction",2,4);
aWE("constructor",3,11,12,13,10); aWE("constructor",3,11,12,13,10);
aWE("contain",15,8,12); aWE("contain",15,8,12,10);
aWE("content",8); aWE("content",8);
aWE("continuiti",12); aWE("continuiti",12);
aWE("continuity",12); aWE("continuity",12);
@ -141,7 +149,7 @@ aWE("correspond",3,7,5,11,12,10);
aWE("coupl",15); aWE("coupl",15);
aWE("creat",14,15,3,6,7,5,11,12,13,10,9,16); aWE("creat",14,15,3,6,7,5,11,12,13,10,9,16);
aWE("creategroup",16); aWE("creategroup",16);
aWE("creation",2,7,12,10); aWE("creation",2,7,12,10,16);
aWE("current",15,6); aWE("current",15,6);
aWE("curv",15,3,7,12); aWE("curv",15,3,7,12);
aWE("curve2dmod",12); aWE("curve2dmod",12);
@ -153,11 +161,12 @@ aWE("cylindrical",12);
aWE("d1",10); aWE("d1",10);
aWE("d2",10); aWE("d2",10);
aWE("data",9); aWE("data",9);
aWE("default",15); aWE("default",15,16);
aWE("defin",15,3,11,12,13,10); aWE("defin",15,3,11,12,13,10);
aWE("definit",12,9); aWE("definit",12,9);
aWE("definition",7,12); aWE("definition",7,12);
aWE("deflection",10); aWE("deflection",10);
aWE("degenerat",9);
aWE("degre",15,7,12); aWE("degre",15,7,12);
aWE("delet",10); aWE("delet",10);
aWE("density",10); aWE("density",10);
@ -202,7 +211,8 @@ aWE("e1",14);
aWE("e2",14); aWE("e2",14);
aWE("e3",14); aWE("e3",14);
aWE("e4",14); aWE("e4",14);
aWE("edg",14,3,7,5,12,10); aWE("easi",16);
aWE("edg",14,3,7,5,12,10,9);
aWE("edgeid",12); aWE("edgeid",12);
aWE("edit",16); aWE("edit",16);
aWE("egdemaxtol",9); aWE("egdemaxtol",9);
@ -212,14 +222,16 @@ aWE("element",15,3,4,6,7,5,11,12,9);
aWE("elementary",14); aWE("elementary",14);
aWE("ellips",3); aWE("ellips",3);
aWE("empty",12); aWE("empty",12);
aWE("encounter",9);
aWE("end",15,3,12,13); aWE("end",15,3,12,13);
aWE("ent",3,8); aWE("ent",3,8);
aWE("entity",15,3,7,5,11,16); aWE("entir",9);
aWE("entity",14,15,3,7,5,11,16);
aWE("equal",15); aWE("equal",15);
aWE("eras",6); aWE("eras",6);
aWE("eraseall",6); aWE("eraseall",6);
aWE("eraseon",6); aWE("eraseon",6);
aWE("error",12); aWE("error",12,9);
aWE("etc",5,12); aWE("etc",5,12);
aWE("exampl",14,1,15,3,4,7,5,11,12,13,10,16); aWE("exampl",14,1,15,3,4,7,5,11,12,13,10,16);
aWE("except",12); aWE("except",12);
@ -227,6 +239,7 @@ aWE("exist",15,16);
aWE("explod",0,5,10); aWE("explod",0,5,10);
aWE("export",2,8); aWE("export",2,8);
aWE("exportation",8); aWE("exportation",8);
aWE("extra",9);
aWE("extract",10); aWE("extract",10);
aWE("extrud",7); aWE("extrud",7);
aWE("extrusion",7); aWE("extrusion",7);
@ -236,7 +249,7 @@ aWE("f3",14);
aWE("f4",14); aWE("f4",14);
aWE("f5",14); aWE("f5",14);
aWE("f6",14); aWE("f6",14);
aWE("fac",14,3,7,5,12,13,10); aWE("fac",14,3,7,5,12,13,10,9);
aWE("face1",10); aWE("face1",10);
aWE("face2",10); aWE("face2",10);
aWE("facemaxtol",9); aWE("facemaxtol",9);
@ -252,12 +265,15 @@ aWE("first",3,4,5,11,13,10);
aWE("fix",12); aWE("fix",12);
aWE("fixfacesiz",12); aWE("fixfacesiz",12);
aWE("fixshap",12); aWE("fixshap",12);
aWE("follow",14,4,6,5); aWE("flag",9);
aWE("follow",4,6,5,9);
aWE("format",2,8); aWE("format",2,8);
aWE("formatnam",8); aWE("formatnam",8);
aWE("four",14); aWE("four",14);
aWE("fre",12); aWE("fre",12);
aWE("function",2,5); aWE("function",2,5);
aWE("functionaliti",14);
aWE("functionality",15,16);
aWE("fus",4); aWE("fus",4);
aWE("gap",12); aWE("gap",12);
aWE("general",14); aWE("general",14);
@ -268,6 +284,498 @@ aWE("geom_object",14,15,3,4,7,5,11,12,13,10,9,16);
aWE("geometric",14); aWE("geometric",14);
aWE("geometrical",1,2,3,4,6,8,7,5,11,12,13,10,9,16); aWE("geometrical",1,2,3,4,6,8,7,5,11,12,13,10,9,16);
aWE("geometry",12); aWE("geometry",12);
aWE("geompy",14,15,3,4,8,7,5,11,12,13,10,9,16);
aWE("get",4,5,9);
aWE("getfreeboundary",12);
aWE("getfreefacesid",12);
aWE("getobjectid",16);
aWE("getsubshapeid",5);
aWE("gg",1);
aWE("giv",3);
aWE("given",3,5,12,13,10,9);
aWE("glu",12,10,9);
aWE("graphic",6);
aWE("gravity",9);
aWE("group",10,16);
aWE("gui",10);
aWE("half",3);
aWE("handl",16);
aWE("hav",5,12);
aWE("height",7,11);
aWE("hexahedral",14,10);
aWE("hexahedron",14);
aWE("hid",6);
aWE("highlight",12,9);
aWE("hol",12);
aWE("i",6);
aWE("i11",9);
aWE("i12",9);
aWE("i13",9);
aWE("i21",9);
aWE("i22",9);
aWE("i23",9);
aWE("i31",9);
aWE("i32",9);
aWE("i33",9);
aWE("id",1,6,5,12,10,16);
aWE("if",5,12,10,9,16);
aWE("ig",2,8);
aWE("imag",13);
aWE("import",2,6,8,9);
aWE("importation",8);
aWE("in",13);
aWE("increas",12);
aWE("independent",4,6);
aWE("indic",10);
aWE("inertia",9);
aWE("inform",9);
aWE("initial",13);
aWE("inquir",9);
aWE("inretia",9);
aWE("insert",12);
aWE("insid",10);
aWE("integ",10);
aWE("integer",10);
aWE("intend",12);
aWE("interactive",10);
aWE("intermediat",14);
aWE("internal",12);
aWE("intersect",10);
aWE("intersection",10);
aWE("introduction",14,2);
aWE("invalid",12);
aWE("investigat",9);
aWE("isbyparamet",12);
aWE("iscommonvertex",12);
aWE("iso",1);
aWE("isolin",1);
aWE("iteration",7);
aWE("itself",12);
aWE("ix",9);
aWE("iy",9);
aWE("iz",9);
aWE("just",14);
aWE("keep",13);
aWE("last",3,5);
aWE("lc",3);
aWE("least",3);
aWE("length",15,12,9);
aWE("les",12);
aWE("limit",10);
aWE("lin",15,3,10);
aWE("list",15,3,7,5,12,10,16);
aWE("listoffaceid",10);
aWE("listofgeomshap",12);
aWE("listofid",5,12);
aWE("listofkeepinsid",10);
aWE("listofmaterial",10);
aWE("listofremoveinsid",10);
aWE("listofshap",3,5,12,10);
aWE("listofshapeid",10);
aWE("listoftool",10);
aWE("listofwireid",12);
aWE("local",15,3,13);
aWE("locat",3);
aWE("location",3,8,13);
aWE("lwp",15);
aWE("ly",15,12);
aWE("main",14,0,15,3,4,6,7,5,11,12,13,10,9,16);
aWE("mainshap",16);
aWE("major",3,11);
aWE("mak",13,10,16);
aWE("makearc",3);
aWE("makebezi",3);
aWE("makeblockexplod",10);
aWE("makeboolean",4);
aWE("makebox",11);
aWE("makecdg",9);
aWE("makechamferedg",10);
aWE("makechamferfac",10);
aWE("makecircl",3);
aWE("makecompound",5);
aWE("makecon",11);
aWE("makecylind",11);
aWE("makeedg",5);
aWE("makeellips",3);
aWE("makefac",5);
aWE("makefil",7);
aWE("makefillet",10);
aWE("makegluefac",12);
aWE("makehexasolid",14);
aWE("makehexasolidtwofac",14);
aWE("makeinterpol",3);
aWE("makelin",3);
aWE("makemark",3);
aWE("makemirrorbyplan",13);
aWE("makemultirotation1d",13);
aWE("makemultirotation2d",13);
aWE("makemultitransformation1d",10);
aWE("makemultitransformation2d",10);
aWE("makemultitranslation1d",13);
aWE("makemultitranslation2d",13);
aWE("makeoffset",13);
aWE("makepartition",10);
aWE("makepip",7);
aWE("makeplan",3);
aWE("makepolylin",3);
aWE("makeposition",13);
aWE("makeprism",7);
aWE("makequadfac",14);
aWE("makequadfaceedg",14);
aWE("makequadfacevertic",14);
aWE("makerevolution",7);
aWE("makerotation",13);
aWE("makescaletransform",13);
aWE("makesew",12);
aWE("makeshell",5);
aWE("makesketch",15);
aWE("makesolid",5);
aWE("makespher",11);
aWE("maketoru",11);
aWE("maketranslation",13);
aWE("makevector",3);
aWE("makevertex",3);
aWE("makewir",5);
aWE("manual",3);
aWE("mas",9);
aWE("material",10);
aWE("matrix",9);
aWE("max",7,12,10);
aWE("maxdegre",7);
aWE("maximal",7,12,10,9);
aWE("maximum",12,10);
aWE("maxnbfac",10);
aWE("maxtoleranc",12);
aWE("maxtolerance3d",12);
aWE("mean",15,13);
aWE("measur",9);
aWE("measurement",9);
aWE("mention",14);
aWE("menu",14,0,1,15,3,4,6,8,7,5,11,12,13,10,9,16);
aWE("merg",12);
aWE("mesh",14,10);
aWE("meshingdeflection",10);
aWE("method",5);
aWE("middl",3);
aWE("min",7,10,9);
aWE("mindegre",7);
aWE("mindistanc",9);
aWE("minimal",7,10,9);
aWE("minimum",10);
aWE("minnbfac",10);
aWE("minor",3,11);
aWE("mirror",13);
aWE("mod",1,12);
aWE("model",2,10);
aWE("modifi",3,12,13);
aWE("modification",12,13);
aWE("modify",13);
aWE("modul",2,6);
aWE("moment",9);
aWE("mov",13);
aWE("much",16);
aWE("multi",0,13,10);
aWE("multitud",10);
aWE("must",12,13,9);
aWE("nam",14,3,4,8,7,5,11,12,13,10);
aWE("nbit",7);
aWE("nbsplitpoint",12);
aWE("nbtim",13,10);
aWE("nbtimes1",13);
aWE("nbtimes2",13);
aWE("nbtimesu",10);
aWE("nbtimesv",10);
aWE("necessary",15,6,12,9);
aWE("need",12);
aWE("negativ",13);
aWE("neigbour",12);
aWE("new",14,15,3,7,5,11,12,16);
aWE("nod",3);
aWE("noerror",12);
aWE("normal",3,7,13);
aWE("notion",14);
aWE("numb",1,7,12,13,10);
aWE("number",10);
aWE("numeb",10);
aWE("object",1,2,3,4,6,8,7,5,11,12,13,10,9,16);
aWE("occ",1,6,12,16);
aWE("occur",12);
aWE("offer",16);
aWE("offset",13);
aWE("ok",3,8);
aWE("on",15,3,4,6,12,13,10);
aWE("open",12);
aWE("openwir",12);
aWE("operation",14,2,4,6,7,12,13,10,16);
aWE("operator",12);
aWE("opposit",11);
aWE("optimization",2);
aWE("option",0);
aWE("ord",12,9);
aWE("orient",14,3);
aWE("origin",3,11);
aWE("otherwis",12,13);
aWE("outsid",10);
aWE("ox",15,3);
aWE("oy",3);
aWE("oz",15,3);
aWE("paramet",3,5,12);
aWE("parameter",1,15,3,7,12);
aWE("paramt",12);
aWE("part",4,11);
aWE("partition",10);
aWE("pas",3);
aWE("path",7);
aWE("pathshap",7);
aWE("pattern",13);
aWE("perform",10,16);
aWE("perpendicular",15);
aWE("pip",7);
aWE("plan",15,3,13,10);
aWE("planar",15,3,5);
aWE("platform",16);
aWE("plung",10);
aWE("point",14,15,3,11,12,13,9);
aWE("point1",3);
aWE("point2",3);
aWE("point3",3);
aWE("pointcoordinat",9);
aWE("polylin",3);
aWE("pop",1,6);
aWE("position",3,12);
aWE("possibility",12);
aWE("possibl",6,12,10,9);
aWE("precision",12);
aWE("predefin",15);
aWE("preferenc",16);
aWE("pres",3);
aWE("preview",3);
aWE("previou",15);
aWE("primitiv",2,11);
aWE("print",9);
aWE("prism",7);
aWE("problem",12);
aWE("proces",12,10);
aWE("processshap",12);
aWE("project",16);
aWE("propagat",10);
aWE("propagation",10);
aWE("properti",1,9);
aWE("put",10);
aWE("python",9);
aWE("quadrangl",14,3,9);
aWE("radian",12);
aWE("radiu",15,3,11,10);
aWE("radius",3,11);
aWE("radius1",11);
aWE("radius2",11);
aWE("radiusmajor",3,11);
aWE("radiusminor",3,11);
aWE("rang",2,12);
aWE("re",12);
aWE("reasonabl",6);
aWE("reconstruction",10);
aWE("referenc",3);
aWE("regard",3);
aWE("relativ",15);
aWE("remov",12,13,16);
aWE("removeobject",16);
aWE("removeweb",10);
aWE("repair",2,12);
aWE("repetition",13);
aWE("represent",3);
aWE("request",5);
aWE("requir",6,8,12);
aWE("requireddegre",12);
aWE("requirednbsegment",12);
aWE("respect",15,12);
aWE("restriction",12);
aWE("result",14,15,3,4,7,5,11,12,13,10,9,16);
aWE("resultant",12);
aWE("retriev",5,12);
aWE("return",5,12,10,9,16);
aWE("revers",13);
aWE("revolution",7,12);
aWE("right",1,6);
aWE("rotat",7,13);
aWE("rotation",13);
aWE("s",3,5,12,13,10,16);
aWE("salom",2,16);
aWE("sam",15,12);
aWE("sameparamet",12);
aWE("satisfy",9);
aWE("scal",13);
aWE("se",8,9);
aWE("search",8);
aWE("second",4,11,13,10);
aWE("section",4,10);
aWE("segment",15,12);
aWE("select",0,1,15,3,4,6,8,7,5,11,12,10,9,16);
aWE("selection",15,3,10);
aWE("sens",10);
aWE("serv",3,7);
aWE("set",1,3,12,13,10);
aWE("setcolor",1);
aWE("setdisplaymod",1);
aWE("settransparency",1);
aWE("sew",12);
aWE("sg",6);
aWE("shad",1);
aWE("shap",1,2,4,6,8,7,5,12,13,10,9,16);
aWE("shape1",4,9);
aWE("shape2",4,9);
aWE("shapesto",12);
aWE("shapetyp",10,16);
aWE("shar",12);
aWE("shel",5,12,13);
aWE("shell",14,7,5,13);
aWE("short",1);
aWE("should",12,9);
aWE("shown",3);
aWE("sid",3);
aWE("sign",13);
aWE("six",14);
aWE("siz",3,12,10);
aWE("sketch",15);
aWE("small",3,12);
aWE("solid",14,7,5,11,13,10);
aWE("soon",3);
aWE("spac",3,9);
aWE("specifi",3,12,10);
aWE("specific",14);
aWE("specify",12,13);
aWE("spher",11);
aWE("splin",3);
aWE("split",12);
aWE("splitangl",12);
aWE("splitclosedfac",12);
aWE("splitcontinuity",12);
aWE("spot",12);
aWE("stag",14);
aWE("standard",8);
aWE("start",15,3,13);
aWE("step",2,8,13);
aWE("step1",13);
aWE("step2",13);
aWE("str",15,8);
aWE("strip",12);
aWE("study",6);
aWE("sub",5,12,16);
aWE("submenu",0,5,12,9);
aWE("subshap",5,10,16);
aWE("subshapeall",5);
aWE("subshapeid",16);
aWE("suppres",12);
aWE("suppressfac",12);
aWE("suppresshol",12);
aWE("suppressinternalwir",12);
aWE("surfac",12,13,9);
aWE("surfacecontinuity",12);
aWE("surfacemod",12);
aWE("symmetrical",13);
aWE("symmetry",11,13);
aWE("system",3,13);
aWE("tangent",15);
aWE("target",15,10);
aWE("tetrahedral",14);
aWE("theendlc",13);
aWE("them",12);
aWE("theobject",13);
aWE("therefor",15);
aWE("theshap",12);
aWE("thestartlc",13);
aWE("thetoleranc",12);
aWE("tim",13);
aWE("tobezi",12);
aWE("toggl",16);
aWE("tol2d",7);
aWE("tol3d",7);
aWE("toleranc",7,12,9);
aWE("tolerance2d",12);
aWE("tolerance3d",12);
aWE("tool",9);
aWE("toru",11);
aWE("transform",4,13,10);
aWE("transformation",0,2,13,10);
aWE("translat",13);
aWE("translation",13,10);
aWE("transparency",1);
aWE("trihedron",3);
aWE("trimsiz",3);
aWE("tru",12,10,9);
aWE("tui",14,1,15,3,4,6,8,7,5,11,12,13,10,9,16);
aWE("tupl",9);
aWE("two",14,4,11,12,13,10,9);
aWE("typ",15,4,5,11,12,10,9,16);
aWE("typeofshap",5);
aWE("underly",12);
aWE("up",1,6,11,10);
aWE("updat",3);
aWE("us",14,2,15,3,4,6,7,5,12,13,10,9,16);
aWE("useful",16);
aWE("v1",14);
aWE("v2",14);
aWE("v3",14);
aWE("v4",14);
aWE("val",12);
aWE("valid",9);
aWE("validity",9);
aWE("valu",1,15,3,7,11,12,13,10,9);
aWE("variou",12);
aWE("vector",15,3,7,11,13);
aWE("vertex",3,7,5,11,12,13,9);
aWE("vertex1",5);
aWE("vertex2",5);
aWE("vertexmaxtol",9);
aWE("vertexmintol",9);
aWE("vertic",14,3,5,11,12,13);
aWE("via",14,15,13,16);
aWE("view",1,3,6,12,9,16);
aWE("viewer",6);
aWE("visibility",6);
aWE("visualization",1,6);
aWE("volum",9);
aWE("vtk",6);
aWE("vx",15);
aWE("wantplanarfac",5);
aWE("wat",10);
aWE("waterdensity",10);
aWE("weight",10);
aWE("whati",9);
aWE("wheth",9);
aWE("whil",12);
aWE("whos",5,9);
aWE("wid",2);
aWE("will",3,8,12,13,10);
aWE("wir",14,7,5,12);
aWE("wirefram",1);
aWE("wish",8);
aWE("within",1,12);
aWE("work",15,3,6,12,16);
aWE("x",15,3,9);
aWE("x1",11);
aWE("x2",11);
aWE("xdx",3);
aWE("xdy",3);
aWE("xdz",3);
aWE("xmax",9);
aWE("xmin",9);
aWE("xoy",15);
aWE("xyz",3);
aWE("y",15,3,9);
aWE("y1",11);
aWE("y2",11);
aWE("ydx",3);
aWE("ydy",3);
aWE("ydz",3);
aWE("ymax",9);
aWE("ymin",9);
aWE("your",8,12,9,16);
aWE("z",3,10,9);
aWE("z1",11);
aWE("z2",11);
aWE("zmax",9);
aWE("zmin",9);
//--> //-->
</script> </script>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -33,15 +33,17 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }
<body marginheight="0" marginwidth="0" bgproperties="fixed"> <body marginheight="0" marginwidth="0" bgproperties="fixed">
<p class="ftsbody" align="center"><a href="whlstf4.htm" target="_self" title="previous search group"><b>&lt;&lt;</b></a><br><br></p> <p class="ftsbody" align="center"><a href="whlstf4.htm" target="_self" title="previous search group"><b>&lt;&lt;</b></a><br><br></p>
<p class="ftsbody" > <p class="ftsbody" >
<a name="bms_TR"></a><a name="subkey_TR"></a><a href="../files/salome2_sp3_transformationgui_functions.htm"><b>transform</b></a> <br><nobr>transformation <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>2</b></a> <a href="../blocks.htm"><b>3</b></a> </nobr><br><nobr>transformations <a href="../files/salome2_sp3_operationgui_functions.htm"><b>1</b></a> <a href="../files/introduction_to_geom.htm"><b>2</b></a> </nobr><br><nobr>transformed <a href="../files/salome2_sp3_operationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_booleangui_functions.htm"><b>2</b></a> </nobr><br><a href="../files/salome2_sp3_transformationgui_functions.htm"><b>translated</b></a> <br><a href="../files/salome2_sp3_transformationgui_functions.htm"><b>translation</b></a> <br><nobr>translations <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>2</b></a> </nobr><br><a href="../changing_displaying_parameters.htm"><b>transparency</b></a> <br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>trihedron</b></a> <br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>trimsize</b></a> <br><nobr>true <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_TU"></a><a name="subkey_TU"></a>tui <a href="../sketcher.htm"><b>1</b></a> <a href="../newentity_blocks.htm"><b>2</b></a> <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>6</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>7</b></a> <a href="../files/salome2_sp3_geomtoolsgui_functions.htm"><b>8</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>9</b></a> <a href="../files/salome2_sp3_displaygui_functions.htm"><b>10</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>11</b></a> <a href="../files/salome2_sp3_booleangui_functions.htm"><b>12</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>13</b></a> <a href="../changing_displaying_parameters.htm"><b>14</b></a> <a href="../working_with_groups.htm"><b>15</b></a> </nobr><br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>tuple</b></a> <br><nobr><a name="bms_TW"></a><a name="subkey_TW"></a>two <a href="../newentity_blocks.htm"><b>1</b></a> <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>6</b></a> <a href="../files/salome2_sp3_booleangui_functions.htm"><b>7</b></a> </nobr><br><nobr><a name="bms_TY"></a><a name="subkey_TY"></a>type <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_booleangui_functions.htm"><b>5</b></a> <a href="../working_with_groups.htm"><b>6</b></a> </nobr><br><a href="../files/salome2_sp3_buildgui_functions.htm"><b>typeofshape</b></a> <br><nobr>types <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>3</b></a> </nobr><br>
<a name="bm_V"></a><a name="subkey_V{"></a><a href="../newentity_blocks.htm"><b>v1</b></a> <br><a href="../newentity_blocks.htm"><b>v2</b></a> <br><a href="../newentity_blocks.htm"><b>v3</b></a> <br><a href="../newentity_blocks.htm"><b>v4</b></a> <br><a name="bms_VA"></a><a name="subkey_VA"></a><a href="../files/salome2_sp3_repairgui_functions.htm"><b>val</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>valid</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>validity</b></a> <br><nobr>value <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>6</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>7</b></a> </nobr><br><nobr>values <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>6</b></a> <a href="../changing_displaying_parameters.htm"><b>7</b></a> </nobr><br><a href="../files/salome2_sp3_repairgui_functions.htm"><b>various</b></a> <br><nobr><a name="bms_VE"></a><a name="subkey_VE"></a>vector <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>5</b></a> </nobr><br><nobr>vectors <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>2</b></a> </nobr><br><nobr>vertex <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>6</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>7</b></a> </nobr><br><a href="../files/salome2_sp3_buildgui_functions.htm"><b>vertex1</b></a> <br><a href="../files/salome2_sp3_buildgui_functions.htm"><b>vertex2</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>vertexmaxtol</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>vertexmintol</b></a> <br><nobr>vertices <a href="../newentity_blocks.htm"><b>1</b></a> <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>6</b></a> </nobr><br><a name="bms_VI"></a><a name="subkey_VI"></a><a href="../files/salome2_sp3_displaygui_functions.htm"><b>view</b></a> <br><nobr>viewer <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_displaygui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>3</b></a> <a href="../changing_displaying_parameters.htm"><b>4</b></a> </nobr><br><a href="../files/salome2_sp3_displaygui_functions.htm"><b>viewers</b></a> <br><a href="../files/salome2_sp3_displaygui_functions.htm"><b>visibility</b></a> <br><nobr>visualization <a href="../files/salome2_sp3_displaygui_functions.htm"><b>1</b></a> <a href="../changing_displaying_parameters.htm"><b>2</b></a> </nobr><br><a name="bms_VO"></a><a name="subkey_VO"></a><a href="../files/salome2_sp3_measuregui_functions.htm"><b>volume</b></a> <br><a name="bms_VT"></a><a name="subkey_VT"></a><a href="../files/salome2_sp3_displaygui_functions.htm"><b>vtk</b></a> <br><a name="bms_VX"></a><a name="subkey_VX"></a><a href="../sketcher.htm"><b>vx</b></a> <br>
<br><br> <br><br>
<a name="bm_W"></a><a name="subkey_WA"></a><a href="../files/salome2_sp3_buildgui_functions.htm"><b>wantplanarface</b></a> <br><a href="../files/salome2_sp3_operationgui_functions.htm"><b>water</b></a> <br><a href="../files/salome2_sp3_operationgui_functions.htm"><b>waterdensity</b></a> <br><a name="bms_WE"></a><a name="subkey_WE"></a><a href="../files/salome2_sp3_operationgui_functions.htm"><b>weight</b></a> <br><a name="bms_WH"></a><a name="subkey_WH"></a><a href="../files/salome2_sp3_measuregui_functions.htm"><b>whatis</b></a> <br><a href="../files/salome2_sp3_repairgui_functions.htm"><b>while</b></a> <br><nobr>whose <a href="../files/salome2_sp3_measuregui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>2</b></a> </nobr><br><a name="bms_WI"></a><a name="subkey_WI"></a><a href="../files/introduction_to_geom.htm"><b>wide</b></a> <br><nobr>will <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_geomtoolsgui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>5</b></a> </nobr><br><nobr>wire <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>3</b></a> </nobr><br><a href="../changing_displaying_parameters.htm"><b>wireframe</b></a> <br><nobr>wires <a href="../newentity_blocks.htm"><b>1</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>3</b></a> </nobr><br><nobr>within <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../changing_displaying_parameters.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_WO"></a><a name="subkey_WO"></a>work <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_displaygui_functions.htm"><b>2</b></a> </nobr><br><nobr>working <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>2</b></a> <a href="../working_with_groups.htm"><b>3</b></a> </nobr><br> <a name="bm_U"></a><a name="subkey_UN"></a><a href="../files/salome2_sp3_repairgui_functions.htm"><b>underlying</b></a> <br><nobr><a name="bms_UP"></a><a name="subkey_UP"></a>up <a href="../files/salome2_sp3_operationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_displaygui_functions.htm"><b>2</b></a> <a href="../changing_displaying_parameters.htm"><b>3</b></a> </nobr><br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>updated</b></a> <br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>upper</b></a> <br><nobr><a name="bms_US"></a><a name="subkey_US"></a>used <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>3</b></a> <a href="../working_with_groups.htm"><b>4</b></a> </nobr><br><a href="../working_with_groups.htm"><b>useful</b></a> <br><nobr>user <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>3</b></a> </nobr><br><nobr>using <a href="../newentity_blocks.htm"><b>1</b></a> <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>6</b></a> <a href="../files/salome2_sp3_displaygui_functions.htm"><b>7</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>8</b></a> <a href="../files/salome2_sp3_booleangui_functions.htm"><b>9</b></a> <a href="../files/introduction_to_geom.htm"><b>10</b></a> </nobr><br>
<br><br>
<a name="bm_V"></a><a name="subkey_V{"></a><a href="../newentity_blocks.htm"><b>v1</b></a> <br><a href="../newentity_blocks.htm"><b>v2</b></a> <br><a href="../newentity_blocks.htm"><b>v3</b></a> <br><a href="../newentity_blocks.htm"><b>v4</b></a> <br><a name="bms_VA"></a><a name="subkey_VA"></a><a href="../files/salome2_sp3_repairgui_functions.htm"><b>val</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>valid</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>validity</b></a> <br><nobr>value <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>6</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>7</b></a> </nobr><br><nobr>values <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>6</b></a> <a href="../changing_displaying_parameters.htm"><b>7</b></a> </nobr><br><a href="../files/salome2_sp3_repairgui_functions.htm"><b>various</b></a> <br><nobr><a name="bms_VE"></a><a name="subkey_VE"></a>vector <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>5</b></a> </nobr><br><nobr>vectors <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>2</b></a> </nobr><br><nobr>vertex <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>6</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>7</b></a> </nobr><br><a href="../files/salome2_sp3_buildgui_functions.htm"><b>vertex1</b></a> <br><a href="../files/salome2_sp3_buildgui_functions.htm"><b>vertex2</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>vertexmaxtol</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>vertexmintol</b></a> <br><nobr>vertices <a href="../newentity_blocks.htm"><b>1</b></a> <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_primitivegui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>5</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>6</b></a> </nobr><br><nobr><a name="bms_VI"></a><a name="subkey_VI"></a>via <a href="../sketcher.htm"><b>1</b></a> <a href="../newentity_blocks.htm"><b>2</b></a> <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>3</b></a> <a href="../working_with_groups.htm"><b>4</b></a> </nobr><br><a href="../files/salome2_sp3_displaygui_functions.htm"><b>view</b></a> <br><nobr>viewer <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_displaygui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>4</b></a> <a href="../changing_displaying_parameters.htm"><b>5</b></a> <a href="../working_with_groups.htm"><b>6</b></a> </nobr><br><a href="../files/salome2_sp3_displaygui_functions.htm"><b>viewers</b></a> <br><a href="../files/salome2_sp3_displaygui_functions.htm"><b>visibility</b></a> <br><nobr>visualization <a href="../files/salome2_sp3_displaygui_functions.htm"><b>1</b></a> <a href="../changing_displaying_parameters.htm"><b>2</b></a> </nobr><br><a name="bms_VO"></a><a name="subkey_VO"></a><a href="../files/salome2_sp3_measuregui_functions.htm"><b>volume</b></a> <br><a name="bms_VT"></a><a name="subkey_VT"></a><a href="../files/salome2_sp3_displaygui_functions.htm"><b>vtk</b></a> <br><a name="bms_VX"></a><a name="subkey_VX"></a><a href="../sketcher.htm"><b>vx</b></a> <br>
<br><br>
<a name="bm_W"></a><a name="subkey_WA"></a><a href="../files/salome2_sp3_buildgui_functions.htm"><b>wantplanarface</b></a> <br><a href="../files/salome2_sp3_operationgui_functions.htm"><b>water</b></a> <br><a href="../files/salome2_sp3_operationgui_functions.htm"><b>waterdensity</b></a> <br><a name="bms_WE"></a><a name="subkey_WE"></a><a href="../files/salome2_sp3_operationgui_functions.htm"><b>weight</b></a> <br><a name="bms_WH"></a><a name="subkey_WH"></a><a href="../files/salome2_sp3_measuregui_functions.htm"><b>whatis</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>whether</b></a> <br><a href="../files/salome2_sp3_repairgui_functions.htm"><b>while</b></a> <br><nobr>whose <a href="../files/salome2_sp3_measuregui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>2</b></a> </nobr><br><a name="bms_WI"></a><a name="subkey_WI"></a><a href="../files/introduction_to_geom.htm"><b>wide</b></a> <br><nobr>will <a href="../files/salome2_sp3_transformationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_operationgui_functions.htm"><b>3</b></a> <a href="../files/salome2_sp3_geomtoolsgui_functions.htm"><b>4</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>5</b></a> </nobr><br><nobr>wire <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_generationgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>3</b></a> </nobr><br><a href="../changing_displaying_parameters.htm"><b>wireframe</b></a> <br><nobr>wires <a href="../newentity_blocks.htm"><b>1</b></a> <a href="../files/salome2_sp3_repairgui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_buildgui_functions.htm"><b>3</b></a> </nobr><br><a href="../files/salome2_sp3_geomtoolsgui_functions.htm"><b>wish</b></a> <br><nobr>within <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../changing_displaying_parameters.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_WO"></a><a name="subkey_WO"></a>work <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_displaygui_functions.htm"><b>2</b></a> </nobr><br><nobr>working <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>2</b></a> <a href="../working_with_groups.htm"><b>3</b></a> </nobr><br>
<br><br> <br><br>
<nobr><a name="bm_X"></a><a name="subkey_X{"></a>x <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>3</b></a> </nobr><br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>x1</b></a> <br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>x2</b></a> <br><a name="bms_XD"></a><a name="subkey_XD"></a><a href="../files/salome2_sp3_basicgui_functions.htm"><b>xdx</b></a> <br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>xdy</b></a> <br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>xdz</b></a> <br><a name="bms_XM"></a><a name="subkey_XM"></a><a href="../files/salome2_sp3_measuregui_functions.htm"><b>xmax</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>xmin</b></a> <br><a name="bms_XO"></a><a name="subkey_XO"></a><a href="../sketcher.htm"><b>xoy</b></a> <br><a name="bms_XY"></a><a name="subkey_XY"></a><a href="../files/salome2_sp3_basicgui_functions.htm"><b>xyz</b></a> <br> <nobr><a name="bm_X"></a><a name="subkey_X{"></a>x <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>3</b></a> </nobr><br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>x1</b></a> <br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>x2</b></a> <br><a name="bms_XD"></a><a name="subkey_XD"></a><a href="../files/salome2_sp3_basicgui_functions.htm"><b>xdx</b></a> <br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>xdy</b></a> <br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>xdz</b></a> <br><a name="bms_XM"></a><a name="subkey_XM"></a><a href="../files/salome2_sp3_measuregui_functions.htm"><b>xmax</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>xmin</b></a> <br><a name="bms_XO"></a><a name="subkey_XO"></a><a href="../sketcher.htm"><b>xoy</b></a> <br><a name="bms_XY"></a><a name="subkey_XY"></a><a href="../files/salome2_sp3_basicgui_functions.htm"><b>xyz</b></a> <br>
<br><br> <br><br>
<nobr><a name="bm_Y"></a><a name="subkey_Y{"></a>y <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>3</b></a> </nobr><br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>y1</b></a> <br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>y2</b></a> <br><a name="bms_YD"></a><a name="subkey_YD"></a><a href="../files/salome2_sp3_basicgui_functions.htm"><b>ydx</b></a> <br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>ydy</b></a> <br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>ydz</b></a> <br><a name="bms_YM"></a><a name="subkey_YM"></a><a href="../files/salome2_sp3_measuregui_functions.htm"><b>ymax</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>ymin</b></a> <br><nobr><a name="bms_YO"></a><a name="subkey_YO"></a>your <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_geomtoolsgui_functions.htm"><b>3</b></a> </nobr><br> <nobr><a name="bm_Y"></a><a name="subkey_Y{"></a>y <a href="../sketcher.htm"><b>1</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>3</b></a> </nobr><br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>y1</b></a> <br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>y2</b></a> <br><a name="bms_YD"></a><a name="subkey_YD"></a><a href="../files/salome2_sp3_basicgui_functions.htm"><b>ydx</b></a> <br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>ydy</b></a> <br><a href="../files/salome2_sp3_basicgui_functions.htm"><b>ydz</b></a> <br><a name="bms_YM"></a><a name="subkey_YM"></a><a href="../files/salome2_sp3_measuregui_functions.htm"><b>ymax</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>ymin</b></a> <br><nobr><a name="bms_YO"></a><a name="subkey_YO"></a>your <a href="../files/salome2_sp3_repairgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_geomtoolsgui_functions.htm"><b>3</b></a> <a href="../working_with_groups.htm"><b>4</b></a> </nobr><br>
<br><br> <br><br>
<nobr><a name="bm_Z"></a><a name="subkey_Z{"></a>z <a href="../files/salome2_sp3_operationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>3</b></a> </nobr><br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>z1</b></a> <br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>z2</b></a> <br><a name="bms_ZM"></a><a name="subkey_ZM"></a><a href="../files/salome2_sp3_measuregui_functions.htm"><b>zmax</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>zmin</b></a> <br><br><br></p> <nobr><a name="bm_Z"></a><a name="subkey_Z{"></a>z <a href="../files/salome2_sp3_operationgui_functions.htm"><b>1</b></a> <a href="../files/salome2_sp3_measuregui_functions.htm"><b>2</b></a> <a href="../files/salome2_sp3_basicgui_functions.htm"><b>3</b></a> </nobr><br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>z1</b></a> <br><a href="../files/salome2_sp3_primitivegui_functions.htm"><b>z2</b></a> <br><a name="bms_ZM"></a><a name="subkey_ZM"></a><a href="../files/salome2_sp3_measuregui_functions.htm"><b>zmax</b></a> <br><a href="../files/salome2_sp3_measuregui_functions.htm"><b>zmin</b></a> <br><br><br></p>
</body> </body>

View File

@ -37,7 +37,7 @@ body {background-color:White; }
</head> </head>
<body marginheight="0" marginwidth="0" bgproperties="fixed"> <body marginheight="0" marginwidth="0" bgproperties="fixed">
<p class="ftsheader"><a name="subkey_R"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf3.htm#bm_R" target="ftslist" title="search letter RA"><b>RA</b></a> <a href="whlstf3.htm#bms_RE" target="ftslist" title="search letter RE"><b>RE</b></a> <a href="whlstf4.htm#bms_RI" target="ftslist" title="search letter RI"><b>RI</b></a> <a href="whlstf4.htm#bms_RO" target="ftslist" title="search letter RO"><b>RO</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="whlstf3.htm#bm_R" target="ftslist" title="search letter RA"><b>RA</b></a> <a href="whlstf4.htm#bms_RE" target="ftslist" title="search letter RE"><b>RE</b></a> <a href="whlstf4.htm#bms_RI" target="ftslist" title="search letter RI"><b>RI</b></a> <a href="whlstf4.htm#bms_RO" target="ftslist" title="search letter RO"><b>RO</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
</body> </body>

View File

@ -37,7 +37,7 @@ body {background-color:White; }
</head> </head>
<body marginheight="0" marginwidth="0" bgproperties="fixed"> <body marginheight="0" marginwidth="0" bgproperties="fixed">
<p class="ftsheader"><a name="subkey_T"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf4.htm#bm_T" target="ftslist" title="search letter TA"><b>TA</b></a> <a href="whlstf4.htm#bms_TE" target="ftslist" title="search letter TE"><b>TE</b></a> <a href="whlstf4.htm#bms_TH" target="ftslist" title="search letter TH"><b>TH</b></a> <a href="whlstf4.htm#bms_TI" target="ftslist" title="search letter TI"><b>TI</b></a> <a href="whlstf4.htm#bms_TO" target="ftslist" title="search letter TO"><b>TO</b></a> <a href="whlstf4.htm#bms_TR" target="ftslist" title="search letter TR"><b>TR</b></a> <a href="whlstf4.htm#bms_TU" target="ftslist" title="search letter TU"><b>TU</b></a> <a href="whlstf4.htm#bms_TW" target="ftslist" title="search letter TW"><b>TW</b></a> <a href="whlstf4.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="whlstf4.htm#bm_T" target="ftslist" title="search letter TA"><b>TA</b></a> <a href="whlstf4.htm#bms_TE" target="ftslist" title="search letter TE"><b>TE</b></a> <a href="whlstf4.htm#bms_TH" target="ftslist" title="search letter TH"><b>TH</b></a> <a href="whlstf4.htm#bms_TI" target="ftslist" title="search letter TI"><b>TI</b></a> <a href="whlstf4.htm#bms_TO" target="ftslist" title="search letter TO"><b>TO</b></a> <a href="whlstf5.htm#bms_TR" target="ftslist" title="search letter TR"><b>TR</b></a> <a href="whlstf5.htm#bms_TU" target="ftslist" title="search letter TU"><b>TU</b></a> <a href="whlstf5.htm#bms_TW" target="ftslist" title="search letter TW"><b>TW</b></a> <a href="whlstf5.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> </body>

View File

@ -37,7 +37,7 @@ body {background-color:White; }
</head> </head>
<body marginheight="0" marginwidth="0" bgproperties="fixed"> <body marginheight="0" marginwidth="0" bgproperties="fixed">
<p class="ftsheader"><a name="subkey_U"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf4.htm#bm_U" target="ftslist" title="search letter UN"><b>UN</b></a> <a href="whlstf4.htm#bms_UP" target="ftslist" title="search letter UP"><b>UP</b></a> <a href="whlstf4.htm#bms_US" target="ftslist" title="search letter US"><b>US</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p> <p class="ftsheader"><a name="subkey_U"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf5.htm#bm_U" target="ftslist" title="search letter UN"><b>UN</b></a> <a href="whlstf5.htm#bms_UP" target="ftslist" title="search letter UP"><b>UP</b></a> <a href="whlstf5.htm#bms_US" target="ftslist" title="search letter US"><b>US</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>
</body> </body>

View File

@ -37,7 +37,7 @@ body {background-color:White; }
</head> </head>
<body marginheight="0" marginwidth="0" bgproperties="fixed"> <body marginheight="0" marginwidth="0" bgproperties="fixed">
<p class="ftsheader"><a name="subkey_E"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf1.htm#bm_E" target="ftslist" title="search letter E "><b>E </b></a> <a href="whlstf1.htm#bms_ED" target="ftslist" title="search letter ED"><b>ED</b></a> <a href="whlstf1.htm#bms_EG" target="ftslist" title="search letter EG"><b>EG</b></a> <a href="whlstf1.htm#bms_EI" target="ftslist" title="search letter EI"><b>EI</b></a> <a href="whlstf1.htm#bms_EL" target="ftslist" title="search letter EL"><b>EL</b></a> <a href="whlstf1.htm#bms_EM" target="ftslist" title="search letter EM"><b>EM</b></a> <a href="whlstf1.htm#bms_EN" target="ftslist" title="search letter EN"><b>EN</b></a> <a href="whlstf1.htm#bms_EQ" target="ftslist" title="search letter EQ"><b>EQ</b></a> <a href="whlstf1.htm#bms_ER" target="ftslist" title="search letter ER"><b>ER</b></a> <a href="whlstf1.htm#bms_ET" target="ftslist" title="search letter ET"><b>ET</b></a> <a href="whlstf1.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="whlstf1.htm#bm_E" target="ftslist" title="search letter E "><b>E </b></a> <a href="whlstf1.htm#bms_EA" target="ftslist" title="search letter EA"><b>EA</b></a> <a href="whlstf1.htm#bms_ED" target="ftslist" title="search letter ED"><b>ED</b></a> <a href="whlstf1.htm#bms_EG" target="ftslist" title="search letter EG"><b>EG</b></a> <a href="whlstf1.htm#bms_EI" target="ftslist" title="search letter EI"><b>EI</b></a> <a href="whlstf1.htm#bms_EL" target="ftslist" title="search letter EL"><b>EL</b></a> <a href="whlstf1.htm#bms_EM" target="ftslist" title="search letter EM"><b>EM</b></a> <a href="whlstf1.htm#bms_EN" target="ftslist" title="search letter EN"><b>EN</b></a> <a href="whlstf1.htm#bms_EQ" target="ftslist" title="search letter EQ"><b>EQ</b></a> <a href="whlstf1.htm#bms_ER" target="ftslist" title="search letter ER"><b>ER</b></a> <a href="whlstf1.htm#bms_ET" target="ftslist" title="search letter ET"><b>ET</b></a> <a href="whlstf1.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> </body>

View File

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

View File

@ -32,8 +32,6 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }
</style> </style>
</head> </head>
<body marginheight="0" marginwidth="0" bgproperties="fixed"> <body marginheight="0" marginwidth="0" bgproperties="fixed">
<p class="ndxbody">
<br><br></p>
</body> </body>

View File

@ -37,35 +37,6 @@ body {background-color:White; }
</style> </style>
</head> </head>
<body marginheight="0" marginwidth="0" bgproperties="fixed"> <body marginheight="0" marginwidth="0" bgproperties="fixed">
<p class="ndxheader">
<font class="inactive">#</font>
<font class="inactive">A</font>
<font class="inactive">B</font>
<font class="inactive">C</font>
<font class="inactive">D</font>
<font class="inactive">E</font>
<font class="inactive">F</font>
<font class="inactive">G</font>
<font class="inactive">H</font>
<font class="inactive">I</font>
<font class="inactive">J</font>
<font class="inactive">K</font>
<font class="inactive">L</font>
<font class="inactive">M</font>
<font class="inactive">N</font>
<font class="inactive">O</font>
<font class="inactive">P</font>
<font class="inactive">Q</font>
<font class="inactive">R</font>
<font class="inactive">S</font>
<font class="inactive">T</font>
<font class="inactive">U</font>
<font class="inactive">V</font>
<font class="inactive">W</font>
<font class="inactive">X</font>
<font class="inactive">Y</font>
<font class="inactive">Z</font>
</p>
<body> <body>
</html> </html>

View File

@ -37,7 +37,7 @@ img {vertial-align:middle;}
<table class="tabs" width="100%"> <table class="tabs" width="100%">
<tr> <tr>
<td class="tabs"> <td class="tabs">
<nobr><a href="javascript:void(0)" title="Contents"><img src="../wht_tab1.gif" border="0"></a><a href="whnvp31.htm" target="_parent" title="Index"><img src="../wht_tab4.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../wht_tab8.gif" border="0"></a></nobr> <nobr><a href="javascript:void(0)" title="Contents"><img src="../wht_tab1.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../wht_tab8.gif" border="0"></a></nobr>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -35,7 +35,7 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }
<table class="tabs" width="100%"> <table class="tabs" width="100%">
<tr> <tr>
<td class="tabs"> <td class="tabs">
<nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="javascript:void(0)" title="Index"><img src="../wht_tab3.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../wht_tab8.gif" border="0"></a></nobr> <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../wht_tab8.gif" border="0"></a></nobr>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -35,7 +35,7 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }
<table class="tabs" width="100%"> <table class="tabs" width="100%">
<tr> <tr>
<td class="tabs"> <td class="tabs">
<nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="whnvp31.htm" target="_parent" title="Index"><img src="../wht_tab4.gif" border="0"></a><a href="javascript:void(0)" title="Search"><img src="../wht_tab5.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../wht_tab8.gif" border="0"></a></nobr> <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="javascript:void(0)" title="Search"><img src="../wht_tab5.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../wht_tab8.gif" border="0"></a></nobr>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -35,7 +35,7 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }
<table class="tabs" width="100%"> <table class="tabs" width="100%">
<tr> <tr>
<td class="tabs"> <td class="tabs">
<nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="whnvp31.htm" target="_parent" title="Index"><img src="../wht_tab4.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a><a href="javascript:void(0)" title="Glossary"><img src="../wht_tab7.gif" border="0"></a></nobr> <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a><a href="javascript:void(0)" title="Glossary"><img src="../wht_tab7.gif" border="0"></a></nobr>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -14,7 +14,7 @@
setLangId("1033"); setLangId("1033");
setDataPath("whdata"); setDataPath("whdata");
addToc("whtoc.htm"); addToc("whtoc.htm");
addIdx("whidx.htm");
addFts("whfts.htm"); addFts("whfts.htm");
addGlo("whglo.htm"); addGlo("whglo.htm");

View File

@ -1,3 +1,3 @@
<?xml version='1.0' encoding='windows-1252' ?> <?xml version='1.0' encoding='windows-1252' ?>
<project langid="1033" datapath="whxdata" toc="whtoc.xml" index="whidx.xml" fts="whfts.xml" glossary="whglo.xml" > <project langid="1033" datapath="whxdata" toc="whtoc.xml" fts="whfts.xml" glossary="whglo.xml" >
</project> </project>

View File

@ -81,7 +81,6 @@
<panes show="0"> <panes show="0">
<toc /> <toc />
<index />
<fts /> <fts />
<glossary /> <glossary />
</panes> </panes>

View File

@ -9,10 +9,10 @@
<table> <table>
<tr><td> Start Page </td><td>geom.htm</td></tr> <tr><td> Start Page </td><td>geom.htm</td></tr>
<tr><td> Skin Name </td><td>Default</td></tr> <tr><td> Skin Name </td><td>Default</td></tr>
<tr><td> Generating Time </td><td>16:19 11/25/2004</td></tr> <tr><td> Generating Time </td><td>13:16 03/01/2005</td></tr>
<tr><td> Language ID </td><td>1033</td></tr> <tr><td> Language ID </td><td>1033</td></tr>
<tr><td> Compile Script </td><td>webhelp5_compile_script.xml</td></tr> <tr><td> Compile Script </td><td>webhelp5_compile_script.xml</td></tr>
<tr><td> Compile Build Version </td><td>13.00.584</td></tr> <tr><td> Compile Build Version </td><td>13.10.606</td></tr>
<tr><td> Product Name </td><td>WebHelp 5.50</td></tr> <tr><td> Product Name </td><td>WebHelp 5.50</td></tr>
<tr><td> Authoring Tool Name </td><td>RoboHelp X5</td></tr> <tr><td> Authoring Tool Name </td><td>RoboHelp X5</td></tr>
<table> <table>

View File

@ -36,7 +36,6 @@ function setShowPane(sName)
gsInitPane=sName; gsInitPane=sName;
} }
addPane("toc","whtdhtml.htm"); addPane("toc","whtdhtml.htm");
addPane("idx","whidhtml.htm");
addPane("fts","whfdhtml.htm"); addPane("fts","whfdhtml.htm");
addPane("glo","whgdhtml.htm"); addPane("glo","whgdhtml.htm");
setShowPane("toc"); setShowPane("toc");

View File

@ -53,7 +53,6 @@ function writeWebHelpPane()
var strProjectFileHTM = "whproj.htm"; var strProjectFileHTM = "whproj.htm";
addProject(bPreferXML, strProjectFileXML, strProjectFileHTM); addProject(bPreferXML, strProjectFileXML, strProjectFileHTM);
addPane("toc","whtdhtml.htm"); addPane("toc","whtdhtml.htm");
addPane("idx","whidhtml.htm");
addPane("fts","whfdhtml.htm"); addPane("fts","whfdhtml.htm");
addPane("glo","whgdhtml.htm"); addPane("glo","whgdhtml.htm");
setShowPane("toc"); setShowPane("toc");

View File

@ -83,7 +83,6 @@ setButtonBgColor("searchform","", true);
setButtonBgColor("banner","", true); setButtonBgColor("banner","", true);
addButton("toc",BTN_TEXT|BTN_IMG,"Contents","","","","",0,0,"","","","","",""); addButton("toc",BTN_TEXT|BTN_IMG,"Contents","","","","",0,0,"","","","","","");
addButton("idx",BTN_TEXT|BTN_IMG,"Index","","","","",0,0,"","","","","","");
addButton("fts",BTN_TEXT|BTN_IMG,"Search","","","","",0,0,"","","","","",""); addButton("fts",BTN_TEXT|BTN_IMG,"Search","","","","",0,0,"","","","","","");
addButton("glo",BTN_TEXT|BTN_IMG,"Glossary","","","","",0,0,"","","","","",""); addButton("glo",BTN_TEXT|BTN_IMG,"Glossary","","","","",0,0,"","","","","","");
addButton("searchform",BTN_TEXT,"","","","","",0,0,"","","","","",""); addButton("searchform",BTN_TEXT,"","","","","",0,0,"","","","","","");

View File

@ -31,7 +31,7 @@ function delayReload()
} }
} }
var gsToolbarOrder = "toc|idx|fts|glo|blankblock|searchform|banner"; var gsToolbarOrder = "toc|fts|glo|blankblock|searchform|banner";
var gsMinibarOrder = "blankblock|hide2|"; var gsMinibarOrder = "blankblock|hide2|";
var gsTopic = "files/introduction_to_geom.htm"; var gsTopic = "files/introduction_to_geom.htm";

View File

@ -1,8 +1,6 @@
<?xml version='1.0' encoding='windows-1252' ?> <?xml version='1.0' encoding='windows-1252' ?>
<fts> <fts>
<chunkinfo url="whfwdata0.xml" first="0" last="geometry"/> <chunkinfo url="whfwdata0.xml" first="0" last="zmin"/>
<chunkinfo url="whfwdata1.xml" first="geompy" last="radiu"/>
<chunkinfo url="whfwdata2.xml" first="radius" last="zmin"/>
<tchunkinfo first="0" last="16" url="whftdata0.xml" /> <tchunkinfo first="0" last="16" url="whftdata0.xml" />

View File

@ -2,6 +2,7 @@
<ftswdata> <ftswdata>
<key name="0"> 1,12, </key> <key name="0"> 1,12, </key>
<key name="1"> 1,15,3,4,7,5,11,12,13,10,9,16, </key> <key name="1"> 1,15,3,4,7,5,11,12,13,10,9,16, </key>
<key name="12"> 9, </key>
<key name="1d"> 3,10, </key> <key name="1d"> 3,10, </key>
<key name="1st"> 3,11,12,13,10, </key> <key name="1st"> 3,11,12,13,10, </key>
<key name="2"> 14,1,15,3,4,5,11,12,13,10,9, </key> <key name="2"> 14,1,15,3,4,5,11,12,13,10,9, </key>
@ -14,13 +15,14 @@
<key name="3st"> 13, </key> <key name="3st"> 13, </key>
<key name="4"> 14,15,4,12,10, </key> <key name="4"> 14,15,4,12,10, </key>
<key name="5"> 15,7,12, </key> <key name="5"> 15,7,12, </key>
<key name="6"> 14,12, </key> <key name="6"> 14,12,9, </key>
<key name="7"> 12, </key> <key name="7"> 12, </key>
<key name="8"> 12, </key> <key name="8"> 12, </key>
<key name="9"> 15,12, </key> <key name="9"> 15,12, </key>
<key name="90"> 15, </key> <key name="90"> 15, </key>
<key name="abl"> 15, </key> <key name="abl"> 15, </key>
<key name="absolut"> 15, </key> <key name="absolut"> 15, </key>
<key name="accessibl"> 13, </key>
<key name="accord"> 3,12, </key> <key name="accord"> 3,12, </key>
<key name="accordanc"> 12, </key> <key name="accordanc"> 12, </key>
<key name="achiev"> 12, </key> <key name="achiev"> 12, </key>
@ -48,10 +50,11 @@
<key name="associat"> 6, </key> <key name="associat"> 6, </key>
<key name="attribut"> 6, </key> <key name="attribut"> 6, </key>
<key name="automatical"> 14,3, </key> <key name="automatical"> 14,3, </key>
<key name="availabl"> 6,12, </key> <key name="availabl"> 14,15,6,12,16, </key>
<key name="ax"> 3, </key> <key name="ax"> 3, </key>
<key name="axi"> 3,7,11,13,9, </key> <key name="axi"> 3,7,11,13,9, </key>
<key name="b"> 3, </key> <key name="b"> 3, </key>
<key name="background"> 16, </key>
<key name="bas"> 7,11,12,13, </key> <key name="bas"> 7,11,12,13, </key>
<key name="baseshap"> 7, </key> <key name="baseshap"> 7, </key>
<key name="basi"> 7, </key> <key name="basi"> 7, </key>
@ -60,7 +63,7 @@
<key name="befor"> 15,12, </key> <key name="befor"> 15,12, </key>
<key name="below"> 14, </key> <key name="below"> 14, </key>
<key name="bezi"> 3,12, </key> <key name="bezi"> 3,12, </key>
<key name="block"> 14,0,10, </key> <key name="block"> 14,0,10,9, </key>
<key name="boolean"> 2,4,5,9, </key> <key name="boolean"> 2,4,5,9, </key>
<key name="both"> 6, </key> <key name="both"> 6, </key>
<key name="bound"> 9, </key> <key name="bound"> 9, </key>
@ -68,6 +71,7 @@
<key name="boundary"> 12, </key> <key name="boundary"> 12, </key>
<key name="boundingbox"> 9, </key> <key name="boundingbox"> 9, </key>
<key name="box"> 14,1,15,3,4,8,7,5,11,12,13,10,9,16, </key> <key name="box"> 14,1,15,3,4,8,7,5,11,12,13,10,9,16, </key>
<key name="break"> 10, </key>
<key name="brep"> 2,8, </key> <key name="brep"> 2,8, </key>
<key name="brows"> 3,6,8, </key> <key name="brows"> 3,6,8, </key>
<key name="bsplin"> 12, </key> <key name="bsplin"> 12, </key>
@ -85,6 +89,7 @@
<key name="chang"> 1, </key> <key name="chang"> 1, </key>
<key name="check"> 12,10,9, </key> <key name="check"> 12,10,9, </key>
<key name="checkbox"> 12,13, </key> <key name="checkbox"> 12,13, </key>
<key name="checkcompoundofblock"> 9, </key>
<key name="checkshap"> 9, </key> <key name="checkshap"> 9, </key>
<key name="choos"> 6,8,10, </key> <key name="choos"> 6,8,10, </key>
<key name="circl"> 3, </key> <key name="circl"> 3, </key>
@ -100,20 +105,23 @@
<key name="complex"> 2,4,7,10, </key> <key name="complex"> 2,4,7,10, </key>
<key name="component"> 15,3,13, </key> <key name="component"> 15,3,13, </key>
<key name="compos"> 14,9, </key> <key name="compos"> 14,9, </key>
<key name="compound"> 14,4,5,12,13,10, </key> <key name="compound"> 14,4,5,12,13,10,9, </key>
<key name="compsolid"> 7, </key> <key name="compsolid"> 7, </key>
<key name="comput"> 10,9, </key> <key name="comput"> 10,9, </key>
<key name="con"> 11, </key> <key name="con"> 11, </key>
<key name="concern"> 9, </key> <key name="concern"> 9, </key>
<key name="condition"> 9, </key>
<key name="confirm"> 8, </key> <key name="confirm"> 8, </key>
<key name="conical"> 12, </key> <key name="conical"> 12, </key>
<key name="connect"> 5,10, </key> <key name="connect"> 5,10,9, </key>
<key name="consider"> 12, </key> <key name="connection"> 9, </key>
<key name="consider"> 12,9, </key>
<key name="consol"> 9, </key>
<key name="constraint"> 14, </key> <key name="constraint"> 14, </key>
<key name="construct"> 14,5,11, </key> <key name="construct"> 14,5,11, </key>
<key name="construction"> 2,4, </key> <key name="construction"> 2,4, </key>
<key name="constructor"> 3,11,12,13,10, </key> <key name="constructor"> 3,11,12,13,10, </key>
<key name="contain"> 15,8,12, </key> <key name="contain"> 15,8,12,10, </key>
<key name="content"> 8, </key> <key name="content"> 8, </key>
<key name="continuiti"> 12, </key> <key name="continuiti"> 12, </key>
<key name="continuity"> 12, </key> <key name="continuity"> 12, </key>
@ -129,7 +137,7 @@
<key name="coupl"> 15, </key> <key name="coupl"> 15, </key>
<key name="creat"> 14,15,3,6,7,5,11,12,13,10,9,16, </key> <key name="creat"> 14,15,3,6,7,5,11,12,13,10,9,16, </key>
<key name="creategroup"> 16, </key> <key name="creategroup"> 16, </key>
<key name="creation"> 2,7,12,10, </key> <key name="creation"> 2,7,12,10,16, </key>
<key name="current"> 15,6, </key> <key name="current"> 15,6, </key>
<key name="curv"> 15,3,7,12, </key> <key name="curv"> 15,3,7,12, </key>
<key name="curve2dmod"> 12, </key> <key name="curve2dmod"> 12, </key>
@ -141,11 +149,12 @@
<key name="d1"> 10, </key> <key name="d1"> 10, </key>
<key name="d2"> 10, </key> <key name="d2"> 10, </key>
<key name="data"> 9, </key> <key name="data"> 9, </key>
<key name="default"> 15, </key> <key name="default"> 15,16, </key>
<key name="defin"> 15,3,11,12,13,10, </key> <key name="defin"> 15,3,11,12,13,10, </key>
<key name="definit"> 12,9, </key> <key name="definit"> 12,9, </key>
<key name="definition"> 7,12, </key> <key name="definition"> 7,12, </key>
<key name="deflection"> 10, </key> <key name="deflection"> 10, </key>
<key name="degenerat"> 9, </key>
<key name="degre"> 15,7,12, </key> <key name="degre"> 15,7,12, </key>
<key name="delet"> 10, </key> <key name="delet"> 10, </key>
<key name="density"> 10, </key> <key name="density"> 10, </key>
@ -190,7 +199,8 @@
<key name="e2"> 14, </key> <key name="e2"> 14, </key>
<key name="e3"> 14, </key> <key name="e3"> 14, </key>
<key name="e4"> 14, </key> <key name="e4"> 14, </key>
<key name="edg"> 14,3,7,5,12,10, </key> <key name="easi"> 16, </key>
<key name="edg"> 14,3,7,5,12,10,9, </key>
<key name="edgeid"> 12, </key> <key name="edgeid"> 12, </key>
<key name="edit"> 16, </key> <key name="edit"> 16, </key>
<key name="egdemaxtol"> 9, </key> <key name="egdemaxtol"> 9, </key>
@ -200,14 +210,16 @@
<key name="elementary"> 14, </key> <key name="elementary"> 14, </key>
<key name="ellips"> 3, </key> <key name="ellips"> 3, </key>
<key name="empty"> 12, </key> <key name="empty"> 12, </key>
<key name="encounter"> 9, </key>
<key name="end"> 15,3,12,13, </key> <key name="end"> 15,3,12,13, </key>
<key name="ent"> 3,8, </key> <key name="ent"> 3,8, </key>
<key name="entity"> 15,3,7,5,11,16, </key> <key name="entir"> 9, </key>
<key name="entity"> 14,15,3,7,5,11,16, </key>
<key name="equal"> 15, </key> <key name="equal"> 15, </key>
<key name="eras"> 6, </key> <key name="eras"> 6, </key>
<key name="eraseall"> 6, </key> <key name="eraseall"> 6, </key>
<key name="eraseon"> 6, </key> <key name="eraseon"> 6, </key>
<key name="error"> 12, </key> <key name="error"> 12,9, </key>
<key name="etc"> 5,12, </key> <key name="etc"> 5,12, </key>
<key name="exampl"> 14,1,15,3,4,7,5,11,12,13,10,16, </key> <key name="exampl"> 14,1,15,3,4,7,5,11,12,13,10,16, </key>
<key name="except"> 12, </key> <key name="except"> 12, </key>
@ -215,6 +227,7 @@
<key name="explod"> 0,5,10, </key> <key name="explod"> 0,5,10, </key>
<key name="export"> 2,8, </key> <key name="export"> 2,8, </key>
<key name="exportation"> 8, </key> <key name="exportation"> 8, </key>
<key name="extra"> 9, </key>
<key name="extract"> 10, </key> <key name="extract"> 10, </key>
<key name="extrud"> 7, </key> <key name="extrud"> 7, </key>
<key name="extrusion"> 7, </key> <key name="extrusion"> 7, </key>
@ -224,7 +237,7 @@
<key name="f4"> 14, </key> <key name="f4"> 14, </key>
<key name="f5"> 14, </key> <key name="f5"> 14, </key>
<key name="f6"> 14, </key> <key name="f6"> 14, </key>
<key name="fac"> 14,3,7,5,12,13,10, </key> <key name="fac"> 14,3,7,5,12,13,10,9, </key>
<key name="face1"> 10, </key> <key name="face1"> 10, </key>
<key name="face2"> 10, </key> <key name="face2"> 10, </key>
<key name="facemaxtol"> 9, </key> <key name="facemaxtol"> 9, </key>
@ -240,12 +253,15 @@
<key name="fix"> 12, </key> <key name="fix"> 12, </key>
<key name="fixfacesiz"> 12, </key> <key name="fixfacesiz"> 12, </key>
<key name="fixshap"> 12, </key> <key name="fixshap"> 12, </key>
<key name="follow"> 14,4,6,5, </key> <key name="flag"> 9, </key>
<key name="follow"> 4,6,5,9, </key>
<key name="format"> 2,8, </key> <key name="format"> 2,8, </key>
<key name="formatnam"> 8, </key> <key name="formatnam"> 8, </key>
<key name="four"> 14, </key> <key name="four"> 14, </key>
<key name="fre"> 12, </key> <key name="fre"> 12, </key>
<key name="function"> 2,5, </key> <key name="function"> 2,5, </key>
<key name="functionaliti"> 14, </key>
<key name="functionality"> 15,16, </key>
<key name="fus"> 4, </key> <key name="fus"> 4, </key>
<key name="gap"> 12, </key> <key name="gap"> 12, </key>
<key name="general"> 14, </key> <key name="general"> 14, </key>
@ -256,5 +272,497 @@
<key name="geometric"> 14, </key> <key name="geometric"> 14, </key>
<key name="geometrical"> 1,2,3,4,6,8,7,5,11,12,13,10,9,16, </key> <key name="geometrical"> 1,2,3,4,6,8,7,5,11,12,13,10,9,16, </key>
<key name="geometry"> 12, </key> <key name="geometry"> 12, </key>
<key name="geompy"> 14,15,3,4,8,7,5,11,12,13,10,9,16, </key>
<key name="get"> 4,5,9, </key>
<key name="getfreeboundary"> 12, </key>
<key name="getfreefacesid"> 12, </key>
<key name="getobjectid"> 16, </key>
<key name="getsubshapeid"> 5, </key>
<key name="gg"> 1, </key>
<key name="giv"> 3, </key>
<key name="given"> 3,5,12,13,10,9, </key>
<key name="glu"> 12,10,9, </key>
<key name="graphic"> 6, </key>
<key name="gravity"> 9, </key>
<key name="group"> 10,16, </key>
<key name="gui"> 10, </key>
<key name="half"> 3, </key>
<key name="handl"> 16, </key>
<key name="hav"> 5,12, </key>
<key name="height"> 7,11, </key>
<key name="hexahedral"> 14,10, </key>
<key name="hexahedron"> 14, </key>
<key name="hid"> 6, </key>
<key name="highlight"> 12,9, </key>
<key name="hol"> 12, </key>
<key name="i"> 6, </key>
<key name="i11"> 9, </key>
<key name="i12"> 9, </key>
<key name="i13"> 9, </key>
<key name="i21"> 9, </key>
<key name="i22"> 9, </key>
<key name="i23"> 9, </key>
<key name="i31"> 9, </key>
<key name="i32"> 9, </key>
<key name="i33"> 9, </key>
<key name="id"> 1,6,5,12,10,16, </key>
<key name="if"> 5,12,10,9,16, </key>
<key name="ig"> 2,8, </key>
<key name="imag"> 13, </key>
<key name="import"> 2,6,8,9, </key>
<key name="importation"> 8, </key>
<key name="in"> 13, </key>
<key name="increas"> 12, </key>
<key name="independent"> 4,6, </key>
<key name="indic"> 10, </key>
<key name="inertia"> 9, </key>
<key name="inform"> 9, </key>
<key name="initial"> 13, </key>
<key name="inquir"> 9, </key>
<key name="inretia"> 9, </key>
<key name="insert"> 12, </key>
<key name="insid"> 10, </key>
<key name="integ"> 10, </key>
<key name="integer"> 10, </key>
<key name="intend"> 12, </key>
<key name="interactive"> 10, </key>
<key name="intermediat"> 14, </key>
<key name="internal"> 12, </key>
<key name="intersect"> 10, </key>
<key name="intersection"> 10, </key>
<key name="introduction"> 14,2, </key>
<key name="invalid"> 12, </key>
<key name="investigat"> 9, </key>
<key name="isbyparamet"> 12, </key>
<key name="iscommonvertex"> 12, </key>
<key name="iso"> 1, </key>
<key name="isolin"> 1, </key>
<key name="iteration"> 7, </key>
<key name="itself"> 12, </key>
<key name="ix"> 9, </key>
<key name="iy"> 9, </key>
<key name="iz"> 9, </key>
<key name="just"> 14, </key>
<key name="keep"> 13, </key>
<key name="last"> 3,5, </key>
<key name="lc"> 3, </key>
<key name="least"> 3, </key>
<key name="length"> 15,12,9, </key>
<key name="les"> 12, </key>
<key name="limit"> 10, </key>
<key name="lin"> 15,3,10, </key>
<key name="list"> 15,3,7,5,12,10,16, </key>
<key name="listoffaceid"> 10, </key>
<key name="listofgeomshap"> 12, </key>
<key name="listofid"> 5,12, </key>
<key name="listofkeepinsid"> 10, </key>
<key name="listofmaterial"> 10, </key>
<key name="listofremoveinsid"> 10, </key>
<key name="listofshap"> 3,5,12,10, </key>
<key name="listofshapeid"> 10, </key>
<key name="listoftool"> 10, </key>
<key name="listofwireid"> 12, </key>
<key name="local"> 15,3,13, </key>
<key name="locat"> 3, </key>
<key name="location"> 3,8,13, </key>
<key name="lwp"> 15, </key>
<key name="ly"> 15,12, </key>
<key name="main"> 14,0,15,3,4,6,7,5,11,12,13,10,9,16, </key>
<key name="mainshap"> 16, </key>
<key name="major"> 3,11, </key>
<key name="mak"> 13,10,16, </key>
<key name="makearc"> 3, </key>
<key name="makebezi"> 3, </key>
<key name="makeblockexplod"> 10, </key>
<key name="makeboolean"> 4, </key>
<key name="makebox"> 11, </key>
<key name="makecdg"> 9, </key>
<key name="makechamferedg"> 10, </key>
<key name="makechamferfac"> 10, </key>
<key name="makecircl"> 3, </key>
<key name="makecompound"> 5, </key>
<key name="makecon"> 11, </key>
<key name="makecylind"> 11, </key>
<key name="makeedg"> 5, </key>
<key name="makeellips"> 3, </key>
<key name="makefac"> 5, </key>
<key name="makefil"> 7, </key>
<key name="makefillet"> 10, </key>
<key name="makegluefac"> 12, </key>
<key name="makehexasolid"> 14, </key>
<key name="makehexasolidtwofac"> 14, </key>
<key name="makeinterpol"> 3, </key>
<key name="makelin"> 3, </key>
<key name="makemark"> 3, </key>
<key name="makemirrorbyplan"> 13, </key>
<key name="makemultirotation1d"> 13, </key>
<key name="makemultirotation2d"> 13, </key>
<key name="makemultitransformation1d"> 10, </key>
<key name="makemultitransformation2d"> 10, </key>
<key name="makemultitranslation1d"> 13, </key>
<key name="makemultitranslation2d"> 13, </key>
<key name="makeoffset"> 13, </key>
<key name="makepartition"> 10, </key>
<key name="makepip"> 7, </key>
<key name="makeplan"> 3, </key>
<key name="makepolylin"> 3, </key>
<key name="makeposition"> 13, </key>
<key name="makeprism"> 7, </key>
<key name="makequadfac"> 14, </key>
<key name="makequadfaceedg"> 14, </key>
<key name="makequadfacevertic"> 14, </key>
<key name="makerevolution"> 7, </key>
<key name="makerotation"> 13, </key>
<key name="makescaletransform"> 13, </key>
<key name="makesew"> 12, </key>
<key name="makeshell"> 5, </key>
<key name="makesketch"> 15, </key>
<key name="makesolid"> 5, </key>
<key name="makespher"> 11, </key>
<key name="maketoru"> 11, </key>
<key name="maketranslation"> 13, </key>
<key name="makevector"> 3, </key>
<key name="makevertex"> 3, </key>
<key name="makewir"> 5, </key>
<key name="manual"> 3, </key>
<key name="mas"> 9, </key>
<key name="material"> 10, </key>
<key name="matrix"> 9, </key>
<key name="max"> 7,12,10, </key>
<key name="maxdegre"> 7, </key>
<key name="maximal"> 7,12,10,9, </key>
<key name="maximum"> 12,10, </key>
<key name="maxnbfac"> 10, </key>
<key name="maxtoleranc"> 12, </key>
<key name="maxtolerance3d"> 12, </key>
<key name="mean"> 15,13, </key>
<key name="measur"> 9, </key>
<key name="measurement"> 9, </key>
<key name="mention"> 14, </key>
<key name="menu"> 14,0,1,15,3,4,6,8,7,5,11,12,13,10,9,16, </key>
<key name="merg"> 12, </key>
<key name="mesh"> 14,10, </key>
<key name="meshingdeflection"> 10, </key>
<key name="method"> 5, </key>
<key name="middl"> 3, </key>
<key name="min"> 7,10,9, </key>
<key name="mindegre"> 7, </key>
<key name="mindistanc"> 9, </key>
<key name="minimal"> 7,10,9, </key>
<key name="minimum"> 10, </key>
<key name="minnbfac"> 10, </key>
<key name="minor"> 3,11, </key>
<key name="mirror"> 13, </key>
<key name="mod"> 1,12, </key>
<key name="model"> 2,10, </key>
<key name="modifi"> 3,12,13, </key>
<key name="modification"> 12,13, </key>
<key name="modify"> 13, </key>
<key name="modul"> 2,6, </key>
<key name="moment"> 9, </key>
<key name="mov"> 13, </key>
<key name="much"> 16, </key>
<key name="multi"> 0,13,10, </key>
<key name="multitud"> 10, </key>
<key name="must"> 12,13,9, </key>
<key name="nam"> 14,3,4,8,7,5,11,12,13,10, </key>
<key name="nbit"> 7, </key>
<key name="nbsplitpoint"> 12, </key>
<key name="nbtim"> 13,10, </key>
<key name="nbtimes1"> 13, </key>
<key name="nbtimes2"> 13, </key>
<key name="nbtimesu"> 10, </key>
<key name="nbtimesv"> 10, </key>
<key name="necessary"> 15,6,12,9, </key>
<key name="need"> 12, </key>
<key name="negativ"> 13, </key>
<key name="neigbour"> 12, </key>
<key name="new"> 14,15,3,7,5,11,12,16, </key>
<key name="nod"> 3, </key>
<key name="noerror"> 12, </key>
<key name="normal"> 3,7,13, </key>
<key name="notion"> 14, </key>
<key name="numb"> 1,7,12,13,10, </key>
<key name="number"> 10, </key>
<key name="numeb"> 10, </key>
<key name="object"> 1,2,3,4,6,8,7,5,11,12,13,10,9,16, </key>
<key name="occ"> 1,6,12,16, </key>
<key name="occur"> 12, </key>
<key name="offer"> 16, </key>
<key name="offset"> 13, </key>
<key name="ok"> 3,8, </key>
<key name="on"> 15,3,4,6,12,13,10, </key>
<key name="open"> 12, </key>
<key name="openwir"> 12, </key>
<key name="operation"> 14,2,4,6,7,12,13,10,16, </key>
<key name="operator"> 12, </key>
<key name="opposit"> 11, </key>
<key name="optimization"> 2, </key>
<key name="option"> 0, </key>
<key name="ord"> 12,9, </key>
<key name="orient"> 14,3, </key>
<key name="origin"> 3,11, </key>
<key name="otherwis"> 12,13, </key>
<key name="outsid"> 10, </key>
<key name="ox"> 15,3, </key>
<key name="oy"> 3, </key>
<key name="oz"> 15,3, </key>
<key name="paramet"> 3,5,12, </key>
<key name="parameter"> 1,15,3,7,12, </key>
<key name="paramt"> 12, </key>
<key name="part"> 4,11, </key>
<key name="partition"> 10, </key>
<key name="pas"> 3, </key>
<key name="path"> 7, </key>
<key name="pathshap"> 7, </key>
<key name="pattern"> 13, </key>
<key name="perform"> 10,16, </key>
<key name="perpendicular"> 15, </key>
<key name="pip"> 7, </key>
<key name="plan"> 15,3,13,10, </key>
<key name="planar"> 15,3,5, </key>
<key name="platform"> 16, </key>
<key name="plung"> 10, </key>
<key name="point"> 14,15,3,11,12,13,9, </key>
<key name="point1"> 3, </key>
<key name="point2"> 3, </key>
<key name="point3"> 3, </key>
<key name="pointcoordinat"> 9, </key>
<key name="polylin"> 3, </key>
<key name="pop"> 1,6, </key>
<key name="position"> 3,12, </key>
<key name="possibility"> 12, </key>
<key name="possibl"> 6,12,10,9, </key>
<key name="precision"> 12, </key>
<key name="predefin"> 15, </key>
<key name="preferenc"> 16, </key>
<key name="pres"> 3, </key>
<key name="preview"> 3, </key>
<key name="previou"> 15, </key>
<key name="primitiv"> 2,11, </key>
<key name="print"> 9, </key>
<key name="prism"> 7, </key>
<key name="problem"> 12, </key>
<key name="proces"> 12,10, </key>
<key name="processshap"> 12, </key>
<key name="project"> 16, </key>
<key name="propagat"> 10, </key>
<key name="propagation"> 10, </key>
<key name="properti"> 1,9, </key>
<key name="put"> 10, </key>
<key name="python"> 9, </key>
<key name="quadrangl"> 14,3,9, </key>
<key name="radian"> 12, </key>
<key name="radiu"> 15,3,11,10, </key>
<key name="radius"> 3,11, </key>
<key name="radius1"> 11, </key>
<key name="radius2"> 11, </key>
<key name="radiusmajor"> 3,11, </key>
<key name="radiusminor"> 3,11, </key>
<key name="rang"> 2,12, </key>
<key name="re"> 12, </key>
<key name="reasonabl"> 6, </key>
<key name="reconstruction"> 10, </key>
<key name="referenc"> 3, </key>
<key name="regard"> 3, </key>
<key name="relativ"> 15, </key>
<key name="remov"> 12,13,16, </key>
<key name="removeobject"> 16, </key>
<key name="removeweb"> 10, </key>
<key name="repair"> 2,12, </key>
<key name="repetition"> 13, </key>
<key name="represent"> 3, </key>
<key name="request"> 5, </key>
<key name="requir"> 6,8,12, </key>
<key name="requireddegre"> 12, </key>
<key name="requirednbsegment"> 12, </key>
<key name="respect"> 15,12, </key>
<key name="restriction"> 12, </key>
<key name="result"> 14,15,3,4,7,5,11,12,13,10,9,16, </key>
<key name="resultant"> 12, </key>
<key name="retriev"> 5,12, </key>
<key name="return"> 5,12,10,9,16, </key>
<key name="revers"> 13, </key>
<key name="revolution"> 7,12, </key>
<key name="right"> 1,6, </key>
<key name="rotat"> 7,13, </key>
<key name="rotation"> 13, </key>
<key name="s"> 3,5,12,13,10,16, </key>
<key name="salom"> 2,16, </key>
<key name="sam"> 15,12, </key>
<key name="sameparamet"> 12, </key>
<key name="satisfy"> 9, </key>
<key name="scal"> 13, </key>
<key name="se"> 8,9, </key>
<key name="search"> 8, </key>
<key name="second"> 4,11,13,10, </key>
<key name="section"> 4,10, </key>
<key name="segment"> 15,12, </key>
<key name="select"> 0,1,15,3,4,6,8,7,5,11,12,10,9,16, </key>
<key name="selection"> 15,3,10, </key>
<key name="sens"> 10, </key>
<key name="serv"> 3,7, </key>
<key name="set"> 1,3,12,13,10, </key>
<key name="setcolor"> 1, </key>
<key name="setdisplaymod"> 1, </key>
<key name="settransparency"> 1, </key>
<key name="sew"> 12, </key>
<key name="sg"> 6, </key>
<key name="shad"> 1, </key>
<key name="shap"> 1,2,4,6,8,7,5,12,13,10,9,16, </key>
<key name="shape1"> 4,9, </key>
<key name="shape2"> 4,9, </key>
<key name="shapesto"> 12, </key>
<key name="shapetyp"> 10,16, </key>
<key name="shar"> 12, </key>
<key name="shel"> 5,12,13, </key>
<key name="shell"> 14,7,5,13, </key>
<key name="short"> 1, </key>
<key name="should"> 12,9, </key>
<key name="shown"> 3, </key>
<key name="sid"> 3, </key>
<key name="sign"> 13, </key>
<key name="six"> 14, </key>
<key name="siz"> 3,12,10, </key>
<key name="sketch"> 15, </key>
<key name="small"> 3,12, </key>
<key name="solid"> 14,7,5,11,13,10, </key>
<key name="soon"> 3, </key>
<key name="spac"> 3,9, </key>
<key name="specifi"> 3,12,10, </key>
<key name="specific"> 14, </key>
<key name="specify"> 12,13, </key>
<key name="spher"> 11, </key>
<key name="splin"> 3, </key>
<key name="split"> 12, </key>
<key name="splitangl"> 12, </key>
<key name="splitclosedfac"> 12, </key>
<key name="splitcontinuity"> 12, </key>
<key name="spot"> 12, </key>
<key name="stag"> 14, </key>
<key name="standard"> 8, </key>
<key name="start"> 15,3,13, </key>
<key name="step"> 2,8,13, </key>
<key name="step1"> 13, </key>
<key name="step2"> 13, </key>
<key name="str"> 15,8, </key>
<key name="strip"> 12, </key>
<key name="study"> 6, </key>
<key name="sub"> 5,12,16, </key>
<key name="submenu"> 0,5,12,9, </key>
<key name="subshap"> 5,10,16, </key>
<key name="subshapeall"> 5, </key>
<key name="subshapeid"> 16, </key>
<key name="suppres"> 12, </key>
<key name="suppressfac"> 12, </key>
<key name="suppresshol"> 12, </key>
<key name="suppressinternalwir"> 12, </key>
<key name="surfac"> 12,13,9, </key>
<key name="surfacecontinuity"> 12, </key>
<key name="surfacemod"> 12, </key>
<key name="symmetrical"> 13, </key>
<key name="symmetry"> 11,13, </key>
<key name="system"> 3,13, </key>
<key name="tangent"> 15, </key>
<key name="target"> 15,10, </key>
<key name="tetrahedral"> 14, </key>
<key name="theendlc"> 13, </key>
<key name="them"> 12, </key>
<key name="theobject"> 13, </key>
<key name="therefor"> 15, </key>
<key name="theshap"> 12, </key>
<key name="thestartlc"> 13, </key>
<key name="thetoleranc"> 12, </key>
<key name="tim"> 13, </key>
<key name="tobezi"> 12, </key>
<key name="toggl"> 16, </key>
<key name="tol2d"> 7, </key>
<key name="tol3d"> 7, </key>
<key name="toleranc"> 7,12,9, </key>
<key name="tolerance2d"> 12, </key>
<key name="tolerance3d"> 12, </key>
<key name="tool"> 9, </key>
<key name="toru"> 11, </key>
<key name="transform"> 4,13,10, </key>
<key name="transformation"> 0,2,13,10, </key>
<key name="translat"> 13, </key>
<key name="translation"> 13,10, </key>
<key name="transparency"> 1, </key>
<key name="trihedron"> 3, </key>
<key name="trimsiz"> 3, </key>
<key name="tru"> 12,10,9, </key>
<key name="tui"> 14,1,15,3,4,6,8,7,5,11,12,13,10,9,16, </key>
<key name="tupl"> 9, </key>
<key name="two"> 14,4,11,12,13,10,9, </key>
<key name="typ"> 15,4,5,11,12,10,9,16, </key>
<key name="typeofshap"> 5, </key>
<key name="underly"> 12, </key>
<key name="up"> 1,6,11,10, </key>
<key name="updat"> 3, </key>
<key name="us"> 14,2,15,3,4,6,7,5,12,13,10,9,16, </key>
<key name="useful"> 16, </key>
<key name="v1"> 14, </key>
<key name="v2"> 14, </key>
<key name="v3"> 14, </key>
<key name="v4"> 14, </key>
<key name="val"> 12, </key>
<key name="valid"> 9, </key>
<key name="validity"> 9, </key>
<key name="valu"> 1,15,3,7,11,12,13,10,9, </key>
<key name="variou"> 12, </key>
<key name="vector"> 15,3,7,11,13, </key>
<key name="vertex"> 3,7,5,11,12,13,9, </key>
<key name="vertex1"> 5, </key>
<key name="vertex2"> 5, </key>
<key name="vertexmaxtol"> 9, </key>
<key name="vertexmintol"> 9, </key>
<key name="vertic"> 14,3,5,11,12,13, </key>
<key name="via"> 14,15,13,16, </key>
<key name="view"> 1,3,6,12,9,16, </key>
<key name="viewer"> 6, </key>
<key name="visibility"> 6, </key>
<key name="visualization"> 1,6, </key>
<key name="volum"> 9, </key>
<key name="vtk"> 6, </key>
<key name="vx"> 15, </key>
<key name="wantplanarfac"> 5, </key>
<key name="wat"> 10, </key>
<key name="waterdensity"> 10, </key>
<key name="weight"> 10, </key>
<key name="whati"> 9, </key>
<key name="wheth"> 9, </key>
<key name="whil"> 12, </key>
<key name="whos"> 5,9, </key>
<key name="wid"> 2, </key>
<key name="will"> 3,8,12,13,10, </key>
<key name="wir"> 14,7,5,12, </key>
<key name="wirefram"> 1, </key>
<key name="wish"> 8, </key>
<key name="within"> 1,12, </key>
<key name="work"> 15,3,6,12,16, </key>
<key name="x"> 15,3,9, </key>
<key name="x1"> 11, </key>
<key name="x2"> 11, </key>
<key name="xdx"> 3, </key>
<key name="xdy"> 3, </key>
<key name="xdz"> 3, </key>
<key name="xmax"> 9, </key>
<key name="xmin"> 9, </key>
<key name="xoy"> 15, </key>
<key name="xyz"> 3, </key>
<key name="y"> 15,3,9, </key>
<key name="y1"> 11, </key>
<key name="y2"> 11, </key>
<key name="ydx"> 3, </key>
<key name="ydy"> 3, </key>
<key name="ydz"> 3, </key>
<key name="ymax"> 9, </key>
<key name="ymin"> 9, </key>
<key name="your"> 8,12,9,16, </key>
<key name="z"> 3,10,9, </key>
<key name="z1"> 11, </key>
<key name="z2"> 11, </key>
<key name="zmax"> 9, </key>
<key name="zmin"> 9, </key>
</ftswdata> </ftswdata>

View File

@ -81,12 +81,21 @@ else
</script> </script>
<h1>Working with groups</h1> <h1>Working with groups</h1>
<p>The <span style="font-style: italic;"><I>Salome</I></span> platform offers
such a useful functionality as creation and editing groups of subshapes
of a geometrical object which makes handling subshapes much easier. However
the functionality is available in the OCC viewer only. If other viewer
is used in your project by default, you can toggle the OCC viewer via
Preferences / Viewer background / OCC viewer. &nbsp;</p>
<p>&nbsp;</p>
<p class=TODO>To perform operations with groups:</p> <p class=TODO>To perform operations with groups:</p>
<p class=TODO>&nbsp;</p> <p class=TODO>&nbsp;</p>
<p class="whs1">In the main menu select <span style="font-weight: bold;"><B>New <p class="whs1">In the main menu select <span style="font-weight: bold;"><B>New
entity &gt; Groups</B></span>.</p> entity &gt; Group</B></span>.</p>
<p>&nbsp;</p> <p>&nbsp;</p>
@ -104,9 +113,10 @@ else
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs3"><b>TUI Command:</b><i> </i><span style="font-style: italic;"><I>geompy.CreateGroup(MainShape, <p class="whs3"><b style="font-weight: bold;">TUI Command:</b><i>
ShapeType)</I></span>, where MainShape is a shape for which the group is created, </i><span style="font-style: italic;"><I>geompy.CreateGroup(MainShape, ShapeType)</I></span>,
ShapeType is a type of shapes in the created group.</p> where MainShape is a shape for which the group is created, ShapeType is
a type of shapes in the created group.</p>
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
@ -149,7 +159,8 @@ else
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs3"><b>TUI Command:</b><i> </i></p> <p class="whs3"><b style="font-weight: bold;">TUI Command:</b><i>
</i></p>
<ul type="disc" class="whs9"> <ul type="disc" class="whs9">