Merging from BR_DEBUG_3_2_0b1

This commit is contained in:
abd 2006-06-14 07:50:25 +00:00
parent 6d7de74a0a
commit 2e7e45df7c
263 changed files with 30730 additions and 34231 deletions

View File

@ -1 +0,0 @@
THIS IS SALOME - GEOM VERSION: 3.2.0a1

View File

@ -1,3 +1,22 @@
# Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# -* Makefile *- # -* Makefile *-
# #
@ -19,6 +38,17 @@ docs:
@@SETX@; for d in $(SUBDIRS); do \ @@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \ (cd $$d && $(MAKE) $@) || exit 1; \
done done
usr_docs:
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done
dev_docs:
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done
clean: clean:
@@SETX@; for d in $(SUBDIRS); do \ @@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \ (cd $$d && $(MAKE) $@) || exit 1; \

View File

@ -1,95 +0,0 @@
<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR"
content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
<title>Geometry Module Documentation</title>
</head>
<body bgcolor="#cccccc" text="#000000" link="#0000ee" alink="#0000ee"
vlink="#551a8b">
<div align="center"> &nbsp;
<center>
<center>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;</center>
<table width="96%" align="center">
<tbody>
<tr>
<td><a href="http://www.opencascade.com"><img
src="tui/GEOM/sources/logocorp.gif" border="0" height="46" width="122">
</a></td>
<td>
<div align="right"><a href="http://www.opencascade.org/SALOME/"><img
src="tui/GEOM/sources/application.gif" border="0" height="46" width="108">
</a></div>
</td>
</tr>
</tbody>
</table>
<div align="center">
<center>
<hr width="100%" size="2">
<h1>Geometry MODULE Documentation</h1>
</center>
</div>
<table width="96%">
<tbody>
</tbody>
</table>
</center>
<div align="center">
<p> <img src="tui/GEOM/sources/Application-About.png"
alt="Application-About.png" width="30%" height="20%">
&nbsp; &nbsp;&nbsp; </p>
</div>
<center>
<table width="96%">
<tbody>
</tbody>
</table>
<br>
<br>
<br>
</center>
<address> </address>
<center><big><a href="gui/GEOM/geom.htm">GUI Documentation</a></big></center>
<address> </address>
<center></center>
<center><br>
</center>
<address> </address>
<center><big><a href="tui/GEOM/index.html">TUI Documentation</a></big></center>
<address> </address>
<center></center>
<center><br>
<br>
</center>
</div>
<br>
<br>
<br>
</body>
</html>

View File

@ -1,11 +1,25 @@
# Copyright (C) 2003 CEA/DEN, EDF R&D # Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
# #
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License.
# #
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
# #
# File : Makefile.in # File : Makefile.in
# Author : Vasily Rusyaev (Open Cascade NN) # Author : Vasily Rusyaev (Open Cascade NN)
# Module : doc # Module : doc
# $Header:
top_srcdir=@top_srcdir@ top_srcdir=@top_srcdir@
top_builddir=../.. top_builddir=../..
@ -13,33 +27,48 @@ srcdir=@srcdir@
VPATH=.:@srcdir@ VPATH=.:@srcdir@
SUBDIRS= tui gui SUBDIRS= tui gui
SUBDIRSGUI= gui
SUBDIRSTUI= tui
@COMMENCE@ @COMMENCE@
docs: usr_docs:
@@SETX@; for d in $(SUBDIRS); do \ @@SETX@; for d in $(SUBDIRSGUI); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done; \
docs: usr_docs
dev_docs:
@@SETX@; for d in $(SUBDIRSTUI); do \
(cd $$d && $(MAKE) $@) || exit 1; \ (cd $$d && $(MAKE) $@) || exit 1; \
done; \ done; \
cp -f $(srcdir)/GEOM_index_v3.1.0.html GEOM_index_v3.1.0.html
clean: clean:
@@SETX@; for d in $(SUBDIRS); do \ @@SETX@; for d in $(SUBDIRS); do \
if test -d $$d/GEOM; then \
(cd $$d && $(MAKE) $@) || exit 1; \ (cd $$d && $(MAKE) $@) || exit 1; \
fi; \
done done
distclean: clean distclean: clean
@@SETX@; for d in $(SUBDIRS); do \ @@SETX@; for d in $(SUBDIRS); do \
if test -d $$d/GEOM; then \
(cd $$d && $(MAKE) $@) || exit 1; \ (cd $$d && $(MAKE) $@) || exit 1; \
fi; \
done done
install: install:
$(MAKE) docs $(MAKE) docs
(cd tui && $(MAKE) install); @@SETX@; for d in $(SUBDIRS); do \
(cd gui && $(MAKE) install); if test -d $$d/GEOM; then \
cp -f GEOM_index_v3.1.0.html $(docdir) (cd $$d && $(MAKE) $@); \
fi; \
done
uninstall: uninstall:
@@SETX@; for d in $(SUBDIRS); do \ @@SETX@; for d in $(SUBDIRS); do \
if test -d $$d/GEOM; then \
(cd $$d && $(MAKE) $@) || exit 1; \ (cd $$d && $(MAKE) $@) || exit 1; \
fi; \
done; \ done; \
rm -fr $(docdir)/GEOM_index_v3.1.0.html

View File

@ -16,26 +16,25 @@ if (navigator.appName !="Netscape")
<!-- <!--
img_whs1 { border:none; width:22px; height:22px; border-style:none; } img_whs1 { border:none; width:22px; height:22px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
p.whs3 { font-size:12pt; font-weight:normal; } p.whs3 { margin-left:40px; font-size:12pt; font-weight:bold; }
p.whs4 { margin-left:40px; font-size:12pt; font-weight:bold; } img_whs4 { border:none; width:312px; height:388px; float:none; border-style:none; }
img_whs5 { border:none; width:312px; height:388px; float:none; border-style:none; } p.whs5 { font-size:12pt; margin-left:40px; text-indent:-40px; }
p.whs6 { font-size:12pt; margin-left:40px; text-indent:-40px; } p.whs6 { font-size:12pt; margin-left:40px; text-indent:-40px; font-weight:bold; }
p.whs7 { font-size:12pt; margin-left:40px; text-indent:-40px; font-weight:bold; } p.whs7 { margin-left:80px; font-size:12pt; text-indent:-40px; }
p.whs8 { margin-left:80px; font-size:12pt; text-indent:-40px; } img_whs8 { border:none; width:200px; height:231px; border-style:none; }
img_whs9 { border:none; width:200px; height:231px; border-style:none; } img_whs9 { border:none; width:185px; height:231px; border-style:none; }
img_whs10 { border:none; width:185px; height:231px; border-style:none; } p.whs10 { font-size:12pt; text-indent:-68px; margin-left:72px; }
p.whs11 { font-size:12pt; text-indent:-68px; margin-left:72px; } p.whs11 { font-weight:bold; }
p.whs12 { font-weight:bold; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs5 {text-indent:1pt; }";
strNSS += "p.whs6 {text-indent:1pt; }"; strNSS += "p.whs6 {text-indent:1pt; }";
strNSS += "p.whs7 {text-indent:1pt; }"; strNSS += "p.whs7 {text-indent:1pt; }";
strNSS += "p.whs8 {text-indent:1pt; }"; strNSS += "p.whs10 {text-indent:1pt; }";
strNSS += "p.whs11 {text-indent:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -58,43 +57,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nRepairing Operations\nAdd Point on Edge"); addTocInfo("Geometry module\nTransforming geometrical objects\nRepairing Operations\nAdd Point on Edge");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><img src="image42.gif" width="22px" height="22px" border="0" class="img_whs1"></font></span>Add Point on Edge</h1> <h1><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><img src="image42.gif" width="22px" height="22px" border="0" class="img_whs1"></font></span>Add Point on Edge</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o <span <p class="whs2"><b style="font-weight: normal;">T</b>o <span
@ -111,7 +115,9 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b style="font-weight: bold;">Result:</b> GEOM_Object.</p> <p class="whs2"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b style="font-weight: bold;"><b><span
style="font-weight: normal;">T</b>he</span> Result <span style="font-weight: normal;">will
be a</span></b><b> <span style="font-weight: bold;"><B>GEOM_Object. </B></span></b></font></span></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
@ -129,26 +135,21 @@ else
Name + 1 Edge + 1 value setting the position of the point according to Name + 1 Edge + 1 value setting the position of the point according to
one of the selected modes</p> one of the selected modes</p>
<p class="whs2">&nbsp;</p>
<p class="whs3"><b style="font-weight: bold;">Dialog
Box:</b></p>
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs4"><img src="pics/repair8.png" x-maintain-ratio="TRUE" width="312px" height="388px" border="0" class="img_whs5"></p> <p class="whs3"><img src="pics/repair8.png" x-maintain-ratio="TRUE" width="312px" height="388px" border="0" class="img_whs4"></p>
<p class="whs6">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs7">Example:</p> <p class="whs6">Example:</p>
<p class="whs6">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs8"><img src="image167.jpg" width="200px" height="231px" border="0" class="img_whs9"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="image168.jpg" width="185px" height="231px" border="0" class="img_whs10"></p> <p class="whs7"><img src="image167.jpg" width="200px" height="231px" border="0" class="img_whs8"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="image168.jpg" width="185px" height="231px" border="0" class="img_whs9"></p>
<p class="whs11">&nbsp;</p> <p class="whs10">&nbsp;</p>
<p class="whs12"><span style="font-weight: normal;">Our</span> <p class="whs11"><span style="font-weight: normal;">Our</span>
TUI Scripts<span style="font-weight: normal;"> provide you with useful TUI Scripts<span style="font-weight: normal;"> provide you with useful
examples of the use of</span> <a href="repairing_operations.htm#bookmark7">Repairing examples of the use of</span> <a href="repairing_operations.htm#bookmark7">Repairing
Operations</a>. </p> Operations</a>. </p>

View File

@ -40,43 +40,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nArc"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Basic Geometric Objects\nArc");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><b style="font-weight: bold;"><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image31.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span></b>Arc</h1> <h1><b style="font-weight: bold;"><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image31.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span></b>Arc</h1>
<p><b><span style="font-weight: normal;">T</b>o</span> create an <span <p><b><span style="font-weight: normal;">T</b>o</span> create an <span
@ -86,16 +91,16 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b><span style="font-weight: normal;">You can <p class="whs2"><b style="font-weight: bold;"><span style="font-weight: normal;">You
define an</span> Arc <span style="font-weight: normal;">by</span> <span can define an</span> Arc <span style="font-weight: normal;">by</span>
style="font-weight: normal;">three</span><span style="font-weight: bold;"><B> <span style="font-weight: normal;">three</span><span style="font-weight: bold;"><B>
Points </B></span><span style="font-weight: normal;">that lie on it, where Points </B></span><span style="font-weight: normal;">that lie on it, where
</span></b>Point1 is the starting point and Point3 is the ending point </span></b>Point1 is the starting point, Point2 is a middle point of the
of the arc.</p> arc and Point3 is the ending point of the arc.</p>
<p class="whs2"><b style="font-weight: bold;"><span style="font-weight: normal;">The</span> <p class="whs2"><b><span style="font-weight: normal;">The</span>
Result <span style="font-weight: normal;">of the operation will be a</span></b><b> Result <span style="font-weight: normal;">of the operation will be a</span></b><b>
GEOM_Object (edge).</b></p> <span style="font-weight: normal;">GEOM_Object (edge).</span></b></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>

View File

@ -40,43 +40,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nBasic Operations\nArchimede"); addTocInfo("Geometry module\nTransforming geometrical objects\nBasic Operations\nArchimede");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image88.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Archimede</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image88.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Archimede</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o produce <p class="whs2"><b style="font-weight: normal;">T</b>o produce

View File

@ -33,43 +33,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nBasic Geometrical Objects"); addTocInfo("Geometry module\nTUI Scripts\nCreating Geometric Objects\nBasic Geometrical Objects");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1>Basic Geometrical Objects</h1> <h1>Basic Geometrical Objects</h1>
<h3><a name=bookmark>Creation of a Point</a></h3> <h3><a name=bookmark>Creation of a Point</a></h3>

View File

@ -33,43 +33,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTUI Scripts\nTransformation\nBasic Operations"); addTocInfo("Geometry module\nTUI Scripts\nTransformation\nBasic Operations");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1>Basic Operations</h1> <h1>Basic Operations</h1>
<h3><a name=bookmark>Partition</a></h3> <h3><a name=bookmark>Partition</a></h3>

View File

@ -1,116 +0,0 @@
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>
<head>
<title>Building of blocks</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">
<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">
<!--
if (navigator.appName !="Netscape")
{ document.write("<link rel='stylesheet' href='default.css'>");}
//-->
</script>
<style type="text/css">
<!--
ul.whs1 { list-style:disc; }
p.whs2 { margin-left:40px; }
-->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!--
function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();
}
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
origWidth = innerWidth;
origHeight = innerHeight;
onresize = reDo;
}
onerror = null;
//-->
</script>
<style type="text/css">
<!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
-->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.gbWhTopic)
{
if (window.addTocInfo)
{
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");
}
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage)
{
setRelStartPage("geom.htm");
autoSync(1);
sendSyncInfo();
sendAveInfoOut();
}
}
else
if (window.gbIE4)
document.location.reload();
//-->
</script>
<h1>Building of blocks</h1>
<p>&nbsp;</p>
<ul type="disc" class="whs1">
<li class=kadov-p><p><a href="#Multi-transformation">Multi-transformation</a></p></li>
<li class=kadov-p><p><a href="#ExplodeOnBlocks">Explode on blocks</a></p></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p class=TODO>To use these options:</p>
<p class=TODO>&nbsp;</p>
<p class="whs2">In the main menu select <span style="font-weight: bold;"><B>Blocks
</B></span>submenu.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(0);
//-->
</script>
</body>
</html>

View File

@ -33,43 +33,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTUI Scripts\nTransformation\nBlocks Operations"); addTocInfo("Geometry module\nTUI Scripts\nTransformation\nBlocks Operations");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1>Blocks Operations</h1> <h1>Blocks Operations</h1>
<h3><a name=bookmark4>Multi Transformation</a></h3> <h3><a name=bookmark4>Multi Transformation</a></h3>

View File

@ -33,43 +33,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTUI Scripts\nTransformation\nBoolean Operations"); addTocInfo("Geometry module\nTUI Scripts\nTransformation\nBoolean Operations");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1>Boolean Operations</h1> <h1>Boolean Operations</h1>
<h3><a name=bookmark>Fuse</a></h3> <h3><a name=bookmark>Fuse</a></h3>

View File

@ -17,14 +17,15 @@ if (navigator.appName !="Netscape")
img_whs1 { width:20px; height:20px; border-style:none; } img_whs1 { width:20px; height:20px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
p.whs3 { font-style:italic; } p.whs3 { font-style:italic; }
img_whs4 { border:none; width:312px; height:324px; float:none; border-style:none; } p.whs4 { margin-left:40px; }
p.whs5 { font-weight:normal; } img_whs5 { border:none; width:312px; height:324px; float:none; border-style:none; }
img_whs6 { border:none; width:312px; height:332px; float:none; border-style:none; } p.whs6 { font-weight:normal; }
p.whs7 { font-size:12pt; font-weight:bold; } p.whs7 { font-size:12pt; margin-left:40px; }
p.whs8 { font-size:12pt; font-weight:bold; font-style:normal; } img_whs8 { border:none; width:312px; height:332px; float:none; border-style:none; }
p.whs9 { font-size:12pt; font-style:normal; font-weight:bold; } p.whs9 { font-size:12pt; font-weight:bold; }
p.whs10 { font-size:12pt; font-style:normal; font-weight:normal; } p.whs10 { font-size:12pt; font-weight:bold; font-style:normal; }
img_whs11 { border:none; width:267px; height:280px; float:none; border-style:none; } p.whs11 { font-size:12pt; font-style:normal; font-weight:bold; }
img_whs12 { border:none; width:267px; height:280px; float:none; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
@ -43,43 +44,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Primitives\nBox"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Primitives\nBox");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><b style="font-weight: bold;"><img src="files/salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image99.gif" width="20px" height="20px" border="0" class="img_whs1"> </b></font></span>Box</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><b style="font-weight: bold;"><img src="files/salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image99.gif" width="20px" height="20px" border="0" class="img_whs1"> </b></font></span>Box</h1>
<p><b><span style="font-weight: normal;">T</b>o</span> create a <span style="font-weight: bold;"><B>Box</B></span> <p><b><span style="font-weight: normal;">T</b>o</span> create a <span style="font-weight: bold;"><B>Box</B></span>
@ -110,11 +116,11 @@ else
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p><b style="font-weight: bold;"><img src="pics/box1.png" x-maintain-ratio="TRUE" width="312px" height="324px" border="0" class="img_whs4"></b></p> <p class="whs4"><b style="font-weight: bold;"><img src="pics/box1.png" x-maintain-ratio="TRUE" width="312px" height="324px" border="0" class="img_whs5"></b></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs5"><b style="font-weight: normal;"><span style="font-weight: normal;">Secondly, <p class="whs6"><b style="font-weight: normal;"><span style="font-weight: normal;">Secondly,
you can define a </span><span style="font-weight: bold;"><B>Box</B></span><span you can define a </span><span style="font-weight: bold;"><B>Box</B></span><span
style="font-weight: normal;"> by </b>specified dimensions along the coordinate style="font-weight: normal;"> by </b>specified dimensions along the coordinate
axes</span> and with edges, parallel to them. &nbsp;The axes</span> and with edges, parallel to them. &nbsp;The
@ -127,32 +133,31 @@ else
<p><span><b style="font-weight: bold;">Arguments: </b></span><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">Name <p><span><b style="font-weight: bold;">Arguments: </b></span><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">Name
+ 3 values (dimensions at origin).</font></span></p> + 3 values (dimensions at origin).</font></span></p>
<p class="whs2"><b style="font-weight: bold;"><img src="pics/box2.png" x-maintain-ratio="TRUE" width="312px" height="332px" border="0" class="img_whs6"></b></p> <p class="whs7"><b style="font-weight: bold;"><img src="pics/box2.png" x-maintain-ratio="TRUE" width="312px" height="332px" border="0" class="img_whs8"></b></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p><span style="font-size: 12pt; font-weight: bold;"><font size=3 style="font-size:12pt;"><B>NB! </B></font></span>The is <p><span style="font-size: 12pt; font-weight: bold;"><font size=3 style="font-size:12pt;"><B>NB! </B></font></span>There is
a third way to create a Box, which is currently accessible only via<span a third way to create a Box, which is currently accessible only via<span
style="font-size: 12pt; font-weight: bold;"><font size=3 style="font-size:12pt;"><B> TUI </B></font></span>commands.</p> style="font-size: 12pt; font-weight: bold;"><font size=3 style="font-size:12pt;"><B> TUI </B></font></span>commands.</p>
<p class="whs7"><span style="font-weight: normal;">You <p class="whs9"><span style="font-weight: normal;">You
can define a </span>Box<span style="font-weight: normal;"> by the coordinates can define a </span>Box<span style="font-weight: normal;"> by the coordinates
of two </span>Vertices<span style="font-weight: normal;"> (in this way of two </span>Vertices<span style="font-weight: normal;"> (in this way
you don't need to create them in advance). </span></p> you don't need to create them in advance). </span></p>
<p class="whs8"><b style="font-weight: bold;">TUI Command:</b> <p class="whs10"><b style="font-weight: bold;">TUI Command:</b>
<span style="font-weight: normal; font-style: italic;"><I>geompy.MakeBox(x1,y1,z1,x2,y2,z2)</I></span> <span style="font-weight: normal; font-style: italic;"><I>geompy.MakeBox(x1,y1,z1,x2,y2,z2)</I></span>
</p> </p>
<p class="whs8"><b>Arguments:<span style="font-weight: normal;"> <span style="font-size: 12pt; font-weight: bold;"><font size=3 style="font-size:12pt;"><B>Arguments: </B></font></span>Name
</b>Name</span> + <span style="font-weight: normal;">X, Y and Z coordinates + X, Y and Z coordinates of both points.
of both points.</span></p>
<p class="whs8">&nbsp;</p> <p>&nbsp;</p>
<p class="whs9">Example:</p> <p class="whs11">Example:</p>
<p class="whs10"><img src="pics/boxes.png" x-maintain-ratio="TRUE" width="267px" height="280px" border="0" class="img_whs11"></p> <p class="whs7"><img src="pics/boxes.png" x-maintain-ratio="TRUE" width="267px" height="280px" border="0" class="img_whs12"></p>
<p>&nbsp;</p> <p>&nbsp;</p>

View File

@ -33,43 +33,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nBuilding by Blocks"); addTocInfo("Geometry module\nTUI Scripts\nCreating Geometric Objects\nBuilding by Blocks");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1>Building by Blocks</h1> <h1>Building by Blocks</h1>
<h3>Quadrangle Face</h3> <h3>Quadrangle Face</h3>

View File

@ -16,12 +16,12 @@ if (navigator.appName !="Netscape")
<!-- <!--
img_whs1 { width:20px; height:20px; border-style:none; } img_whs1 { width:20px; height:20px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
img_whs3 { border:none; width:312px; height:319px; float:none; border-style:none; } p.whs3 { font-size:12pt; margin-left:40px; }
img_whs4 { border:none; width:225px; height:239px; float:none; border-style:none; } img_whs4 { border:none; width:312px; height:319px; float:none; border-style:none; }
img_whs5 { border:none; width:312px; height:381px; float:none; border-style:none; } img_whs5 { border:none; width:225px; height:239px; float:none; border-style:none; }
img_whs6 { border:none; width:230px; height:245px; float:none; border-style:none; } img_whs6 { border:none; width:312px; height:381px; float:none; border-style:none; }
img_whs7 { border:none; width:221px; height:238px; float:none; border-style:none; } img_whs7 { border:none; width:230px; height:245px; float:none; border-style:none; }
p.whs8 { font-size:12pt; margin-left:40px; } img_whs8 { border:none; width:221px; height:238px; float:none; border-style:none; }
p.whs9 { list-style:disc; margin-left:0in; margin-right:0in; margin-top:0px; margin-bottom:0px; } p.whs9 { list-style:disc; margin-left:0in; margin-right:0in; margin-top:0px; margin-bottom:0px; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
@ -52,43 +52,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nTransformation Operations\nChamfer"); addTocInfo("Geometry module\nTransforming geometrical objects\nTransformation Operations\nChamfer");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image90.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Chamfer</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image90.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Chamfer</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o produce <p class="whs2"><b style="font-weight: normal;">T</b>o produce
@ -122,15 +127,17 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><img src="pics/chamfer1.png" x-maintain-ratio="TRUE" width="312px" height="319px" border="0" class="img_whs3"> &nbsp;<img src="pics/chamfer_all.png" x-maintain-ratio="TRUE" width="225px" height="239px" border="0" class="img_whs4"></p> <p class="whs3"><img src="pics/chamfer1.png" x-maintain-ratio="TRUE" width="312px" height="319px" border="0" class="img_whs4"> &nbsp;<img src="pics/chamfer_all.png" x-maintain-ratio="TRUE" width="225px" height="239px" border="0" class="img_whs5"></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2">To create chamfer on the specified edges of <p class="whs2">To create chamfer on the specified edges of
the given shape, &nbsp;you the given shape, &nbsp;you
need to define the <span style="font-weight: bold;"><B>Main Object</B></span> need to define the <span style="font-weight: bold;"><B>Main Object</B></span>
to create a fillet on, select the necessary edges in the viewer and define to create a fillet on, select the two faces to which belongs the <span
the <span style="font-weight: bold;"><B>Dimension</B></span> of the Chamfer.</p> style="font-size: 12pt;"><font size=3 style="font-size:12pt;">necessary common edge in the viewer and define
the </font></span><span style="font-size: 12pt; font-weight: bold;"><font size=3 style="font-size:12pt;"><B>Dimension</B></font></span><span
style="font-size: 12pt;"><font size=3 style="font-size:12pt;"> of the Chamfer.</font></span></p>
<p class="whs2"><b style="font-weight: bold;">TUI Command:</b><i> <p class="whs2"><b style="font-weight: bold;">TUI Command:</b><i>
</i><span style="font-style: italic;"><I>geompy.MakeChamferEdge(Shape, D1, </i><span style="font-style: italic;"><I>geompy.MakeChamferEdge(Shape, D1,
@ -140,16 +147,15 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><img src="pics/chamfer2.png" x-maintain-ratio="TRUE" width="312px" height="381px" border="0" class="img_whs5"> &nbsp;<img src="pics/chamfer_edge.png" x-maintain-ratio="TRUE" width="230px" height="245px" border="0" class="img_whs6"></p> <p class="whs3"><img src="pics/chamfer2.png" x-maintain-ratio="TRUE" width="312px" height="381px" border="0" class="img_whs6"> &nbsp;<img src="pics/chamfer_edge.png" x-maintain-ratio="TRUE" width="230px" height="245px" border="0" class="img_whs7"></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2">To create chamfer on the specified faces of <p class="whs2">To create chamfer on the specified faces of
the given shape, &nbsp;you the given shape, &nbsp;you
need to define the <span style="font-weight: bold;"><B>Main Object</B></span> need to define the <span style="font-weight: bold;"><B>Main Object</B></span>
to create a fillet on, select the two faces to which belongs the necessary to create a fillet on, select the necessary faces the OCC Viewer and define
common edge in the OCC Viewer and define the <span style="font-weight: bold;"><B>Dimension</B></span> the <span style="font-weight: bold;"><B>Dimension</B></span> of the Chamfer.</p>
of the Chamfer.</p>
<p class="whs2"><b style="font-weight: bold;">TUI Command:</b><i> <p class="whs2"><b style="font-weight: bold;">TUI Command:</b><i>
</i><span style="font-style: italic;"><I>geompy.MakeChamferFaces(Shape, D1, </i><span style="font-style: italic;"><I>geompy.MakeChamferFaces(Shape, D1,
@ -161,9 +167,9 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><img src="pics/chamfer3.png" x-maintain-ratio="TRUE" width="312px" height="381px" border="0" class="img_whs5"> &nbsp;<img src="pics/chamfer_faces.png" x-maintain-ratio="TRUE" width="221px" height="238px" border="0" class="img_whs7"></p> <p class="whs3"><img src="pics/chamfer3.png" x-maintain-ratio="TRUE" width="312px" height="381px" border="0" class="img_whs6"> &nbsp;<img src="pics/chamfer_faces.png" x-maintain-ratio="TRUE" width="221px" height="238px" border="0" class="img_whs8"></p>
<p class="whs8">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs9">&nbsp;&nbsp;<span <p class="whs9">&nbsp;&nbsp;<span
style="font-size: 12pt;"><font size=3 style="font-size:12pt;">Our </font></span><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">Our </font></span><span

View File

@ -33,44 +33,49 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTUI Scripts\nChanging Display Parameters"); addTocInfo("Geometry module\nTUI Scripts\nViewing Geometrical Objects");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
<h1>Changing Display Parameters</h1> </head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1>Viewing Geometrical Objects</h1>
<h3><a name=bookmark>Changing Display Mode</a></h3> <h3><a name=bookmark>Changing Display Mode</a></h3>

View File

@ -1,223 +0,0 @@
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>
<head>
<title>Changing displaying parameters</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">
<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">
<!--
if (navigator.appName !="Netscape")
{ document.write("<link rel='stylesheet' href='default.css'>");}
//-->
</script>
<style type="text/css">
<!--
p.whs1 { font-family:'Times New Roman' , serif; font-size:12pt; font-weight:normal; }
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.whs4 { margin-left:40px; }
p.whs5 { font-family:'Times New Roman' , serif; font-size:14pt; }
img_whs6 { width:20px; height:20px; border-style:none; }
p.whs7 { font-size:12pt; margin-left:40px; }
img_whs8 { border:none; width:403px; height:422px; float:none; border-style:none; }
img_whs9 { border:none; width:400px; height:424px; float:none; border-style:none; }
p.whs10 { font-size:12pt; font-family:'Times New Roman' , serif; }
p.whs11 { font-size:12pt; }
img_whs12 { border:none; float:none; width:393px; height:423px; border-style:none; }
p.whs13 { font-size:14pt; }
img_whs14 { border:none; width:354px; height:177px; float:none; border-style:none; }
p.whs15 { margin-left:40px; font-size:12pt; }
img_whs16 { border:none; width:397px; height:428px; float:none; border-style:none; }
img_whs17 { border:none; width:401px; height:429px; float:none; border-style:none; }
-->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!--
function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();
}
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
origWidth = innerWidth;
origHeight = innerHeight;
onresize = reDo;
}
onerror = null;
//-->
</script>
<style type="text/css">
<!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
-->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.gbWhTopic)
{
if (window.addTocInfo)
{
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");
}
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage)
{
setRelStartPage("geom.htm");
autoSync(1);
sendSyncInfo();
sendAveInfoOut();
}
}
else
if (window.gbIE4)
document.location.reload();
//-->
</script>
<h1>Changing displaying parameters</h1>
<p class="whs1"><b style="font-weight: bold;"><img src="i_blue.jpg" x-maintain-ratio="TRUE" x-save-file="TRUE" x-save-method="compute-relative" width="30px" height="30px" border="0" class="img_whs2"> <span style="font-weight: normal;">In GEOM you can set different
displaying parameters for visualization of geometrical objects in the
viewer:</span></b></p>
<p class="whs3">&nbsp;</p>
<ul>
<li class=kadov-p><p class="whs3"><a
href="#W_S">Wireframe/Shading</a></p></li>
<li class=kadov-p><p class="whs3"><a
href="#Color">Color</a></p></li>
<li class=kadov-p><p class="whs3"><a
href="#Transparency">Transparency</a> </p></li>
<li class=kadov-p><p class="whs3"><a
href="#Isos">Isos</a> (in OCC viewer only)</p></li>
</ul>
<p>&nbsp;</p>
<p class=TODO>To set displaying parameters of a geometrical object:</p>
<p class=TODO>&nbsp;</p>
<p class="whs4">Right-click on this geometrical object in
the viewer and from the pop-up menu select <span style="font-weight: bold;"><B>Properties</B></span>.</p>
<p class="whs4">&nbsp;</p>
<p>&nbsp;</p>
<p class="whs5"><b style="font-weight: bold;"><a
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">This
option is relevant for viewing 3D objects. Wireframe mode means that &nbsp;</p>
<p class="whs3">&nbsp;</p>
<p class="whs3"><b style="font-weight: bold;">Description:</b>
Set the display mode of the selected shape.</p>
<p class="whs3">&nbsp;</p>
<p class="whs3"><b style="font-weight: bold;">TUI
Command:</b><i> gg.setDisplayMode(ID, Short)</i></p>
<p class="whs3">&nbsp;</p>
<p class="whs3"><b style="font-weight: bold;">Example:</b></p>
<p class="whs3">&nbsp;</p>
<p class="whs7"><img src="pics/disp_mode1sn.png" x-maintain-ratio="TRUE" width="403px" height="422px" border="0" class="img_whs8"> &nbsp;<img src="pics/disp_mode2sn.png" x-maintain-ratio="TRUE" width="400px" height="424px" border="0" class="img_whs9"></p>
<p class="whs7">&nbsp;</p>
<p class="whs3">&nbsp;</p>
<p class="whs5"><b style="font-weight: bold;"><a
NAME=Color
style="font-size: 14pt;">Color</a></b></p>
<p class="whs10">&nbsp;</p>
<p class="whs11"><b style="font-weight: bold;">Description:</b>
Change the color of a shape.</p>
<p class="whs11">&nbsp;</p>
<p class="whs11"><b style="font-weight: bold;">TUI Command:</b><i>
gg.setColor(ID, Short, Short, Short)</i></p>
<p class="whs11">&nbsp;</p>
<p class="whs11"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b style="font-weight: bold;">Example</b></font></span><span
style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b>:</b></font></span></p>
<p class="whs11">&nbsp;</p>
<p class="whs7"><img src="pics/disp_mode2sn.png" x-maintain-ratio="TRUE" width="400px" height="424px" border="0" class="img_whs9"> &nbsp;<img src="pics/colorsn.png" x-maintain-ratio="TRUE" width="393px" height="423px" border="0" class="img_whs12"></p>
<p class="whs11">&nbsp;</p>
<p class="whs11">&nbsp;</p>
<p class="whs11">&nbsp;</p>
<p class="whs13"><b style="font-weight: bold;"><a NAME=Transparency><span
style="font-size: 14pt;"><font size=4 style="font-size:14pt;">Transparency</font></span></a></b></p>
<p class="whs11">&nbsp;</p>
<p class="whs11"><b style="font-weight: bold;">Description:</b>
Change the transparency (between 0 &amp; 1) of a shape.</p>
<p class="whs11">&nbsp;</p>
<p class="whs11"><b style="font-weight: bold;">TUI Command:</b><i>
gg.setTransparency(ID, Double)</i></p>
<p class="whs11">&nbsp;</p>
<p class="whs11"><b style="font-weight: bold;">Dialog Box:</b></p>
<p class="whs11">&nbsp;</p>
<p class="whs7"><img src="pics/neo-transparency.png" x-maintain-ratio="TRUE" width="354px" height="177px" border="0" class="img_whs14"></p>
<p class="whs11">&nbsp;</p>
<p class="whs11"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b style="font-weight: bold;">Example:</b></font></span></p>
<p>&nbsp;</p>
<p class="whs15"><img src="pics/colorsn.png" x-maintain-ratio="TRUE" width="397px" height="428px" border="0" class="img_whs16"> &nbsp;<img src="pics/transparencysn.png" x-maintain-ratio="TRUE" width="401px" height="429px" border="0" class="img_whs17"></p>
<p class="whs11">&nbsp;</p>
<p>&nbsp;</p>
<script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(0);
//-->
</script>
</body>
</html>

View File

@ -16,10 +16,10 @@ if (navigator.appName !="Netscape")
<!-- <!--
img_whs1 { border:none; width:22px; height:22px; border-style:none; } img_whs1 { border:none; width:22px; height:22px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
p.whs3 { font-size:12pt; font-weight:normal; } p.whs3 { font-size:12pt; margin-left:40px; font-weight:bold; }
p.whs4 { font-size:12pt; margin-left:40px; font-weight:bold; } img_whs4 { border:none; width:243px; height:203px; float:none; border-style:none; }
img_whs5 { border:none; width:243px; height:203px; float:none; border-style:none; } p.whs5 { font-size:12pt; margin-left:0px; }
p.whs6 { font-size:12pt; margin-left:0px; } p.whs6 { font-size:12pt; margin-left:40px; }
img_whs7 { border:none; width:436px; height:339px; float:none; border-style:none; } img_whs7 { border:none; width:436px; height:339px; float:none; border-style:none; }
img_whs8 { border:none; width:442px; height:336px; float:none; border-style:none; } img_whs8 { border:none; width:442px; height:336px; float:none; border-style:none; }
p.whs9 { font-weight:bold; } p.whs9 { font-weight:bold; }
@ -29,7 +29,7 @@ p.whs9 { font-weight:bold; }
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.whs6 {margin-left:1pt; }"; strNSS += "p.whs5 {margin-left:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -52,43 +52,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nRepairing Operations\nCheck Free Boundaries"); addTocInfo("Geometry module\nTransforming geometrical objects\nRepairing Operations\nCheck Free Boundaries");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><img src="image44.gif" width="22px" height="22px" border="0" class="img_whs1"> </font></span>Check Free Boundaries</h1> <h1><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><img src="image44.gif" width="22px" height="22px" border="0" class="img_whs1"> </font></span>Check Free Boundaries</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o <span <p class="whs2"><b style="font-weight: normal;">T</b>o <span
@ -102,10 +107,11 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b style="font-weight: bold;">Result:</b> GEOM_Object. <p class="whs2"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b><span style="font-weight: normal;">The</span>
</p> Result <span style="font-weight: normal;">will be a</span></b><b> <span
style="font-weight: bold;"><B>GEOM_Object. </B></span></b></font></span></p>
<p class="whs2">&nbsp;</p> <p>&nbsp;</p>
<p class="whs2"><b style="font-weight: bold;">TUI Command :</b><i><span <p class="whs2"><b style="font-weight: bold;">TUI Command :</b><i><span
style="font-style: italic;"> <I></i>(NoError, ClosedWires, OpenWires) = geompy.GetFreeBoundary(Shape)</I></span>, style="font-style: italic;"> <I></i>(NoError, ClosedWires, OpenWires) = geompy.GetFreeBoundary(Shape)</I></span>,
@ -115,23 +121,13 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b style="font-weight: bold;">Arguments:</b> <p class="whs3"><img src="pics/repair9.png" x-maintain-ratio="TRUE" width="243px" height="203px" border="0" class="img_whs4"></p>
Shape</p>
<p class="whs2">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs3"><b style="font-weight: bold;">Dialog <p class="whs5"><b style="font-weight: bold;">Example:</b></p>
Box:</b></p>
<p class="whs3">&nbsp;</p> <p class="whs5">&nbsp;</p>
<p class="whs4"><img src="pics/repair9.png" x-maintain-ratio="TRUE" width="243px" height="203px" border="0" class="img_whs5"></p>
<p class="whs6">&nbsp;</p>
<p class="whs6"><b style="font-weight: bold;">Example:</b></p>
<p class="whs6">&nbsp;</p>
<p class="whs6"><img src="pics/free_boudaries1.png" x-maintain-ratio="TRUE" width="436px" height="339px" border="0" class="img_whs7"> &nbsp;<img src="pics/free_boudaries2.png" x-maintain-ratio="TRUE" width="442px" height="336px" border="0" class="img_whs8">&nbsp; </p> <p class="whs6"><img src="pics/free_boudaries1.png" x-maintain-ratio="TRUE" width="436px" height="339px" border="0" class="img_whs7"> &nbsp;<img src="pics/free_boudaries2.png" x-maintain-ratio="TRUE" width="442px" height="336px" border="0" class="img_whs8">&nbsp; </p>

View File

@ -21,9 +21,10 @@ p.whs4 { font-size:12pt; margin-left:40px; }
img_whs5 { border:none; width:322px; height:163px; float:none; border-style:none; } img_whs5 { border:none; width:322px; height:163px; float:none; border-style:none; }
p.whs6 { font-size:12pt; margin-left:40px; text-indent:-40px; } p.whs6 { font-size:12pt; margin-left:40px; text-indent:-40px; }
p.whs7 { font-size:12pt; margin-left:40px; text-indent:-40px; font-weight:bold; } p.whs7 { font-size:12pt; margin-left:40px; text-indent:-40px; font-weight:bold; }
img_whs8 { border:none; float:none; width:234px; height:281px; border-style:none; } p.whs8 { font-size:12pt; text-indent:-40px; margin-left:80px; }
img_whs9 { border:none; width:248px; height:283px; float:none; border-style:none; } img_whs9 { border:none; float:none; width:234px; height:281px; border-style:none; }
p.whs10 { font-weight:bold; } img_whs10 { border:none; width:248px; height:283px; float:none; border-style:none; }
p.whs11 { font-weight:bold; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
@ -32,6 +33,7 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs6 {text-indent:1pt; }"; strNSS += "p.whs6 {text-indent:1pt; }";
strNSS += "p.whs7 {text-indent:1pt; }"; strNSS += "p.whs7 {text-indent:1pt; }";
strNSS += "p.whs8 {text-indent:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -54,68 +56,68 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nRepairing Operations\nCheck Free Faces"); addTocInfo("Geometry module\nTransforming geometrical objects\nRepairing Operations\nCheck Free Faces");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><img src="image10.gif" width="23px" height="22px" border="0" class="img_whs1"> </font></span>Check Free Faces</h1> <h1><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><img src="image10.gif" width="23px" height="22px" border="0" class="img_whs1"> </font></span>Check Free Faces</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o <span <p class="whs2"><b style="font-weight: normal;">T</b>o <span
style="font-weight: bold;"><B>Check Free Faces</B></span> in the Main Menu select style="font-weight: bold;"><B>Check Free Faces</B></span> in the Main Menu select
<span style="font-weight: bold;"><B>Repair - &gt; Check Free Faces.</B></span></p> <span style="font-weight: bold;"><B>Repair - &gt; Check Free Faces.</B></span></p>
<p class="whs2">&nbsp;</p>
<p class="whs2">This operation retrieves all free faces from <p class="whs2">This operation retrieves all free faces from
a given shape. A free face is a face not shared between two shells of a given shape. A free face is a face not shared between two shells of
the shape. </p> the shape. </p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b style="font-weight: bold;">Result:</b> GEOM_Object. <p class="whs2"><b><span style="font-weight: normal;">The</span>
Returns a list of IDs of all free faces, contained in the shape.</p> Result <span style="font-weight: normal;">will be a</span></b><b> <span
style="font-weight: bold;"><B>GEOM_Object</B></span><span style="font-weight: normal;">
(a list of IDs of all free faces, containing in the shape)</span><span
style="font-weight: bold;"><B>. </B></span></b></p>
<p class="whs2"><b style="font-weight: bold;">TUI Command :</b><i><span <p class="whs2"><b>TUI Command :</b><i><span style="font-style: italic;">
style="font-style: italic;"> <I></i>GetFreeFacesIDs(Shape)</I></span>, where <I></i>GetFreeFacesIDs(Shape)</I></span>, where Shape is a shape to be checked.</p>
Shape is a shape to be checked.</p>
<p class="whs2"><b style="font-weight: bold;"><span style="font-weight: bold;"><B>A</B></span>rguments:</b>
Shape</p>
<p class="whs3">&nbsp;</p>
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
@ -127,11 +129,11 @@ else
<p class="whs6">&nbsp;</p> <p class="whs6">&nbsp;</p>
<p class="whs6"><img src="pics/free_faces1.png" x-maintain-ratio="TRUE" width="234px" height="281px" border="0" class="img_whs8"> &nbsp;<img src="pics/free_faces2.png" x-maintain-ratio="TRUE" width="248px" height="283px" border="0" class="img_whs9"></p> <p class="whs8"><img src="pics/free_faces1.png" x-maintain-ratio="TRUE" width="234px" height="281px" border="0" class="img_whs9"> &nbsp;<img src="pics/free_faces2.png" x-maintain-ratio="TRUE" width="248px" height="283px" border="0" class="img_whs10"></p>
<p class="whs6">&nbsp;</p> <p class="whs6">&nbsp;</p>
<p class="whs10"><span style="font-weight: normal;">Our</span> <p class="whs11"><span style="font-weight: normal;">Our</span>
TUI Scripts<span style="font-weight: normal;"> provide you with useful TUI Scripts<span style="font-weight: normal;"> provide you with useful
examples of the use of</span> <a href="repairing_operations.htm#bookmark9">Repairing examples of the use of</span> <a href="repairing_operations.htm#bookmark9">Repairing
Operations</a>. </p> Operations</a>. </p>

View File

@ -17,9 +17,10 @@ if (navigator.appName !="Netscape")
img_whs1 { width:20px; height:20px; border-style:none; } img_whs1 { width:20px; height:20px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
p.whs3 { font-size:12pt; font-weight:bold; } p.whs3 { font-size:12pt; font-weight:bold; }
img_whs4 { border:none; width:312px; height:346px; float:none; border-style:none; } p.whs4 { font-size:12pt; margin-left:40px; }
img_whs5 { border:none; width:312px; height:359px; float:none; border-style:none; } img_whs5 { border:none; width:312px; height:346px; float:none; border-style:none; }
img_whs6 { border:none; width:348px; height:321px; float:none; border-style:none; } img_whs6 { border:none; width:312px; height:359px; float:none; border-style:none; }
img_whs7 { border:none; width:348px; height:321px; float:none; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
@ -38,43 +39,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nCircle"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Basic Geometric Objects\nCircle");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><b style="font-weight: bold;"><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image29.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span></b>Circle</h1> <h1><b style="font-weight: bold;"><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image29.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span></b>Circle</h1>
<p><b><span style="font-weight: normal;">T</span></b>o create a <span style="font-weight: bold;"><B>Circle</B></span> <p><b><span style="font-weight: normal;">T</span></b>o create a <span style="font-weight: bold;"><B>Circle</B></span>
@ -108,7 +114,7 @@ else
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs2"><img src="pics/circle1.png" x-maintain-ratio="TRUE" width="312px" height="346px" border="0" class="img_whs4"> </p> <p class="whs4"><img src="pics/circle1.png" x-maintain-ratio="TRUE" width="312px" height="346px" border="0" class="img_whs5"> </p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
@ -126,11 +132,11 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b style="font-weight: bold;"><img src="pics/circle2.png" x-maintain-ratio="TRUE" width="312px" height="359px" border="0" class="img_whs5"></b></p> <p class="whs4"><b style="font-weight: bold;"><img src="pics/circle2.png" x-maintain-ratio="TRUE" width="312px" height="359px" border="0" class="img_whs6"></b></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b style="font-weight: bold;"><img src="pics/circles.png" x-maintain-ratio="TRUE" width="348px" height="321px" border="0" class="img_whs6"></b></p> <p class="whs4"><b style="font-weight: bold;"><img src="pics/circles.png" x-maintain-ratio="TRUE" width="348px" height="321px" border="0" class="img_whs7"></b></p>
<p>&nbsp;</p> <p>&nbsp;</p>

View File

@ -39,43 +39,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nRepairing Operations\nClose Contour"); addTocInfo("Geometry module\nTransforming geometrical objects\nRepairing Operations\nClose Contour");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image121.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Close Contour</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image121.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Close Contour</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o produce <p class="whs2"><b style="font-weight: normal;">T</b>o produce
@ -103,7 +108,10 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b style="font-weight: bold;">Result:</b> GEOM_Object.</p> <p class="whs2"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b style="font-weight: bold;"><b><span
style="font-weight: normal;">T</b>he</span> Result <span style="font-weight: normal;">will
be a</span></b><b> <span style="font-weight: bold;"><B>GEOM_Object</B></span></b><span
style="font-weight: bold;"><B>.</B></span></font></span></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
@ -124,10 +132,6 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><b style="font-weight: bold;">Dialog Box:</b></p>
<p class="whs2">&nbsp;</p>
<p class="whs4"><img src="pics/repair3.png" x-maintain-ratio="TRUE" width="312px" height="397px" border="0" class="img_whs5"></p> <p class="whs4"><img src="pics/repair3.png" x-maintain-ratio="TRUE" width="312px" height="397px" border="0" class="img_whs5"></p>
<p class="whs6">&nbsp;</p> <p class="whs6">&nbsp;</p>

View File

@ -15,7 +15,8 @@ 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:none; width:492px; height:392px; float:none; border-style:none; } p.whs2 { margin-left:40px; }
img_whs3 { border:none; width:492px; height:392px; float:none; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
@ -34,43 +35,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nManaging geometrical objects\nChanging Display Parameters\nColor"); addTocInfo("Geometry module\nViewing geometrical objects\nColor");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1>Color</h1> <h1>Color</h1>
<p>You can change the filling color of your object in the standard <span <p>You can change the filling color of your object in the standard <span
@ -85,7 +91,7 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p><img src="selectcolor.png" x-maintain-ratio="TRUE" width="492px" height="392px" border="0" class="img_whs2"></p> <p class="whs2"><img src="selectcolor.png" x-maintain-ratio="TRUE" width="492px" height="392px" border="0" class="img_whs3"></p>
<p>&nbsp;</p> <p>&nbsp;</p>

View File

@ -51,48 +51,54 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nBoolean Operations\nCommon"); addTocInfo("Geometry module\nTransforming geometrical objects\nBoolean Operations\nCommon");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><b style="font-weight: bold;"><img src="files/salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image1.gif" width="20px" height="20px" border="0" class="img_whs1"> </b></font></span>Common</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><b style="font-weight: bold;"><img src="files/salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image1.gif" width="20px" height="20px" border="0" class="img_whs1"> </b></font></span>Common</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o produce <p class="whs2"><b style="font-weight: normal;">T</b>o produce
a <span style="font-weight: bold;"><B>Common</B></span> in the Main Menu select a <span style="font-weight: bold;"><B>Common</B></span> operation in the Main
<span style="font-weight: bold;"><B>Operations - &gt; Boolean - &gt; Common</B></span></p> Menu select <span style="font-weight: bold;"><B>Operations - &gt; Boolean
- &gt; Common</B></span></p>
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>

View File

@ -33,43 +33,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nComplex Objects"); addTocInfo("Geometry module\nTUI Scripts\nCreating Geometric Objects\nComplex Objects");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1>Complex Objects</h1> <h1>Complex Objects</h1>
<h3><a name=bookmark>Creation of a Prism</a></h3> <h3><a name=bookmark>Creation of a Prism</a></h3>

View File

@ -37,43 +37,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nCompound"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nCompound");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image19.gif" width="20px" height="20px" border="0" class="img_whs1"></font></span>Compound</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image19.gif" width="20px" height="20px" border="0" class="img_whs1"></font></span>Compound</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o create <p class="whs2"><b style="font-weight: normal;">T</b>o create

View File

@ -17,23 +17,14 @@ if (navigator.appName !="Netscape")
img_whs1 { width:20px; height:20px; border-style:none; } img_whs1 { width:20px; height:20px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
p.whs3 { font-weight:bold; } p.whs3 { font-weight:bold; }
img_whs4 { border:none; width:312px; height:402px; float:none; border-style:none; } p.whs4 { margin-left:40px; }
p.whs5 { margin-left:0px; } img_whs5 { border:none; width:312px; height:402px; float:none; border-style:none; }
p.whs6 { font-size:12pt; margin-left:40px; } p.whs6 { font-weight:bold; margin-left:40px; }
img_whs7 { border:none; width:276px; height:282px; float:none; border-style:none; } img_whs7 { border:none; width:312px; height:402px; float:none; border-style:none; }
p.whs8 { font-size:12pt; margin-left:40px; }
img_whs9 { border:none; width:276px; height:282px; float:none; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{
var strNSS = "<style type='text/css'>";
strNSS += "p.whs5 {margin-left: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)
@ -50,43 +41,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Primitives\nCone"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Primitives\nCone");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image103.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</font></span>Cone</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image103.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</font></span>Cone</h1>
<p><b><span style="font-weight: normal;">T</b>o</span> create a <span style="font-weight: bold;"><B>Cone</B></span> <p><b><span style="font-weight: normal;">T</b>o</span> create a <span style="font-weight: bold;"><B>Cone</B></span>
@ -118,7 +114,9 @@ else
+ 1 vector (for direction) + 3 values (Radius of the base part, radius + 1 vector (for direction) + 3 values (Radius of the base part, radius
of the upper part, height).</font></span></p> of the upper part, height).</font></span></p>
<p><img src="pics/cone1.png" x-maintain-ratio="TRUE" width="312px" height="402px" border="0" class="img_whs4"></p> <p class="whs3">&nbsp;</p>
<p class="whs4"><img src="pics/cone1.png" x-maintain-ratio="TRUE" width="312px" height="402px" border="0" class="img_whs5"></p>
<p>&nbsp;</p> <p>&nbsp;</p>
@ -128,16 +126,15 @@ else
of the <span style="font-weight: bold;"><B>Cone</B></span> will be collinear of the <span style="font-weight: bold;"><B>Cone</B></span> will be collinear
to the OZ axis of the coordinate system. </p> to the OZ axis of the coordinate system. </p>
<p><b style="font-weight: bold;">TUI Command:</b> <span style="font-weight: bold;"><B>geompy.MakeConeR1R2H(Radius1, <p><b style="font-weight: bold;">TUI Command:</b> <span style="font-style: italic;"><I>geompy.MakeConeR1R2H(Radius1,
Radius2, Height)</B></span> </p> Radius2, Height)</I></span> </p>
<p class="whs3"><b style="font-weight: bold;">Arguments: <p class="whs3"><b>Arguments: </b><span style="font-size: 12pt; font-weight: normal;"><font size=3 style="font-size:12pt;">Name
</b><span style="font-size: 12pt; font-weight: normal;"><font size=3 style="font-size:12pt;">Name + 3 values + 3 values (Radius of the base part, radius of the upper part, height).</font></span></p>
(Radius of the base part, radius of the upper part, height).</font></span></p>
<p class="whs5">&nbsp;&nbsp;<img src="pics/cone2.png" x-maintain-ratio="TRUE" width="312px" height="402px" border="0" class="img_whs4"></p> <p class="whs6"><img src="pics/cone2.png" x-maintain-ratio="TRUE" width="312px" height="402px" border="0" class="img_whs7"></p>
<p>&nbsp;</p> <p class="whs3">&nbsp;</p>
<p><span style="font-weight: bold;"><B>Note:</B></span> If both radiuses are non-zero, <p><span style="font-weight: bold;"><B>Note:</B></span> If both radiuses are non-zero,
the <span style="font-weight: bold;"><B>Cone</B></span> will be truncated. If the <span style="font-weight: bold;"><B>Cone</B></span> will be truncated. If
@ -150,9 +147,9 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs6"><img src="pics/cones.png" x-maintain-ratio="TRUE" width="276px" height="282px" border="0" class="img_whs7"></p> <p class="whs8"><img src="pics/cones.png" x-maintain-ratio="TRUE" width="276px" height="282px" border="0" class="img_whs9"></p>
<p class="whs6">&nbsp;</p> <p class="whs8">&nbsp;</p>
<p class="whs2">Our TUI Scripts provide you with useful examples <p class="whs2">Our TUI Scripts provide you with useful examples
of creation of <a href="primitives.htm#bookmark4">Primitives</a>. </p> of creation of <a href="primitives.htm#bookmark4">Primitives</a>. </p>

View File

@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>GEOM reference manual</title> <title>Geometry Module Reference Manual</title>
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com"> <meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">
<meta name="description" content="WebHelp 5.50"> <meta name="description" content="WebHelp 5.50">

View File

@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>GEOM reference manual</title> <title>Geometry Module Reference Manual</title>
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com"> <meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">
<meta name="description" content="WebHelp 5.50"> <meta name="description" content="WebHelp 5.50">

View File

@ -18,13 +18,14 @@ img_whs1 { border:none; width:20px; height:20px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
ul.whs3 { list-style:disc; } ul.whs3 { list-style:disc; }
p.whs4 { font-size:12pt; font-style:italic; } p.whs4 { font-size:12pt; font-style:italic; }
img_whs5 { border:none; width:312px; height:289px; float:none; border-style:none; } p.whs5 { font-size:12pt; font-style:italic; margin-left:40px; }
p.whs6 { font-size:12pt; font-style:normal; font-weight:bold; } img_whs6 { border:none; width:312px; height:289px; float:none; border-style:none; }
p.whs7 { font-size:12pt; font-weight:bold; font-style:italic; x-text-underline:off; text-decoration:none; } p.whs7 { font-size:12pt; font-style:normal; font-weight:bold; }
img_whs8 { border:none; float:none; width:310px; height:308px; border-style:none; } p.whs8 { font-size:12pt; font-weight:bold; font-style:italic; x-text-underline:off; text-decoration:none; }
img_whs9 { border:none; width:313px; height:310px; float:none; border-style:none; } img_whs9 { border:none; float:none; width:310px; height:308px; border-style:none; }
img_whs10 { border:none; float:none; width:291px; height:313px; border-style:none; } img_whs10 { border:none; width:313px; height:310px; float:none; border-style:none; }
p.whs11 { font-size:12pt; margin-left:40px; } img_whs11 { border:none; float:none; width:291px; height:313px; border-style:none; }
p.whs12 { font-size:12pt; margin-left:40px; }
--> -->
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!-- <!--
@ -43,43 +44,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nCurve"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Basic Geometric Objects\nCurve");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><b style="font-weight: bold;"><img src="image32.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</b></font></span>Curve</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><b style="font-weight: bold;"><img src="image32.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</b></font></span>Curve</h1>
<p>To create a <span style="font-weight: bold;"><B>Curve</B></span> in the <span <p>To create a <span style="font-weight: bold;"><B>Curve</B></span> in the <span
@ -123,15 +129,15 @@ else
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs4"><img src="pics/curve.png" x-maintain-ratio="TRUE" width="312px" height="289px" border="0" class="img_whs5"> </p> <p class="whs5"><img src="pics/curve.png" x-maintain-ratio="TRUE" width="312px" height="289px" border="0" class="img_whs6"> </p>
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs6">Examples:</p> <p class="whs7">Examples:</p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs7">Polyline <p class="whs8">Polyline
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
style="font-size: 12pt; style="font-size: 12pt;
font-weight: bold; font-weight: bold;
@ -140,9 +146,9 @@ else
/*begin!kadov{{*/ text-decoration: none; /*}}end!kadov*/ "><font size=3 style="font-size:12pt;"><I><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bezier /*begin!kadov{{*/ text-decoration: none; /*}}end!kadov*/ "><font size=3 style="font-size:12pt;"><I><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bezier
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;B-Spline</B></I></font></span></p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;B-Spline</B></I></font></span></p>
<p class="whs2"><img src="pics/polyline.png" x-maintain-ratio="TRUE" width="310px" height="308px" border="0" class="img_whs8"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="pics/bezier.png" x-maintain-ratio="TRUE" width="313px" height="310px" border="0" class="img_whs9"> &nbsp;&nbsp;&nbsp;&nbsp;<img src="pics/interpol.png" x-maintain-ratio="TRUE" width="291px" height="313px" border="0" class="img_whs10"></p> <p class="whs2"><img src="pics/polyline.png" x-maintain-ratio="TRUE" width="310px" height="308px" border="0" class="img_whs9"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="pics/bezier.png" x-maintain-ratio="TRUE" width="313px" height="310px" border="0" class="img_whs10"> &nbsp;&nbsp;&nbsp;&nbsp;<img src="pics/interpol.png" x-maintain-ratio="TRUE" width="291px" height="313px" border="0" class="img_whs11"></p>
<p class="whs11">&nbsp;</p> <p class="whs12">&nbsp;</p>
<p class="whs2">Our TUI Scripts provide you with useful examples <p class="whs2">Our TUI Scripts provide you with useful examples
of creation of <a href="basic_geometrical_objects.htm#bookmark4">Basic of creation of <a href="basic_geometrical_objects.htm#bookmark4">Basic

View File

@ -20,7 +20,7 @@ p.whs3 { font-size:12pt; margin-left:0in; margin-right:0in; margin-top:0px; marg
p.whs4 { font-size:12pt; margin-right:0in; margin-top:0px; margin-bottom:0px; margin-left:40px; } p.whs4 { font-size:12pt; margin-right:0in; margin-top:0px; margin-bottom:0px; margin-left:40px; }
img_whs5 { border:none; width:312px; height:324px; float:none; border-style:none; } img_whs5 { border:none; width:312px; height:324px; float:none; border-style:none; }
img_whs6 { border:none; border-style:none; width:253px; height:266px; float:none; } img_whs6 { border:none; border-style:none; width:253px; height:266px; float:none; }
img_whs7 { border:none; border-style:none; width:231px; height:267px; float:none; } img_whs7 { border:none; width:231px; height:267px; float:none; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
@ -51,48 +51,54 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nBoolean Operations\nCut"); addTocInfo("Geometry module\nTransforming geometrical objects\nBoolean Operations\nCut");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image2.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Cut</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image2.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Cut</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o produce <p class="whs2"><b style="font-weight: normal;">T</b>o produce
a <span style="font-weight: bold;"><B>Cut</B></span> in the Main Menu select a <span style="font-weight: bold;"><B>Cut</B></span> operation in the Main Menu
<span style="font-weight: bold;"><B>Operations - &gt; Boolean - &gt; Cut</B></span></p> select <span style="font-weight: bold;"><B>Operations - &gt; Boolean - &gt;
Cut</B></span></p>
<p>&nbsp;</p> <p>&nbsp;</p>

View File

@ -17,17 +17,18 @@ if (navigator.appName !="Netscape")
img_whs1 { width:20px; height:20px; border-style:none; } img_whs1 { width:20px; height:20px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
p.whs3 { font-weight:bold; } p.whs3 { font-weight:bold; }
img_whs4 { border:none; width:312px; height:376px; float:none; border-style:none; } p.whs4 { margin-left:40px; }
p.whs5 { margin-left:0px; } img_whs5 { border:none; width:312px; height:376px; float:none; border-style:none; }
p.whs6 { margin-left:40px; } img_whs6 { border:none; width:312px; height:376px; border-style:none; float:none; }
img_whs7 { border:none; width:287px; height:272px; float:none; border-style:none; } p.whs7 { margin-left:0px; }
img_whs8 { border:none; width:287px; height:272px; float:none; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript">
<!-- <!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs5 {margin-left:1pt; }"; strNSS += "p.whs7 {margin-left:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
} }
@ -50,43 +51,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Primitives\nCylinder"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Primitives\nCylinder");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image100.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Cylinder</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image100.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Cylinder</h1>
<p><b><span style="font-weight: normal;">T</b>o</span> create a <span style="font-weight: bold;"><B>Cylinder</B></span> <p><b><span style="font-weight: normal;">T</b>o</span> create a <span style="font-weight: bold;"><B>Cylinder</B></span>
@ -117,7 +123,7 @@ else
style="font-size: 12pt; font-weight: normal;"><font size=3 style="font-size:12pt;">Name style="font-size: 12pt; font-weight: normal;"><font size=3 style="font-size:12pt;">Name
+ 1 vertex + 1 vector + 2 values (Dimensions: radius and height).</font></span></p> + 1 vertex + 1 vector + 2 values (Dimensions: radius and height).</font></span></p>
<p><b style="font-weight: bold;"><img src="pics/cylinder1.png" x-maintain-ratio="TRUE" width="312px" height="376px" border="0" class="img_whs4"></b></p> <p class="whs4"><b style="font-weight: bold;"><img src="pics/cylinder1.png" x-maintain-ratio="TRUE" width="312px" height="376px" border="0" class="img_whs5"></b></p>
<p>&nbsp;</p> <p>&nbsp;</p>
@ -130,20 +136,22 @@ else
<p><b style="font-weight: bold;">TUI Command: </b><span style="font-style: italic;"><I>geompy.MakeCylinderRH(Radius, <p><b style="font-weight: bold;">TUI Command: </b><span style="font-style: italic;"><I>geompy.MakeCylinderRH(Radius,
Height)</I></span></p> Height)</I></span></p>
<p><span><b style="font-weight: bold;">Arguments</span>: </b><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">Name <p><b>Arguments: </b><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">Name + </font></span>2 values
+ </font></span>2 values (Dimensions at origin: radius and height).</p> (Dimensions at origin: radius and height).</p>
<p class="whs5">&nbsp;&nbsp;<img src="pics/cylinder2.png" x-maintain-ratio="TRUE" width="312px" height="376px" border="0" class="img_whs4"></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs4"><img src="pics/cylinder2.png" x-maintain-ratio="TRUE" width="312px" height="376px" border="0" class="img_whs6"></p>
<p class="whs7">&nbsp;&nbsp;</p>
<p><b style="font-weight: bold;">Example:</b></p> <p><b style="font-weight: bold;">Example:</b></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs6"><img src="pics/cylinders.png" x-maintain-ratio="TRUE" width="287px" height="272px" border="0" class="img_whs7"></p> <p class="whs4"><img src="pics/cylinders.png" x-maintain-ratio="TRUE" width="287px" height="272px" border="0" class="img_whs8"></p>
<p class="whs6">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs2">Our TUI Scripts provide you with useful examples <p class="whs2">Our TUI Scripts provide you with useful examples
of creation of <a href="primitives.htm#bookmark1">Primitives</a>. </p> of creation of <a href="primitives.htm#bookmark1">Primitives</a>. </p>

View File

@ -37,43 +37,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nEdge"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nEdge");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image14.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Edge</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image14.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Edge</h1>
<p class="whs2"><b><span style="font-weight: normal;">T</b>o</span> <p class="whs2"><b><span style="font-weight: normal;">T</b>o</span>

View File

@ -52,43 +52,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nEllipse"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Basic Geometric Objects\nEllipse");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><b style="font-weight: bold;"><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image30.gif" width="20px" height="20px" border="0" class="img_whs1"></font></span></b>Ellipse</h1> <h1><b style="font-weight: bold;"><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image30.gif" width="20px" height="20px" border="0" class="img_whs1"></font></span></b>Ellipse</h1>
<p><b><span style="font-weight: normal;">T</span></b>o create an <span <p><b><span style="font-weight: normal;">T</span></b>o create an <span
@ -104,9 +109,9 @@ else
style="font-weight: normal;">giving its normal, and its</span> Major &amp; style="font-weight: normal;">giving its normal, and its</span> Major &amp;
Minor Radiuses.</b></p> Minor Radiuses.</b></p>
<p class="whs2"><b style="font-weight: bold;"><span style="font-weight: normal;">The</span> <p class="whs2"><b><span style="font-weight: normal;">The</span>
Result <span style="font-weight: normal;">of the operation will be a</span></b><b> Result <span style="font-weight: normal;">of the operation will be a</span></b><b>
GEOM_Object (edge).</b></p> <span style="font-weight: normal;">GEOM_Object (edge).</span></b></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>

View File

@ -53,43 +53,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nExplode"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nExplode");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><b style="font-weight: bold;"><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image13.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</font></span></b>Explode</h1> <h1><b style="font-weight: bold;"><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image13.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</font></span></b>Explode</h1>
<p class="whs2">To<span style="font-weight: bold;"><B> Explode</B></span> <p class="whs2">To<span style="font-weight: bold;"><B> Explode</B></span>

View File

@ -57,43 +57,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nBlocks Operations\nExplode on Blocks"); addTocInfo("Geometry module\nTransforming geometrical objects\nBlocks Operations\nExplode on Blocks");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><img src="image53.gif" width="23px" height="22px" border="0" class="img_whs1"> Explode on Blocks</h1> <h1><img src="image53.gif" width="23px" height="22px" border="0" class="img_whs1"> Explode on Blocks</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o produce <p class="whs2"><b style="font-weight: normal;">T</b>o produce

View File

@ -16,26 +16,14 @@ if (navigator.appName !="Netscape")
<!-- <!--
img_whs1 { width:20px; height:20px; border-style:none; } img_whs1 { width:20px; height:20px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
img_whs3 { border:none; width:312px; height:350px; float:none; border-style:none; } p.whs3 { font-size:12pt; margin-left:40px; }
p.whs4 { font-size:12pt; font-weight:bold; } img_whs4 { border:none; width:312px; height:350px; float:none; border-style:none; }
p.whs5 { font-size:12pt; margin-left:40px; } p.whs5 { font-size:12pt; font-weight:bold; }
p.whs6 { font-size:12pt; font-style:italic; } p.whs6 { font-size:12pt; font-style:italic; margin-left:40px; }
p.whs7 { font-size:12pt; margin-left:0px; } img_whs7 { border:none; float:none; width:300px; height:175px; border-style:none; }
img_whs8 { border:none; float:none; width:300px; height:175px; border-style:none; } img_whs8 { border:none; width:350px; height:175px; float:none; border-style:none; }
img_whs9 { border:none; width:350px; height:175px; float:none; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{
var strNSS = "<style type='text/css'>";
strNSS += "p.whs7 {margin-left: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)
@ -52,43 +40,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nGeneration of Complex Objects\nExtrusion"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Complex Objects\nExtrusion");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><b style="font-weight: bold;"><img src="files/salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image56.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</b></font></span>Extrusion</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><b style="font-weight: bold;"><img src="files/salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image56.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</b></font></span>Extrusion</h1>
<p><b><span style="font-weight: normal;">T</b>o</span> generate an <span <p><b><span style="font-weight: normal;">T</b>o</span> generate an <span
@ -102,7 +95,7 @@ else
<p class="whs2">To create an Extrusion (Prism) you should define <p class="whs2">To create an Extrusion (Prism) you should define
the <span style="font-weight: bold;"><B>Base Shape </B></span>(a basis of the the <span style="font-weight: bold;"><B>Base Shape </B></span>(a basis of the
extrusion)<span style="font-weight: bold;"><B>, </B></span>the <span style="font-weight: bold;"><B>Vector</B></span> extrusion)<span style="font-weight: bold;"><B>, </B></span>the <span style="font-weight: bold;"><B>Vector</B></span>
(a normal of the extrusion) and the <span style="font-weight: bold;"><B>Height</B></span> (a direction of the extrusion) and the <span style="font-weight: bold;"><B>Height</B></span>
of extrusion. &nbsp;</p> of extrusion. &nbsp;</p>
<p class="whs2"><b style="font-weight: bold;"><span style="font-weight: normal;">The</span> <p class="whs2"><b style="font-weight: bold;"><span style="font-weight: normal;">The</span>
@ -119,28 +112,28 @@ else
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs2"><img src="pics/extrusion.png" x-maintain-ratio="TRUE" width="312px" height="350px" border="0" class="img_whs3"></p> <p class="whs3"><img src="pics/extrusion.png" x-maintain-ratio="TRUE" width="312px" height="350px" border="0" class="img_whs4"></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs4">NB! <span style="font-weight: normal;">The <p class="whs5">NB! <span style="font-weight: normal;">The
is another way to create an</span> Extrusion, <span style="font-weight: normal;">which is another way to create an</span> Extrusion, <span style="font-weight: normal;">which
is currently accessible only via</span> TUI commands.</p> is currently accessible only via</span> TUI commands.</p>
<p class="whs4"><span style="font-weight: normal;">You <p class="whs5"><span style="font-weight: normal;">You
can define the</span> Extrusion <span style="font-weight: normal;">by can define the</span> Extrusion <span style="font-weight: normal;">by
the </span>Base Shape<span style="font-weight: normal;"> and the </span>Start<span the </span>Base Shape<span style="font-weight: normal;"> and the </span>Start<span
style="font-weight: normal;"> and </span>End Point<span style="font-weight: normal;"> style="font-weight: normal;"> and </span>End Point<span style="font-weight: normal;">
of the </span>Vector<span style="font-weight: normal;"> &nbsp;(in of the </span>Vector<span style="font-weight: normal;"> &nbsp;(in
this way you don't need to create it in advance).</span> </p> this way you don't need to create it in advance).</span> </p>
<p class="whs4"><b style="font-weight: bold;">TUI <p class="whs5"><b style="font-weight: bold;">TUI
Command:</b> <span style="font-weight: normal; font-style: italic;"><I>geompy.MakePrism(Base, Command:</b> <span style="font-weight: normal; font-style: italic;"><I>geompy.MakePrism(Base,
Point1, Point2) </I></span></p> Point1, Point2) </I></span></p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="whs5">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs2"><b style="font-weight: bold;">Examples:</b></p> <p class="whs2"><b style="font-weight: bold;">Examples:</b></p>
@ -148,7 +141,7 @@ else
<p class="whs6">Base Shape &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prisms</p> <p class="whs6">Base Shape &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prisms</p>
<p class="whs7"><img src="pics/prisms_basessn.png" x-maintain-ratio="TRUE" width="300px" height="175px" border="0" class="img_whs8"> <img src="pics/prismssn.png" x-maintain-ratio="TRUE" width="350px" height="175px" border="0" class="img_whs9"> &nbsp;</p> <p class="whs3"><img src="pics/prisms_basessn.png" x-maintain-ratio="TRUE" width="300px" height="175px" border="0" class="img_whs7"> <img src="pics/prismssn.png" x-maintain-ratio="TRUE" width="350px" height="175px" border="0" class="img_whs8"> &nbsp;</p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>

View File

@ -39,43 +39,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nFace"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nFace");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image16.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</font></span>Face</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image16.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</font></span>Face</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o create <p class="whs2"><b style="font-weight: normal;">T</b>o create

View File

@ -16,10 +16,10 @@ if (navigator.appName !="Netscape")
<!-- <!--
img_whs1 { width:20px; height:20px; border-style:none; } img_whs1 { width:20px; height:20px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
img_whs3 { border:none; width:312px; height:315px; float:none; border-style:none; } p.whs3 { font-size:12pt; margin-left:40px; }
p.whs4 { font-size:12pt; margin-left:0px; } img_whs4 { border:none; width:312px; height:315px; float:none; border-style:none; }
img_whs5 { border:none; width:312px; height:346px; float:none; border-style:none; } img_whs5 { border:none; width:312px; height:346px; float:none; border-style:none; }
p.whs6 { font-size:12pt; font-style:italic; } p.whs6 { font-size:12pt; font-style:italic; margin-left:40px; }
img_whs7 { border:none; width:226px; height:250px; float:none; border-style:none; } img_whs7 { border:none; width:226px; height:250px; float:none; border-style:none; }
img_whs8 { border:none; float:none; width:208px; height:250px; border-style:none; } img_whs8 { border:none; float:none; width:208px; height:250px; border-style:none; }
img_whs9 { border:none; width:220px; height:250px; float:none; border-style:none; } img_whs9 { border:none; width:220px; height:250px; float:none; border-style:none; }
@ -30,7 +30,6 @@ p.whs10 { list-style:disc; margin-left:0in; margin-right:0in; margin-top:0px; ma
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{ {
var strNSS = "<style type='text/css'>"; var strNSS = "<style type='text/css'>";
strNSS += "p.whs4 {margin-left:1pt; }";
strNSS += "p.whs10 {margin-left:1pt;margin-right:1pt;margin-top:1pt;margin-bottom:1pt; }"; strNSS += "p.whs10 {margin-left:1pt;margin-right:1pt;margin-top:1pt;margin-bottom:1pt; }";
strNSS +="</style>"; strNSS +="</style>";
document.write(strNSS); document.write(strNSS);
@ -54,43 +53,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nTransformation Operations\nFillet"); addTocInfo("Geometry module\nTransforming geometrical objects\nTransformation Operations\nFillet");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image89.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Fillet</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image89.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Fillet</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o produce <p class="whs2"><b style="font-weight: normal;">T</b>o produce
@ -122,16 +126,15 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><img src="pics/fillet1.png" x-maintain-ratio="TRUE" width="312px" height="315px" border="0" class="img_whs3"></p> <p class="whs3"><img src="pics/fillet1.png" x-maintain-ratio="TRUE" width="312px" height="315px" border="0" class="img_whs4"></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2">To create fillets &nbsp;on <p class="whs2">To create fillets on the specified edges or
the specified edges or faces of the given shape, &nbsp;you faces of the given shape, &nbsp;you
need to define the <span style="font-weight: bold;"><B>Main Object</B></span> need to define the <span style="font-weight: bold;"><B>Main Object</B></span>
to create a fillet on, select the necessary edges or faces in the object to create a fillet on, select the necessary edges or faces in the OCC
browser or in the OCC Viewer and define the &nbsp;<span Viewer and define the &nbsp;<span style="font-weight: bold;"><B>Radius</B></span>
style="font-weight: bold;"><B>Radius</B></span>
of the Fillet. </p> of the Fillet. </p>
<p class="whs2"><span style="font-style: italic;"><I><b style="font-weight: bold; font-style: normal;">TUI <p class="whs2"><span style="font-style: italic;"><I><b style="font-weight: bold; font-style: normal;">TUI
@ -144,7 +147,7 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs4"><img src="pics/fillet2.png" x-maintain-ratio="TRUE" width="312px" height="346px" border="0" class="img_whs5"> &nbsp;<img src="pics/fillet3.png" x-maintain-ratio="TRUE" width="312px" height="346px" border="0" class="img_whs5"></p> <p class="whs3"><img src="pics/fillet2.png" x-maintain-ratio="TRUE" width="312px" height="346px" border="0" class="img_whs5"> &nbsp;<img src="pics/fillet3.png" x-maintain-ratio="TRUE" width="312px" height="346px" border="0" class="img_whs5"></p>
<p class="whs2">&nbsp; </p> <p class="whs2">&nbsp; </p>
@ -158,7 +161,7 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><img src="pics/fillet_all.png" x-maintain-ratio="TRUE" width="226px" height="250px" border="0" class="img_whs7"> &nbsp;&nbsp;<img src="pics/fillet_edge.png" x-maintain-ratio="TRUE" width="208px" height="250px" border="0" class="img_whs8"><span style="font-size: 12pt; margin-left: 40px;"> <font size=3 style="font-size:12pt;">&nbsp;<img src="pics/fillet_prism.png" x-maintain-ratio="TRUE" width="220px" height="250px" border="0" class="img_whs9"></font></span></p> <p class="whs3"><img src="pics/fillet_all.png" x-maintain-ratio="TRUE" width="226px" height="250px" border="0" class="img_whs7"> &nbsp;&nbsp;<img src="pics/fillet_edge.png" x-maintain-ratio="TRUE" width="208px" height="250px" border="0" class="img_whs8"><span style="font-size: 12pt; margin-left: 40px;"> <font size=3 style="font-size:12pt;">&nbsp;<img src="pics/fillet_prism.png" x-maintain-ratio="TRUE" width="220px" height="250px" border="0" class="img_whs9"></font></span></p>
<p class="whs10">&nbsp;&nbsp;</p> <p class="whs10">&nbsp;&nbsp;</p>

View File

@ -16,23 +16,11 @@ if (navigator.appName !="Netscape")
<!-- <!--
img_whs1 { width:20px; height:20px; border-style:none; } img_whs1 { width:20px; height:20px; border-style:none; }
p.whs2 { font-size:12pt; } p.whs2 { font-size:12pt; }
p.whs3 { font-size:12pt; margin-left:0px; } p.whs3 { font-size:12pt; margin-left:40px; }
img_whs4 { border:none; width:312px; height:367px; float:none; border-style:none; } img_whs4 { border:none; width:312px; height:367px; float:none; border-style:none; }
p.whs5 { font-size:12pt; margin-left:40px; } img_whs5 { border:none; float:none; width:260px; height:230px; border-style:none; }
img_whs6 { border:none; float:none; width:260px; height:230px; border-style:none; }
--> -->
</style><script type="text/javascript" language="JavaScript"> </style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
<!--
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
{
var strNSS = "<style type='text/css'>";
strNSS += "p.whs3 {margin-left: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)
@ -49,43 +37,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nCreating geometrical objects\nGeneration of Complex Objects\nFilling"); addTocInfo("Geometry module\nCreating geometrical objects\nCreating Complex Objects\nFilling");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image58.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</font></span>Filling <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image58.gif" width="20px" height="20px" border="0" class="img_whs1"> &nbsp;</font></span>Filling
Surface with Curves</h1> Surface with Curves</h1>
@ -132,9 +125,9 @@ else
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs5"><img src="pics/filling_compoundsn.png" x-maintain-ratio="TRUE" width="260px" height="230px" border="0" class="img_whs6"> <img src="pics/fillingsn.png" x-maintain-ratio="TRUE" width="260px" height="230px" border="0" class="img_whs6"> &nbsp;</p> <p class="whs3"><img src="pics/filling_compoundsn.png" x-maintain-ratio="TRUE" width="260px" height="230px" border="0" class="img_whs5"> <img src="pics/fillingsn.png" x-maintain-ratio="TRUE" width="260px" height="230px" border="0" class="img_whs5"> &nbsp;</p>
<p class="whs5">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs2">Our TUI Scripts provide you with useful examples <p class="whs2">Our TUI Scripts provide you with useful examples
of creation of <a href="complex_objects.htm#bookmark2">Complex Geometric of creation of <a href="complex_objects.htm#bookmark2">Complex Geometric

View File

@ -52,48 +52,54 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nBoolean Operations\nFuse"); addTocInfo("Geometry module\nTransforming geometrical objects\nBoolean Operations\nFuse");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image3.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Fuse</h1> <h1><span style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="files/salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image3.gif" width="20px" height="20px" border="0" class="img_whs1"> </font></span>Fuse</h1>
<p class="whs2"><b style="font-weight: normal;">T</b>o produce <p class="whs2"><b style="font-weight: normal;">T</b>o produce
a <span style="font-weight: bold;"><B>Fuse</B></span> in the Main Menu select a <span style="font-weight: bold;"><B>Fuse</B></span> operation in the Main Menu
<span style="font-weight: bold;"><B>Operations - &gt; Boolean - &gt; Fuse</B></span></p> select <span style="font-weight: bold;"><B>Operations - &gt; Boolean - &gt;
Fuse</B></span></p>
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>

View File

@ -1,139 +0,0 @@
<html>
<head><script language="javascript">
<!--
var sIcon="whstart.ico";
var sPath=document.location.href;
if (sPath.indexOf("http")!= -1)
document.write("<link REL=\"SHORTCUT ICON\" href=\""+ sIcon +"\">");
//-->
</script>
<title>GEOM reference manual</title>
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">
<meta name="description" content="WebHelp 5.50">
</head>
<script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript" src="whutils.js"></script>
<script type="text/javascript" language="javascript" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" >
<!--
if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)
document.location.reload();
//-->
</script>
<script type="text/javascript" language="javascript" src="whstub.js"></script>
<script language="javascript">
<!--
var nWebhelpNavPaneMode = 1; //1: DHTML 2:Applet 3:PureHTML 4:NoframeAt all
var strPaneDHTML = "whskin_pdhtml.htm"; //whd_nvp10.htm if tab enabled, whnframe.htm if tab disabled.
var strPaneApplet = "whskin_papplet.htm";
var strPaneList = "whskin_plist.htm";
var bNoApplet = false;
var strPane = "";
var nViewFrameType = -1;
if (!window.gAgent)
{
// low end browser, we don't even try to determine it.
document.location = "whnjs.htm";
}
else
{
if (!gbNav4&&!gbIE4&&!gbOpera7&&!gbSafari)
document.location = "whnjs.htm";
else if (gbNav4 && !gbNav6 && ((gnVerMinor <= 4.06)))
document.location = "whnjs.htm";
else if (gbMac && gbIE4 && !gbIE5)
document.location = "whnjs.htm";
//figure out which mode is the best
else
{
nViewFrameType=nWebhelpNavPaneMode;
if (nWebhelpNavPaneMode==1||nWebhelpNavPaneMode == 2)
{
var gbDHTML=(nWebhelpNavPaneMode==1);
if (gbNav4) nViewFrameType = 2;
if (gbNav4&&(gnVerMinor < 4.1)) nViewFrameType = 3;
if (gbNav4&&(gnVerMinor == 4.6)) nViewFrameType = 3;
if (gbIE4&&gbDHTML) nViewFrameType = 1;
if (gbIE4&&gbSunOS&&nWebhelpNavPaneMode==2) nViewFrameType = 3;
if (gbNav4&&gbSunOS&&nViewFrameType==2) nViewFrameType = 3;
if (gbNav6&&gbDHTML) nViewFrameType = 1;
if (gbNav6&&!gbNav61&&nWebhelpNavPaneMode == 2) nViewFrameType = 3;
if (gbMac) nViewFrameType = 3;
if (gbOpera7&&nViewFrameType == 2) nViewFrameType = 3;
if ((bNoApplet)&&(nViewFrameType == 2)) nViewFrameType = 3;
}
}
}
if (nViewFrameType!=-1)
{
var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));
//The colordepth of the 16 color on Windows is 1.
if ((gbWindows) && (gbNav4) && (window.screen) && (window.screen.colorDepth <= 4))
{
alert("WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors.");
nViewFrameType = 3;
}
//figure out which one is navpane
// ReplaceMark:nViewFrameType = 1
if (nViewFrameType == 1)
{
if (gbNav4 && !gbNav6)
strPane = strPaneList;
else
strPane = strPaneDHTML;
}
else if (nViewFrameType == 2)
strPane = strPaneApplet;
else
strPane = strPaneList;
}
//-->
</script>
<script type="text/javascript" language="javascript" src="whstart.js"></script>
<script type="text/javascript" language="javascript">
<!--
if (!gbIE4&&!gbNav4&&!gbOpera7&&!gbSafari)
document.location = "whnjs.htm";
function CMRAgent( strID, strURL, strLabel, strFrameAttr )
{
this.m_strID = strID;
this.m_strURL = strURL;
this.m_strLabel = strLabel;
this.m_strFrameAttr = strFrameAttr;
}
function CMRServer()
{
this.m_cAgents = new Array;
}
var cMRServer = new CMRServer;
// GetServerInfo
// Registry the agent array handled by webhelp
// ReplaceMark:MRServer.strServerData
//-->
</script>
<script type="text/javascript" language="javascript">
<!--
if (nViewFrameType!=-1)
{
var strHTML = "<frameset rows=\"32,*\" hostof=\"parent:toolbar!startpage:yes\" frameborder=\"0\" border=\"0\"><frame src=\"whskin_tbars.htm\" id=\"toolbar\" frameborder=\"0\" border=\"0\" scrolling=\"no\" noresize marginheight=\"0\" marginwidth=\"0\" title=\"Toolbar\"></frame><frame src=\"whskin_frmset01.htm\" frameborder=\"1\" border=\"1\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame></frameset>";
document.write(strHTML);
}
//-->
</script>
<frameset cols="100%,*" frameborder=no border=0>
<frame src="whnjs.htm">
<frame src="whskin_blank.htm" noresize>
</frameset>
</html>

View File

@ -1,5 +1,5 @@
|SourceProjectName:GEOM.hpr |SourceProjectName:GEOM.hpr
|DestinationProjectName:geom.htm |DestinationProjectName:index.htm
whhost.js whhost.js
whmsg.js whmsg.js
whmozemu.js whmozemu.js
@ -74,76 +74,58 @@ cshdat_webhelp.htm
whcsh_home.htm whcsh_home.htm
whcshdata.htm whcshdata.htm
cshdat_robohelp.htm cshdat_robohelp.htm
wht_tab0.gif whd_topic.xml
wht_tab1.gif whd_nvp10.htm
wht_tab2.gif whd_nvp20.htm
wht_tab3.gif whd_tabs.htm
wht_tab4.gif whd_dpns.htm
wht_tab5.gif whd_tab0.gif
wht_tab6.gif whd_tab1.gif
wht_tab7.gif whd_tab2.gif
wht_tab8.gif whd_tab3.gif
wht_glo_h.gif whd_tab4.gif
wht_glo_n.gif whd_tab5.gif
wht_fts_h.gif whd_tab6.gif
wht_fts_n.gif whd_tab7.gif
wht_idx_h.gif whd_tab8.gif
wht_idx_n.gif whd_toc1.gif
wht_toc_h.gif whd_toc2.gif
wht_toc_n.gif whd_toc3.gif
wht_ws.gif whd_toc4.gif
wht_ws_g.gif whd_show0.gif
wht_logo1.gif whd_show1.gif
wht_logo2.gif whd_show2.gif
wht_abgw.jpg whd_hide0.gif
wht_abgi.jpg whd_hide1.gif
wht_abge.jpg whd_hide2.gif
wht_abtw.jpg whd_sync0.gif
wht_abte.jpg whd_sync1.gif
wht_abti.jpg whd_sync2.gif
wht_spac.gif whd_prev0.gif
wht_next.gif whd_prev1.gif
wht_next_g.gif whd_prev2.gif
wht_prev.gif whd_next0.gif
wht_prev_g.gif whd_next1.gif
wht_sync.gif whd_next2.gif
wht_hide.gif whd_wbsh0.gif
wht_go.gif whd_wbsh1.gif
whstart.ico whd_wbsh2.gif
whestart.ico
whrstart.ico
whidhtml.htm whidhtml.htm
whfdhtml.htm whfdhtml.htm
whskin_banner.htm index_hha.hhk
whtbar.js index.hhc
whskin_pdhtml.htm index.hhk
whskin_papplet.htm
whskin_plist.htm
whskin_tbars.htm
whskin_mbars.htm
wht_toc4.gif
wht_toc1.gif
wht_toc2.gif
wht_toc3.gif
whskin_frmset010.htm
whst_topics.xml
whskin_frmset01.htm
geom_hha.hhk
geom.hhc
geom.hhk
add_point_on_edge.htm add_point_on_edge.htm
arc.htm arc.htm
archimede.htm archimede.htm
basic_geometrical_objects.htm basic_geometrical_objects.htm
basic_operations.htm basic_operations.htm
blocks.htm
blocks_operations.htm blocks_operations.htm
boolean_operations.htm boolean_operations.htm
box.htm box.htm
building_by_blocks.htm building_by_blocks.htm
chamfer.htm chamfer.htm
changing_display_parameters.htm changing_display_parameters.htm
changing_displaying_parameters.htm
check_free_boundaries.htm check_free_boundaries.htm
check_free_faces.htm check_free_faces.htm
circle.htm circle.htm
@ -163,21 +145,14 @@ explode_on_blocks.htm
extrusion.htm extrusion.htm
face.htm face.htm
files\introduction_to_geom.htm files\introduction_to_geom.htm
files\salome2_sp3_basicgui_functions.htm
files\salome2_sp3_booleangui_functions.htm files\salome2_sp3_booleangui_functions.htm
files\salome2_sp3_buildgui_functions.htm
files\salome2_sp3_displaygui_functions.htm
files\salome2_sp3_generationgui_functions.htm
files\salome2_sp3_geomtoolsgui_functions.htm files\salome2_sp3_geomtoolsgui_functions.htm
files\salome2_sp3_measuregui_functions.htm files\salome2_sp3_measuregui_functions.htm
files\salome2_sp3_operationgui_functions.htm
files\salome2_sp3_primitivegui_functions.htm
files\salome2_sp3_repairgui_functions.htm
files\salome2_sp3_transformationgui_functions.htm
fillet.htm fillet.htm
filling.htm filling.htm
fuse.htm fuse.htm
geometrical_objects.htm geometrical_objects.htm
geometry.htm
glue_faces.htm glue_faces.htm
groups.htm groups.htm
isos.htm isos.htm
@ -190,6 +165,7 @@ multi_rotation.htm
multi_transformation.htm multi_transformation.htm
multi_translation.htm multi_translation.htm
newentity_blocks.htm newentity_blocks.htm
occ_viewer.htm
offset_surface.htm offset_surface.htm
partition.htm partition.htm
pipe_creation.htm pipe_creation.htm
@ -217,31 +193,31 @@ translation.htm
transparency.htm transparency.htm
turus.htm turus.htm
vector.htm vector.htm
viewing_geometrical_objects.htm
wire.htm wire.htm
wireframe_and_shading.htm wireframe_and_shading.htm
working_plane.htm working_plane.htm
working_with_groups.htm working_with_groups.htm
ehelp.xml ehelp.xml
geom.glo index.glo
default.css default.css
pics\image86.gif
pics\image103.gif
pics\image97.gif
pics\chamfer_all.png pics\chamfer_all.png
pics\edgesn.png pics\edgesn.png
pics\boxes.png pics\boxes.png
pics\mtrans1.png pics\mtrans1.png
pics\transformation3.png pics\transformation3.png
pics\mtransf2.png pics\mtransf2.png
pics\export.png
image15.jpg image15.jpg
image204.jpg image204.jpg
image56.gif image56.gif
image149.jpg
image127.jpg
image23.gif
image12.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image73.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 files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image4.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image17.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image17.gif
pics\clipping.png
pics\image98.gif
pics\archimedesn1.png pics\archimedesn1.png
pics\neo-basicprop.png pics\neo-basicprop.png
pics\mtrans2.png pics\mtrans2.png
@ -251,12 +227,12 @@ pics\plane1.png
image16.jpg image16.jpg
image57.gif image57.gif
image35.gif image35.gif
image128.jpg
image24.gif
image27.jpg
image13.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image74.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image74.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image18.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image18.gif
pics\image105.gif
pics\image99.gif
pics\image88.gif
pics\image77.gif
pics\suppress_faces1.png pics\suppress_faces1.png
pics\mirror_axissn1.png pics\mirror_axissn1.png
pics\archimedesn2.png pics\archimedesn2.png
@ -267,12 +243,13 @@ pics\transformation5.png
pics\mtransf4.png pics\mtransf4.png
pics\plane2.png pics\plane2.png
image206.jpg image206.jpg
image25.gif
image129.jpg
image14.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image75.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image75.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image30.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image30.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image19.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image19.gif
image26.gif
image1.jpg
pics\image106.gif
pics\image89.gif
pics\suppress_faces2.png pics\suppress_faces2.png
pics\multi_translation1dsn.png pics\multi_translation1dsn.png
pics\mirror_axissn2.png pics\mirror_axissn2.png
@ -282,15 +259,11 @@ pics\wiresn.png
pics\transformation11.png pics\transformation11.png
pics\transformation6.png pics\transformation6.png
pics\block1.png pics\block1.png
pics\creategroup.png
pics\pipe.png pics\pipe.png
pics\torus1.png pics\torus1.png
pics\plane3.png pics\plane3.png
image59.gif image59.gif
image37.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_operationgui_functions_salome2_sp3_operationgui_functions_image87.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image76.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image76.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image31.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image31.gif
@ -304,11 +277,9 @@ pics\transformation7.png
pics\block2.png pics\block2.png
pics\torus2.png pics\torus2.png
image27.gif image27.gif
image191.jpg
image180.jpg image180.jpg
image49.gif image49.gif
image109.jpg image109.jpg
image16.gif
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_repairgui_functions_salome2_sp3_repairgui_functions_image119.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_operationgui_functions_salome2_sp3_operationgui_functions_image88.gif
@ -329,14 +300,14 @@ pics\repair2.png
pics\transformation8.png pics\transformation8.png
pics\block3.png pics\block3.png
image181.jpg image181.jpg
image170.jpg
image80.jpg
image17.gif
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_operationgui_functions_salome2_sp3_operationgui_functions_image89.gif files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image89.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image78.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image78.gif
image3.jpg image3.jpg
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image33.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image33.gif
image18.gif
image1.gif
pics\geomimport.png
pics\neo-isos.png pics\neo-isos.png
pics\glue_faces2.png pics\glue_faces2.png
pics\supp_int_wires2.png pics\supp_int_wires2.png
@ -356,11 +327,10 @@ pics\block4.png
pics\sphere1.png pics\sphere1.png
image193.jpg image193.jpg
image29.gif image29.gif
image171.jpg
image160.jpg image160.jpg
image81.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_basicgui_functions_salome2_sp3_basicgui_functions_image34.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image34.gif
image2.gif
pics\chamfer_faces.png pics\chamfer_faces.png
pics\fillet_prism.png pics\fillet_prism.png
pics\rotationsn1.png pics\rotationsn1.png
@ -378,11 +348,6 @@ pics\partition2.png
pics\block5.png pics\block5.png
pics\sphere2.png pics\sphere2.png
pics\point1.png pics\point1.png
pics\import.png
image172.jpg
image150.jpg
image82.jpg
image19.gif
pics\rotationsn2.png pics\rotationsn2.png
pics\disp_mode2sn.png pics\disp_mode2sn.png
pics\neo-detect2.png pics\neo-detect2.png
@ -398,10 +363,8 @@ pics\arc.png
pics\ellipse.png pics\ellipse.png
pics\circle1.png pics\circle1.png
image3.gif image3.gif
image151.jpg
image94.jpg
image83.jpg
files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image56.gif files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image56.gif
image4.gif
pics\isos_u12_v12sn.png pics\isos_u12_v12sn.png
pics\free_boudaries1.png pics\free_boudaries1.png
pics\multi_rotation1d1.png pics\multi_rotation1d1.png
@ -419,11 +382,8 @@ pics\cone1.png
pics\circle2.png pics\circle2.png
pics\point3.png pics\point3.png
image185.jpg image185.jpg
image163.jpg
image130.jpg
image95.jpg
image84.jpg
files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image57.gif files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image57.gif
image5.gif
pics\free_boudaries2.png pics\free_boudaries2.png
pics\multi_rotation2d1.png pics\multi_rotation2d1.png
pics\multi_rotation1d2.png pics\multi_rotation1d2.png
@ -435,14 +395,9 @@ pics\measures5.png
pics\repair7.png pics\repair7.png
pics\chamfer3.png pics\chamfer3.png
pics\cone2.png pics\cone2.png
image197.jpg
image164.jpg
image96.jpg
image85.jpg
image52.jpg
image8.jpg
files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image58.gif files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image58.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image27.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image27.gif
pics\image91.gif
pics\chamfer_edge.png pics\chamfer_edge.png
pics\fillet_edge.png pics\fillet_edge.png
pics\multi_rotation2d2.png pics\multi_rotation2d2.png
@ -458,14 +413,8 @@ pics\cylinder1.png
pics\vector1.png pics\vector1.png
image61.gif image61.gif
image154.jpg image154.jpg
image121.jpg
image110.jpg image110.jpg
image97.jpg
image53.jpg
image9.jpg
image6.gif
files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image59.gif files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image59.gif
files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image28.gif
pics\scale_transformsn2.png pics\scale_transformsn2.png
pics\translationsn1.png pics\translationsn1.png
pics\facesn1.png pics\facesn1.png
@ -473,15 +422,7 @@ pics\neo-mrot2.png
pics\repair9.png pics\repair9.png
pics\cylinder2.png pics\cylinder2.png
pics\vector2.png pics\vector2.png
image188.jpg
image51.gif image51.gif
image133.jpg
image122.jpg
image98.jpg
image76.jpg
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_repairgui_functions_salome2_sp3_repairgui_functions_image121.gif files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image121.gif
files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image90.gif files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image90.gif
@ -499,22 +440,19 @@ pics\measures8.png
pics\fillet1.png pics\fillet1.png
pics\archimede.png pics\archimede.png
pics\workplane4.png pics\workplane4.png
image189.jpg
image52.gif image52.gif
image167.jpg image167.jpg
image156.jpg image156.jpg
image41.gif image41.gif
image145.jpg image145.jpg
image112.jpg image112.jpg
files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image51.gif
image8.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_repairgui_functions_salome2_sp3_repairgui_functions_image122.gif files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image122.gif
files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image100.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image100.gif
files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image99.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image99.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image13.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image13.gif
image31.gif pics\image100.gif
pics\geomcreategroup.png
pics\commonsn.png pics\commonsn.png
pics\free_faces2.png pics\free_faces2.png
pics\mirror_planesn1.png pics\mirror_planesn1.png
@ -528,21 +466,14 @@ pics\neo-transparency.png
pics\measures9.png pics\measures9.png
pics\fillet2.png pics\fillet2.png
pics\workplane5.png pics\workplane5.png
image201.jpg
image53.gif image53.gif
image168.jpg image168.jpg
image42.gif image42.gif
image124.jpg
image113.jpg image113.jpg
image78.jpg
image20.gif
image67.jpg
image9.gif
image12.jpg
files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image101.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 files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image1.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image14.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image14.gif
pics\image95.gif
pics\mirror_planesn2.png pics\mirror_planesn2.png
pics\neo-scetcher2.png pics\neo-scetcher2.png
pics\transformation1.png pics\transformation1.png
@ -552,16 +483,15 @@ pics\workplane6.png
pics\curve.png pics\curve.png
pics\line.png pics\line.png
image10.gif image10.gif
image202.jpg
image147.jpg
image32.gif image32.gif
image79.jpg
image21.gif
files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image102.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image102.gif
files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image71.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image71.gif
files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image53.gif
files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image2.gif files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image2.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image15.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image15.gif
image33.gif
pics\image102.gif
pics\image96.gif
pics\geomexport.png
pics\multi_translation_initialsn.png pics\multi_translation_initialsn.png
pics\plane_on_face.png pics\plane_on_face.png
pics\bezier.png pics\bezier.png
@ -572,15 +502,12 @@ pics\editgroup.png
pics\extrusion.png pics\extrusion.png
pics\box2.png pics\box2.png
image44.gif image44.gif
image22.gif
image11.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_image72.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image72.gif
files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image54.gif
files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image3.gif files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image3.gif
salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image16.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image16.gif
ehlpdhtm.js ehlpdhtm.js
geom.ppf index.ppf
default_ns.css default_ns.css
whxdata\whtdata0.xml whxdata\whtdata0.xml
whxdata\whftdata0.xml whxdata\whftdata0.xml
@ -607,7 +534,6 @@ whgdata\whlstt13.htm
whgdata\whlstt14.htm whgdata\whlstt14.htm
whgdata\whlstt15.htm whgdata\whlstt15.htm
whgdata\whlstt16.htm whgdata\whlstt16.htm
whgdata\whlstt17.htm
whgdata\whlsti0.htm whgdata\whlsti0.htm
whgdata\whlstfl0.htm whgdata\whlstfl0.htm
whgdata\whlstfl1.htm whgdata\whlstfl1.htm
@ -635,6 +561,7 @@ whgdata\whlstfl22.htm
whgdata\whlstfl23.htm whgdata\whlstfl23.htm
whgdata\whlstfl24.htm whgdata\whlstfl24.htm
whgdata\whlstfl25.htm whgdata\whlstfl25.htm
whgdata\whlstfl26.htm
whgdata\whlstf0.htm whgdata\whlstf0.htm
whgdata\whlstf1.htm whgdata\whlstf1.htm
whgdata\whlstf2.htm whgdata\whlstf2.htm
@ -649,9 +576,7 @@ whgdata\whlstf10.htm
whgdata\whlstf11.htm whgdata\whlstf11.htm
whgdata\whlstf12.htm whgdata\whlstf12.htm
whgdata\whlstf13.htm whgdata\whlstf13.htm
whgdata\whlstf14.htm
whgdata\whlstf15.htm
whgdata\whlstg0.htm whgdata\whlstg0.htm
geom.htm index.htm
geom_csh.htm index_csh.htm
geom_rhc.htm index_rhc.htm

View File

@ -1,106 +0,0 @@
<html>
<head>
<title>GEOM reference manual</title>
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">
<meta name="description" content="WebHelp 5.50">
<script language="javascript" src="whutils.js"></script>
<script language="javascript">
<!--
var gCSHFileName = "whc_data.htm";
var gCSHSuffixName1 = "_csh.html";
var gCSHSuffixName2 = "_csh.htm";
//-->
</script>
<script language="javascript">
<!--
gCSHFileName="cshdat_webhelp.htm";
//-->
</script>
<script language="javascript">
<!--
var gasProj = new Array();
gasProj[0] = _getPath(document.location.href);
var gCurrent = 0;
function addProject(strProj)
{
var len = gasProj.length;
if (strProj)
{
strProj = _replaceSlash(strProj);
if (strProj.lastIndexOf("/") != strProj.length - 1)
strProj += "/";
var strPPath = _getFullPath(_getPath(document.location.href), strProj);
var bFound = false;
for (var i = 0; i < len; i ++)
{
if (isSamePath(gasProj[i], strPPath))
{
bFound = true;
break;
}
}
if (!bFound)
gasProj[len] = strPPath;
}
}
function isSamePath(strPath1, strPath2)
{
return strPath1.toLowerCase() == strPath2.toLowerCase();
}
function goNext()
{
gCurrent ++;
var len = gasProj.length;
if (gCurrent >= len)
return getHomePage()
else
frames["csh"].location = gasProj[gCurrent] + gCSHFileName;
return "";
}
function getRelHomePage(strLocation)
{
var strCurPPath = _getPath(strLocation);
var strOriPPath = _getPath(getHomePage());
var strRelPath = _getRelativeFileName(strOriPPath, strCurPPath);
var strURL = getHomePage() + "#" + strRelPath;
return strURL;
}
function getHomePage()
{
var strHomePage;
var strTmp = location.toString();
var nPos = strTmp.indexOf("#");
if (nPos != -1)
{
strHomePage = strTmp.substring(0, nPos);
}
else
{
strHomePage = strTmp;
}
var nPos1 = strHomePage.indexOf(gCSHSuffixName1);
var nPos = strHomePage.indexOf(gCSHSuffixName2);
if (nPos != -1)
{
strHomePage = strHomePage.substring(0,nPos);
if (nPos1 != -1)
strHomePage += ".html";
else
strHomePage += ".htm";
}
return strHomePage;
}
//-->
</script>
</head>
<frameset rows="1,*">
<frame name="dumb" src="about:blank"></frame>
<frame name="csh" src="cshdat_webhelp.htm"></frame>
</frameset>
</html>

View File

@ -1,106 +0,0 @@
<html>
<head>
<title>GEOM reference manual</title>
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">
<meta name="description" content="WebHelp 5.50">
<script language="javascript" src="whutils.js"></script>
<script language="javascript">
<!--
var gCSHFileName = "whc_data.htm";
var gCSHSuffixName1 = "_rhc.html";
var gCSHSuffixName2 = "_rhc.htm";
//-->
</script>
<script language="javascript">
<!--
gCSHFileName="cshdat_robohelp.htm";
//-->
</script>
<script language="javascript">
<!--
var gasProj = new Array();
gasProj[0] = _getPath(document.location.href);
var gCurrent = 0;
function addProject(strProj)
{
var len = gasProj.length;
if (strProj)
{
strProj = _replaceSlash(strProj);
if (strProj.lastIndexOf("/") != strProj.length - 1)
strProj += "/";
var strPPath = _getFullPath(_getPath(document.location.href), strProj);
var bFound = false;
for (var i = 0; i < len; i ++)
{
if (isSamePath(gasProj[i], strPPath))
{
bFound = true;
break;
}
}
if (!bFound)
gasProj[len] = strPPath;
}
}
function isSamePath(strPath1, strPath2)
{
return strPath1.toLowerCase() == strPath2.toLowerCase();
}
function goNext()
{
gCurrent ++;
var len = gasProj.length;
if (gCurrent >= len)
return getHomePage()
else
frames["csh"].location = gasProj[gCurrent] + gCSHFileName;
return "";
}
function getRelHomePage(strLocation)
{
var strCurPPath = _getPath(strLocation);
var strOriPPath = _getPath(getHomePage());
var strRelPath = _getRelativeFileName(strOriPPath, strCurPPath);
var strURL = getHomePage() + "#" + strRelPath;
return strURL;
}
function getHomePage()
{
var strHomePage;
var strTmp = location.toString();
var nPos = strTmp.indexOf("#");
if (nPos != -1)
{
strHomePage = strTmp.substring(0, nPos);
}
else
{
strHomePage = strTmp;
}
var nPos1 = strHomePage.indexOf(gCSHSuffixName1);
var nPos = strHomePage.indexOf(gCSHSuffixName2);
if (nPos != -1)
{
strHomePage = strHomePage.substring(0,nPos);
if (nPos1 != -1)
strHomePage += ".html";
else
strHomePage += ".htm";
}
return strHomePage;
}
//-->
</script>
</head>
<frameset rows="1,*">
<frame name="dumb" src="about:blank"></frame>
<frame name="csh" src="cshdat_robohelp.htm"></frame>
</frameset>
</html>

View File

@ -34,43 +34,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nAdvanced Geometrical Objects"); addTocInfo("Geometry module\nTUI Scripts\nCreating Geometric Objects\nAdvanced Geometrical Objects");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1>Advanced Geometrical Objects</h1> <h1>Advanced Geometrical Objects</h1>
<h3><a name=bookmark>Creation of an Edge</a></h3> <h3><a name=bookmark>Creation of an Edge</a></h3>

View File

@ -60,43 +60,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTransforming geometrical objects\nRepairing Operations\nGlue Faces"); addTocInfo("Geometry module\nTransforming geometrical objects\nRepairing Operations\nGlue Faces");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><img src="image61.gif" width="25px" height="24px" border="0" class="img_whs1"> </font></span>Glue Faces</h1> <h1><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><img src="image61.gif" width="25px" height="24px" border="0" class="img_whs1"> </font></span>Glue Faces</h1>
<p class="whs2"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b style="font-weight: normal;">T</b>o <p class="whs2"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b style="font-weight: normal;">T</b>o
@ -110,11 +115,13 @@ else
<p class="whs4">&nbsp;</p> <p class="whs4">&nbsp;</p>
<p class="whs4"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b style="font-weight: bold;">Result:</b> <p class="whs2"><b><span style="font-weight: normal;">T</span></b><b><span
GEOM_Object.</font></span></p> style="font-weight: normal;">he</span> Result <span style="font-weight: normal;">will
be a</span></b><b> <span style="font-weight: bold;"><B>GEOM_Object. </B></span></b></p>
<p class="whs4"><b style="font-weight: bold;">TUI Command <p class="whs2">&nbsp;</p>
: </b><span style="font-style: italic;"><I>geompy.MakeGlueFaces(theShape,
<p class="whs4"><b>TUI Command : </b><span style="font-style: italic;"><I>geompy.MakeGlueFaces(theShape,
theTolerance)</I></span>, where theShape is a compound of shapes to be glued, theTolerance)</I></span>, where theShape is a compound of shapes to be glued,
theTolerance is a maximum distance between two faces, which can be considered theTolerance is a maximum distance between two faces, which can be considered
as coincident.</p> as coincident.</p>

View File

@ -33,43 +33,48 @@ onerror = null;
<style type="text/css"> <style type="text/css">
<!-- <!--
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; } div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
--> -->
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> </style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script> <script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script> <script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
</head> <script type="text/javascript" language="javascript1.2">
<body><script type="text/javascript" language="javascript1.2">
<!-- <!--
if (window.gbWhTopic) if (window.gbWhTopic)
{ {
if (window.addTocInfo) if (window.setRelStartPage)
{ {
addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nWorking with Groups"); addTocInfo("Geometry module\nTUI Scripts\nCreating Geometric Objects\nWorking with Groups");
addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");
} }
if (window.writeBtnStyle)
writeBtnStyle();
if (window.writeIntopicBar)
writeIntopicBar(1);
if (window.setRelStartPage) if (window.setRelStartPage)
{ {
setRelStartPage("geom.htm"); setRelStartPage("index.htm");
autoSync(1); autoSync(1);
sendSyncInfo(); sendSyncInfo();
sendAveInfoOut(); sendAveInfoOut();
} }
} }
else else
if (window.gbIE4) if (window.gbIE4)
document.location.reload(); document.location.reload();
//--> //-->
</script> </script>
</head>
<body><script type="text/javascript" language="javascript1.2">
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
</script>
<h1>Groups</h1> <h1>Groups</h1>
<h3>Creation of a group</h3> <h3>Creation of a group</h3>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

After

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Some files were not shown because too many files have changed in this diff Show More