Merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_08Jul08)
@ -33,10 +33,10 @@ fi
|
|||||||
for option
|
for option
|
||||||
do
|
do
|
||||||
case $option in
|
case $option in
|
||||||
-with-ihm | --with-ihm)
|
-with-gui | --with-gui)
|
||||||
GEOM_WITH_GUI="yes"
|
GEOM_WITH_GUI="yes"
|
||||||
break;;
|
break;;
|
||||||
-without-ihm | --without-ihm | -with-ihm=no | --with-ihm=no)
|
-without-gui | --without-gui | -with-gui=no | --with-gui=no)
|
||||||
GEOM_WITH_GUI="no"
|
GEOM_WITH_GUI="no"
|
||||||
break;;
|
break;;
|
||||||
esac
|
esac
|
||||||
|
@ -369,6 +369,7 @@ AC_OUTPUT([ \
|
|||||||
./doc/salome/gui/Makefile \
|
./doc/salome/gui/Makefile \
|
||||||
./doc/salome/gui/GEOM/doxyfile \
|
./doc/salome/gui/GEOM/doxyfile \
|
||||||
./doc/salome/gui/GEOM/doxyfile_py \
|
./doc/salome/gui/GEOM/doxyfile_py \
|
||||||
|
./doc/salome/gui/GEOM/doxyfile_tui \
|
||||||
./doc/salome/tui/Makefile \
|
./doc/salome/tui/Makefile \
|
||||||
./doc/salome/tui/GEOM/doxyfile \
|
./doc/salome/tui/GEOM/doxyfile \
|
||||||
./doc/salome/tui/GEOM/sources/static/tree.js \
|
./doc/salome/tui/GEOM/sources/static/tree.js \
|
||||||
|
@ -18,7 +18,9 @@ WARNINGS = YES
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = @srcdir@/input
|
INPUT = @srcdir@/input
|
||||||
FILE_PATTERNS = *.doc
|
FILE_PATTERNS = *.doc
|
||||||
|
EXCLUDE =
|
||||||
IMAGE_PATH = @srcdir@/images
|
IMAGE_PATH = @srcdir@/images
|
||||||
|
EXAMPLE_PATH = @top_srcdir@/src/GEOM_SWIG
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
#HTML related options
|
#HTML related options
|
||||||
@ -46,4 +48,5 @@ GENERATE_RTF = NO
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
#External reference options
|
#External reference options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
TAGFILES = geompy_doc.tag=./geompy_doc
|
TAGFILES = geompy_doc.tag=./geompy_doc
|
||||||
|
ALLEXTERNALS = NO
|
||||||
|
@ -80,6 +80,7 @@ EXAMPLE_RECURSIVE = NO
|
|||||||
INPUT = @top_srcdir@/src/GEOM_SWIG
|
INPUT = @top_srcdir@/src/GEOM_SWIG
|
||||||
FILE_PATTERNS = geompyDC.py
|
FILE_PATTERNS = geompyDC.py
|
||||||
IMAGE_PATH = @srcdir@/images
|
IMAGE_PATH = @srcdir@/images
|
||||||
|
EXAMPLE_PATH = @top_srcdir@/src/GEOM_SWIG
|
||||||
RECURSIVE = NO
|
RECURSIVE = NO
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
@ -142,3 +143,4 @@ DOT_CLEANUP = YES
|
|||||||
#External reference options
|
#External reference options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
GENERATE_TAGFILE = geompy_doc.tag
|
GENERATE_TAGFILE = geompy_doc.tag
|
||||||
|
TAGFILES = tui_examples.tag=./..
|
||||||
|
50
doc/salome/gui/GEOM/doxyfile_tui.in
Executable file
@ -0,0 +1,50 @@
|
|||||||
|
#---------------------------------------------------------------------------
|
||||||
|
# Project related configuration options
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
PROJECT_NAME = "Geometry Module Reference Manual v.@VERSION@"
|
||||||
|
OUTPUT_DIRECTORY = ./
|
||||||
|
CREATE_SUBDIRS = NO
|
||||||
|
OUTPUT_LANGUAGE = English
|
||||||
|
TAB_SIZE = 5
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
# configuration options related to warning and progress messages
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
QUIET = NO
|
||||||
|
WARNINGS = YES
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
#Input related options
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
INPUT = @srcdir@/input
|
||||||
|
FILE_PATTERNS = tui_*.doc
|
||||||
|
IMAGE_PATH = @srcdir@/images
|
||||||
|
EXAMPLE_PATH = @top_srcdir@/src/GEOM_SWIG
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
#HTML related options
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
GENERATE_HTML = YES
|
||||||
|
HTML_OUTPUT = ./
|
||||||
|
HTML_HEADER = @srcdir@/static/header.html
|
||||||
|
HTML_FOOTER = @srcdir@/static/footer.html
|
||||||
|
#HTML_STYLESHEET = @srcdir@/static/doxygen.css
|
||||||
|
TOC_EXPAND = YES
|
||||||
|
DISABLE_INDEX = NO
|
||||||
|
GENERATE_TREEVIEW = YES
|
||||||
|
TREEVIEW_WIDTH = 300
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
#LaTeX related option
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
GENERATE_LATEX = NO
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
#RTF related options
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
GENERATE_RTF = NO
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
#External reference options
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
GENERATE_TAGFILE = tui_examples.tag
|
@ -1,143 +0,0 @@
|
|||||||
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
|
|
||||||
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>Introduction to GEOM</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">
|
|
||||||
<!--
|
|
||||||
img_whs1 { border:none; width:30px; height:30px; float:none; border-style:none; }
|
|
||||||
ul.whs2 { list-style:disc; }
|
|
||||||
table.whs3 { x-cell-content-align:top; width:100%; border-spacing:0px; }
|
|
||||||
col.whs4 { width:50%; }
|
|
||||||
tr.whs5 { x-cell-content-align:top; }
|
|
||||||
td.whs6 { width:50%; padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-top-style:none; border-bottom-style:none; }
|
|
||||||
td.whs7 { width:50%; padding-right:10px; padding-left:10px; border-top-style:none; border-bottom-style:none; border-right-style:none; }
|
|
||||||
img_whs8 { border:none; width:400px; height:292px; border-style:none; }
|
|
||||||
-->
|
|
||||||
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
|
|
||||||
<!--
|
|
||||||
function reDo() {
|
|
||||||
if (innerWidth != origWidth || innerHeight != origHeight)
|
|
||||||
location.reload();
|
|
||||||
}
|
|
||||||
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
|
|
||||||
origWidth = innerWidth;
|
|
||||||
origHeight = innerHeight;
|
|
||||||
onresize = reDo;
|
|
||||||
}
|
|
||||||
onerror = null;
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<style type="text/css">
|
|
||||||
<!--
|
|
||||||
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
|
|
||||||
p.WebHelpNavBar { text-align:right; }
|
|
||||||
-->
|
|
||||||
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript" src="../whver.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.gbWhTopic)
|
|
||||||
{
|
|
||||||
if (window.setRelStartPage)
|
|
||||||
{
|
|
||||||
addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");
|
|
||||||
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if (window.setRelStartPage)
|
|
||||||
{
|
|
||||||
setRelStartPage("../index.htm");
|
|
||||||
|
|
||||||
autoSync(1);
|
|
||||||
sendSyncInfo();
|
|
||||||
sendAveInfoOut();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
else
|
|
||||||
if (window.gbIE4)
|
|
||||||
document.location.reload();
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body><script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.writeIntopicBar)
|
|
||||||
writeIntopicBar(4);
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<h1>Introduction to Geometry</h1>
|
|
||||||
|
|
||||||
<p><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1"><span style="font-weight: bold;"><B>Geometry </B></span>module
|
|
||||||
of SALOME is destined for: </p>
|
|
||||||
|
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
<ul type="disc" class="whs2">
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Import and export of geometrical models in IGES,
|
|
||||||
BREP and STEP formats.</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Construction and optimization of geometrical models
|
|
||||||
using a wide range of CAD
|
|
||||||
functions:</p></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
<table x-use-null-cells cellspacing="0" width="100%" class="whs3">
|
|
||||||
<col class="whs4">
|
|
||||||
<col class="whs4">
|
|
||||||
|
|
||||||
<tr valign="top" class="whs5">
|
|
||||||
<td width="50%" class="whs6">
|
|
||||||
<ul type="disc" class="whs2">
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Creation of basic geometrical objects</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Construction of primitives</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Building shapes</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Generation of complex shapes</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Working with groups</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Geometrical repairing of objects</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Geometrical boolean operations</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Geometrical transformations</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p>Building by blocks</p></li>
|
|
||||||
</ul>
|
|
||||||
<p> </td>
|
|
||||||
<td width="50%" class="whs7">
|
|
||||||
<p><img src="../image3.jpg" width="400px" height="292px" border="0" class="img_whs8"></td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
<script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.writeIntopicBar)
|
|
||||||
writeIntopicBar(0);
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Before Width: | Height: | Size: 880 B |
Before Width: | Height: | Size: 945 B |
Before Width: | Height: | Size: 932 B |
Before Width: | Height: | Size: 938 B |
Before Width: | Height: | Size: 900 B |
Before Width: | Height: | Size: 918 B |
Before Width: | Height: | Size: 929 B |
@ -1,159 +0,0 @@
|
|||||||
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
|
|
||||||
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>Using Boolean Operations</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">
|
|
||||||
<!--
|
|
||||||
h1.whs1 { margin-left:0in; margin-right:0in; margin-top:0px; margin-bottom:0px; }
|
|
||||||
p.whs2 { font-size:12pt; text-indent:2px; margin-left:0in; margin-right:0in; margin-top:0px; margin-bottom:0px; }
|
|
||||||
p.whs3 { font-size:12pt; font-weight:normal; }
|
|
||||||
img_whs4 { border:none; float:none; width:30px; height:30px; border-style:none; }
|
|
||||||
p.whs5 { font-size:12pt; text-indent:2px; margin-right:0in; margin-top:0px; margin-bottom:0px; margin-left:48px; }
|
|
||||||
p.whs6 { text-indent:2px; margin-right:0in; margin-top:0px; margin-bottom:0px; font-size:12pt; margin-left:48px; }
|
|
||||||
p.whs7 { font-size:12pt; text-indent:2px; margin-left:0in; margin-right:0in; margin-top:0px; margin-bottom:0px; font-weight:normal; }
|
|
||||||
p.whs8 { margin-left:48px; }
|
|
||||||
p.whs9 { font-size:12pt; }
|
|
||||||
-->
|
|
||||||
</style><script type="text/javascript" language="JavaScript">
|
|
||||||
<!--
|
|
||||||
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
|
|
||||||
{
|
|
||||||
var strNSS = "<style type='text/css'>";
|
|
||||||
strNSS += "h1.whs1 {margin-left:1pt;margin-right:1pt;margin-top:1pt;margin-bottom:1pt; }";
|
|
||||||
strNSS += "p.whs2 {margin-left:1pt;margin-right:1pt;margin-top:1pt;margin-bottom:1pt; }";
|
|
||||||
strNSS += "p.whs5 {margin-right:1pt;margin-top:1pt;margin-bottom:1pt; }";
|
|
||||||
strNSS += "p.whs6 {margin-right:1pt;margin-top:1pt;margin-bottom:1pt; }";
|
|
||||||
strNSS += "p.whs7 {margin-left:1pt;margin-right:1pt;margin-top:1pt;margin-bottom:1pt; }";
|
|
||||||
strNSS +="</style>";
|
|
||||||
document.write(strNSS);
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
|
|
||||||
<!--
|
|
||||||
function reDo() {
|
|
||||||
if (innerWidth != origWidth || innerHeight != origHeight)
|
|
||||||
location.reload();
|
|
||||||
}
|
|
||||||
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
|
|
||||||
origWidth = innerWidth;
|
|
||||||
origHeight = innerHeight;
|
|
||||||
onresize = reDo;
|
|
||||||
}
|
|
||||||
onerror = null;
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<style type="text/css">
|
|
||||||
<!--
|
|
||||||
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
|
|
||||||
p.WebHelpNavBar { text-align:right; }
|
|
||||||
-->
|
|
||||||
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript" src="../whver.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.gbWhTopic)
|
|
||||||
{
|
|
||||||
if (window.setRelStartPage)
|
|
||||||
{
|
|
||||||
addTocInfo("Geometry module\nTransforming geometrical objects\nBoolean Operations\nUsing boolean operations");
|
|
||||||
addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");
|
|
||||||
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if (window.setRelStartPage)
|
|
||||||
{
|
|
||||||
setRelStartPage("../index.htm");
|
|
||||||
|
|
||||||
autoSync(1);
|
|
||||||
sendSyncInfo();
|
|
||||||
sendAveInfoOut();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
else
|
|
||||||
if (window.gbIE4)
|
|
||||||
document.location.reload();
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body><script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.writeIntopicBar)
|
|
||||||
writeIntopicBar(4);
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<h1 class="whs1">Using Boolean Operations</h1>
|
|
||||||
|
|
||||||
<p class="whs2"> </p>
|
|
||||||
|
|
||||||
<p class="whs3"><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_whs4"><span style="font-weight: normal;">You can use the following
|
|
||||||
boolean operations for construction of more complex geometrical objects
|
|
||||||
(2D & 3D elements) :</span></b></p>
|
|
||||||
|
|
||||||
<p class="whs3"> </p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li style="list-style: disc;"
|
|
||||||
type=disc
|
|
||||||
class=kadov-p><p class="whs5"><a href="../fuse.htm">Fuse</a></p></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li style="list-style: disc;"
|
|
||||||
type=disc
|
|
||||||
class=kadov-p><p class="whs5"><a href="../common.htm">Common</a></p></li>
|
|
||||||
|
|
||||||
<li style="list-style: disc;"
|
|
||||||
type=disc
|
|
||||||
class=kadov-p><p class="whs6"><a href="../cut.htm">Cut</a></p></li>
|
|
||||||
|
|
||||||
<li style="list-style: disc;"
|
|
||||||
type=disc
|
|
||||||
class=kadov-p><p class="whs5"><a href="../section.htm">Section</a></p></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p class="whs2"> </p>
|
|
||||||
|
|
||||||
<p class="whs7">There is a general TUI command covering
|
|
||||||
all these operations, which can be used alongside with separate commands
|
|
||||||
for each operation.</p>
|
|
||||||
|
|
||||||
<p class="whs5"><span style="font-style: italic;"><I>geompy.MakeBoolean(Shape1,
|
|
||||||
Shape2, Operation)</I></span>, where Shape1 is the first argument and Shape2
|
|
||||||
is the second argument of Boolean operation, Operation is a type of the
|
|
||||||
Boolean operation (1 – Common, 2 – Cut, 3 – Fuse, 4 – Section).</p>
|
|
||||||
|
|
||||||
<p class="whs8"> </p>
|
|
||||||
|
|
||||||
<p class="whs9"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">Our <span style="font-weight: bold;"><B>TUI
|
|
||||||
Scripts</B></span> provide you with useful examples of the use of <a href="../boolean_operations.htm">Boolean
|
|
||||||
Operations</a>. </font></span></p>
|
|
||||||
|
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
<script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.writeIntopicBar)
|
|
||||||
writeIntopicBar(0);
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Before Width: | Height: | Size: 943 B |
Before Width: | Height: | Size: 952 B |
Before Width: | Height: | Size: 952 B |
Before Width: | Height: | Size: 942 B |
Before Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 981 B |
Before Width: | Height: | Size: 965 B |
Before Width: | Height: | Size: 963 B |
@ -1,146 +0,0 @@
|
|||||||
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
|
|
||||||
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>Importing and exporting geometrical objects</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-size:12pt; }
|
|
||||||
img_whs2 { border:none; float:none; width:30px; height:30px; border-style:none; }
|
|
||||||
p.whs3 { margin-left:40px; }
|
|
||||||
img_whs4 { border:none; width:425px; height:269px; float:none; border-style:none; }
|
|
||||||
img_whs5 { border:none; width:436px; height:269px; float:none; border-style:none; }
|
|
||||||
-->
|
|
||||||
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
|
|
||||||
<!--
|
|
||||||
function reDo() {
|
|
||||||
if (innerWidth != origWidth || innerHeight != origHeight)
|
|
||||||
location.reload();
|
|
||||||
}
|
|
||||||
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
|
|
||||||
origWidth = innerWidth;
|
|
||||||
origHeight = innerHeight;
|
|
||||||
onresize = reDo;
|
|
||||||
}
|
|
||||||
onerror = null;
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<style type="text/css">
|
|
||||||
<!--
|
|
||||||
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
|
|
||||||
p.WebHelpNavBar { text-align:right; }
|
|
||||||
-->
|
|
||||||
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript" src="../whver.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.gbWhTopic)
|
|
||||||
{
|
|
||||||
if (window.setRelStartPage)
|
|
||||||
{
|
|
||||||
addTocInfo("Geometry module\nImporting/exporting geometrical objects");
|
|
||||||
addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");
|
|
||||||
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if (window.setRelStartPage)
|
|
||||||
{
|
|
||||||
setRelStartPage("../index.htm");
|
|
||||||
|
|
||||||
autoSync(1);
|
|
||||||
sendSyncInfo();
|
|
||||||
sendAveInfoOut();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
else
|
|
||||||
if (window.gbIE4)
|
|
||||||
document.location.reload();
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body><script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.writeIntopicBar)
|
|
||||||
writeIntopicBar(4);
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<h1>Importing/exporting geometrical objects</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 Geometry module you
|
|
||||||
can import and export geometrical objects from/into BREP, IGES, STEP </span></b><b><span
|
|
||||||
style="font-weight: normal;">files. The mechanisms of import and export
|
|
||||||
are implemented via plug-ins, which gives you the opportunity to expand
|
|
||||||
the range of available formats by adding more plug-ins (for example, CATIA
|
|
||||||
5). </span></b></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p class=TODO>To import geometrical objects from a BREP, IGES, STEP file:</p>
|
|
||||||
|
|
||||||
<p class=TODO> </p>
|
|
||||||
|
|
||||||
<p class="whs3">From the <span style="font-weight: bold;"><B>File
|
|
||||||
</B></span>menu choose <span style="font-weight: bold;"><B>Import. </B></span>In
|
|
||||||
the opening<span style="font-weight: bold;"> <B></B></span>dialog box <span style="font-weight: bold;"><B>Import</B></span>
|
|
||||||
select the required format of the file for importation and search for
|
|
||||||
a *.brep, *.iges or *.step file.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="whs3"> </p>
|
|
||||||
|
|
||||||
<p class="whs3"><img src="../pics/geomimport.png" x-maintain-ratio="TRUE" width="425px" height="269px" border="0" class="img_whs4"></p>
|
|
||||||
|
|
||||||
<p class="whs3"> </p>
|
|
||||||
|
|
||||||
<p class="whs3">Select the required file and click <span
|
|
||||||
style="font-weight: bold;"><B>Open</B></span>. Your file will be imported in
|
|
||||||
the module and its contents (geometrical object) will be displayed in
|
|
||||||
the <span style="font-weight: bold;"><B>Object Browser</B></span>. </p>
|
|
||||||
|
|
||||||
<p class="whs3"> </p>
|
|
||||||
|
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
<p class=TODO>To export geometrical objects into a BREP, IGES, STEP file:</p>
|
|
||||||
|
|
||||||
<p class=TODO> </p>
|
|
||||||
|
|
||||||
<p class="whs3">Select the object you wish to export, then
|
|
||||||
from the <span style="font-weight: bold;"><B>File </B></span>menu choose <span
|
|
||||||
style="font-weight: bold;"><B>Export. </B></span>In the opening dialog box<span
|
|
||||||
style="font-weight: bold;"><B> Export </B></span>define the required format,
|
|
||||||
the name and the location of the file for exportation.<span style="font-weight: bold;">
|
|
||||||
<B></B></span></p>
|
|
||||||
|
|
||||||
<p class="whs3"> </p>
|
|
||||||
|
|
||||||
<p class="whs3"><img src="../pics/geomexport.png" x-maintain-ratio="TRUE" width="436px" height="269px" border="0" class="img_whs5"></p>
|
|
||||||
|
|
||||||
<p class="whs3"> </p>
|
|
||||||
|
|
||||||
<p class="whs3">Click <span style="font-weight: bold;"><B>Save</B></span>
|
|
||||||
to confirm your exportation. </p>
|
|
||||||
|
|
||||||
<script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.writeIntopicBar)
|
|
||||||
writeIntopicBar(0);
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,483 +0,0 @@
|
|||||||
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
|
|
||||||
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>Using Measurement Tools</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>
|
|
||||||
<!--
|
|
||||||
A:visited { color:#800080; }
|
|
||||||
A:link { color:#0000ff; }
|
|
||||||
-->
|
|
||||||
</style><style type="text/css">
|
|
||||||
<!--
|
|
||||||
p.whs1 { font-size:12pt; }
|
|
||||||
img_whs2 { border:none; float:none; width:30px; height:30px; border-style:none; }
|
|
||||||
p.whs3 { margin-left:40px; }
|
|
||||||
img_whs4 { border:none; width:21px; height:19px; border-style:none; }
|
|
||||||
p.whs5 { font-size:12pt; margin-left:40px; font-weight:bold; }
|
|
||||||
img_whs6 { border:none; width:272px; height:303px; float:none; border-style:none; }
|
|
||||||
p.whs7 { font-family:'Times New Roman' , serif; font-size:14pt; }
|
|
||||||
img_whs8 { width:20px; height:20px; border-style:none; }
|
|
||||||
p.whs9 { font-family:'Times New Roman' , serif; font-size:12pt; }
|
|
||||||
img_whs10 { border:none; width:360px; height:307px; float:none; border-style:none; }
|
|
||||||
p.whs11 { font-size:12pt; margin-left:40px; }
|
|
||||||
img_whs12 { border:none; width:312px; height:367px; float:none; border-style:none; }
|
|
||||||
p.whs13 { font-size:12pt; margin-left:400px; }
|
|
||||||
img_whs14 { border:none; width:360px; height:333px; float:none; border-style:none; }
|
|
||||||
p.whs15 { font-size:12pt; font-weight:bold; }
|
|
||||||
img_whs16 { border:none; width:360px; height:328px; float:none; border-style:none; }
|
|
||||||
p.whs17 { font-size:12pt; font-weight:normal; }
|
|
||||||
img_whs18 { border:none; width:360px; height:290px; float:none; border-style:none; }
|
|
||||||
img_whs19 { border:none; width:360px; height:405px; float:none; border-style:none; }
|
|
||||||
img_whs20 { border:none; width:360px; height:337px; float:none; border-style:none; }
|
|
||||||
p.whs21 { font-size:12pt; margin-left:40px; text-indent:-40px; }
|
|
||||||
img_whs22 { border:none; width:25px; height:23px; border-style:none; }
|
|
||||||
ul.whs23 { list-style:disc; }
|
|
||||||
img_whs24 { border:none; width:329px; height:436px; float:none; border-style:none; }
|
|
||||||
-->
|
|
||||||
</style><script type="text/javascript" language="JavaScript">
|
|
||||||
<!--
|
|
||||||
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
|
|
||||||
{
|
|
||||||
var strNSS = "<style type='text/css'>";
|
|
||||||
strNSS += "p.whs21 {text-indent:1pt; }";
|
|
||||||
strNSS +="</style>";
|
|
||||||
document.write(strNSS);
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">
|
|
||||||
<!--
|
|
||||||
function reDo() {
|
|
||||||
if (innerWidth != origWidth || innerHeight != origHeight)
|
|
||||||
location.reload();
|
|
||||||
}
|
|
||||||
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
|
|
||||||
origWidth = innerWidth;
|
|
||||||
origHeight = innerHeight;
|
|
||||||
onresize = reDo;
|
|
||||||
}
|
|
||||||
onerror = null;
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<style type="text/css">
|
|
||||||
<!--
|
|
||||||
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
|
|
||||||
p.WebHelpNavBar { text-align:right; }
|
|
||||||
-->
|
|
||||||
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript" src="../whver.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>
|
|
||||||
<script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.gbWhTopic)
|
|
||||||
{
|
|
||||||
if (window.setRelStartPage)
|
|
||||||
{
|
|
||||||
addTocInfo("Geometry module\nUsing measurement tools");
|
|
||||||
addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");
|
|
||||||
addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if (window.setRelStartPage)
|
|
||||||
{
|
|
||||||
setRelStartPage("../index.htm");
|
|
||||||
|
|
||||||
autoSync(1);
|
|
||||||
sendSyncInfo();
|
|
||||||
sendAveInfoOut();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
else
|
|
||||||
if (window.gbIE4)
|
|
||||||
document.location.reload();
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body><script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.writeIntopicBar)
|
|
||||||
writeIntopicBar(4);
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<h1>Using measurement tools</h1>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: normal;"><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">Measurement tools in GEOM are necessary for getting</b> different
|
|
||||||
data concerning created or imported geometrical objects. They are:</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><a href="#PointCoord">Point
|
|
||||||
coordinates</a></p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><a href="#Basic_properties">Basic
|
|
||||||
properties</a></p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><a href="#Center_gravity">Center
|
|
||||||
of mass</a></p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><a href="#Inertia_axis">Inertia</a></p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><a href="#Bounding_box">Bounding
|
|
||||||
box</a></p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><a href="#Min_distance">Min.
|
|
||||||
distance</a></p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><a href="#Tolerance">Tolerance</a></p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><a href="#Whatis">WhatIs</a></p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><a href="#check">Check</a></p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><a href="#Check_comp_blocks">Check
|
|
||||||
compound of blocks</a></p></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Our <span style="font-weight: bold;"><B>TUI Scripts</B></span>
|
|
||||||
show how to use <a href="../measurement_tools.htm">Measurement Tools</a>
|
|
||||||
with <span style="font-weight: bold;"><B>TUI
|
|
||||||
commands</B></span>. </p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class=TODO>To use measurement tools:</p>
|
|
||||||
|
|
||||||
<p class=TODO> </p>
|
|
||||||
|
|
||||||
<p class="whs3">In the main menu select <span style="font-weight: bold;"><B>Measures
|
|
||||||
</B></span>submenu.</p>
|
|
||||||
|
|
||||||
<p class="whs3"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><a name=PointCoord> <img src="../image49.gif" width="21px" height="19px" border="0" class="img_whs4"> <span style="font-weight: bold; font-size: 14pt;"><font size=4 style="font-size:14pt;"><B>Point coordinates</B></font></span></a></p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">Returns the
|
|
||||||
coordinates of a point.</font></span></p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Point
|
|
||||||
coordinates (X, Y, Z) in 3D space in the form of Python Tuple.</p>
|
|
||||||
|
|
||||||
<p class="whs1"><span style="font-weight: bold;"><B>TUI command:</B></span>
|
|
||||||
<span style="font-style: italic;"><I>geompy.PointCoordinates(Point)</I></span>,
|
|
||||||
where Point is a point whose coordinates are inquired.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs5"><img src="../pics/measures1.png" x-maintain-ratio="TRUE" width="272px" height="303px" border="0" class="img_whs6"></p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs7"><b style="font-weight: bold;"><a
|
|
||||||
NAME=Basic_properties
|
|
||||||
style="font-size: 14pt;"><img src="salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image71.gif" width="20px" height="20px" border="0" class="img_whs8"> Basic properties</a></b>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="whs9"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Returns the properties (Length, Surface &
|
|
||||||
Volume) for the selected geometrical object.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Display
|
|
||||||
Length, Surface & Volume in the form of Python Tuple.</p>
|
|
||||||
|
|
||||||
<p class="whs1"><span style="font-weight: bold;"><B>TUI command:</B></span>
|
|
||||||
<span style="font-style: italic;"><I>geompy.BasicProperties(Shape)</I></span>,
|
|
||||||
where Shape is a shape whose properties are inquired.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs3"><img src="../pics/neo-basicprop.png" x-maintain-ratio="TRUE" width="360px" height="307px" border="0" class="img_whs10"></p>
|
|
||||||
|
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
<p class="whs7"><a name=Center_gravity
|
|
||||||
style="font-size: 14pt;"><img src="salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image72.gif" width="20px" height="20px" border="0" class="img_whs8"><b style="font-size: 14pt;">
|
|
||||||
Center of mass</b></a></p>
|
|
||||||
|
|
||||||
<p class="whs9"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Calculates and returns the coordinates of the
|
|
||||||
gravity center for the selected geometrical object.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> GEOM_Object
|
|
||||||
(vertex).</p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">TUI Command:</b><i>
|
|
||||||
</i><span style="font-style: italic;"><I>geompy.MakeCDG(Shape)</I></span>, where
|
|
||||||
Shape is the shape for which a center of gravity is computed.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs11"><img src="../pics/measures3.png" x-maintain-ratio="TRUE" width="312px" height="367px" border="0" class="img_whs12"></p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs7"> </p>
|
|
||||||
|
|
||||||
<p class="whs7"><a NAME=Inertia_axis
|
|
||||||
style="font-size: 14pt;"><img src="salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image73.gif" width="20px" height="20px" border="0" class="img_whs8"><b><font style="font-size: 14pt;"
|
|
||||||
size=4> Inertia</font></b></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="whs7"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Returns the axis of inertia for the selected
|
|
||||||
geometrical object.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Displays
|
|
||||||
the matrix and moments of inertia in the form of Python Tuple (I11, I12,
|
|
||||||
I13, </p>
|
|
||||||
|
|
||||||
<p class="whs13"> I21,
|
|
||||||
I22, I23, </p>
|
|
||||||
|
|
||||||
<p class="whs13"> I31,
|
|
||||||
I32, I33,</p>
|
|
||||||
|
|
||||||
<p class="whs13"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"> Ix,
|
|
||||||
Iy, Iz)</font></span>.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><span style="font-weight: bold;"><B>TUI command:</B></span>
|
|
||||||
<span style="font-style: italic;"><I>geompy.Inertia(Shape)</I></span>, where
|
|
||||||
Shape is a shape for which a matrix of inertia and moment of inertia are
|
|
||||||
returned.</p>
|
|
||||||
|
|
||||||
<p class="whs11"> </p>
|
|
||||||
|
|
||||||
<p class="whs11"><img src="../pics/measures4.png" x-maintain-ratio="TRUE" width="360px" height="333px" border="0" class="img_whs14"></p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs7"><a NAME=Bounding_box
|
|
||||||
style="font-size: 14pt;"><img src="salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image74.gif" width="20px" height="20px" border="0" class="img_whs8"><b><font style="font-size: 14pt;"
|
|
||||||
size=4> Bounding
|
|
||||||
box</font></b></a> </p>
|
|
||||||
|
|
||||||
<p class="whs7"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Returns the dimensions of the bounding box
|
|
||||||
for the selected geometrical object.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Displays
|
|
||||||
the dimensions of the bounding box of a geometrical object in the form
|
|
||||||
of Python Tuple (Xmin, Xmax, Ymin, Ymax, Zmin, Zmax).</p>
|
|
||||||
|
|
||||||
<p class="whs15">TUI command: <span style="font-weight: normal; font-style: italic;"><I>geompy.BoundingBox(Shape)</I></span><span
|
|
||||||
style="font-weight: normal;">, where Shape is a shape for which a bounding
|
|
||||||
box is computed.</span></p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs11"><img src="../pics/measures5.png" x-maintain-ratio="TRUE" width="360px" height="328px" border="0" class="img_whs16"></p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs7"><a NAME=Min_distance
|
|
||||||
style="font-size: 14pt;"><img src="salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image75.gif" width="20px" height="20px" border="0" class="img_whs8"><b><font style="font-size: 14pt;"
|
|
||||||
size=4> Min. distance</font></b></a></p>
|
|
||||||
|
|
||||||
<p class="whs7"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Returns the minimum distance between two geometrical
|
|
||||||
objects.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs15">TUI command: <span style="font-weight: normal; font-style: italic;"><I>geompy.MinDistance(Shape1,
|
|
||||||
Shape2)</I></span><span style="font-weight: normal;">, where Shape1 and Shape2
|
|
||||||
are shapes between which the minimal distance computed.</span></p>
|
|
||||||
|
|
||||||
<p class="whs17"> </p>
|
|
||||||
|
|
||||||
<p class="whs11"><img src="../pics/distance.png" x-maintain-ratio="TRUE" width="360px" height="290px" border="0" class="img_whs18"></p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs7"><a NAME=Tolerance
|
|
||||||
style="font-size: 14pt;"><img src="salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image76.gif" width="20px" height="20px" border="0" class="img_whs8"><b style="font-size: 14pt;">
|
|
||||||
Tolerance</b></a> </p>
|
|
||||||
|
|
||||||
<p class="whs9"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Returns the maximum and the minimum tolerance
|
|
||||||
for the selected geometrical object.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Displays
|
|
||||||
the tolerance values (FaceMinTol, FaceMaxTol, EgdeMinTol, EgdeMaxTol,
|
|
||||||
VertexMinTol, VertexMaxTol).</p>
|
|
||||||
|
|
||||||
<p class="whs15">TUI command: <span style="font-weight: normal; font-style: italic;"><I>geompy.Tolerance(Shape)</I></span><span
|
|
||||||
style="font-weight: normal;">, where Shape is a shape for which minimal
|
|
||||||
and maximal tolerances are returned.</span></p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs11"><img src="../pics/new-tolerance.png" x-maintain-ratio="TRUE" width="360px" height="328px" border="0" class="img_whs16"></p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs7"><a NAME=Whatis><span
|
|
||||||
style="font-size: 14pt;"><font size=4 style="font-size:14pt;"><img src="salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image77.gif" width="20px" height="20px" border="0" class="img_whs8"><b style="font-size: 14pt;"> WhatIs</b></a>
|
|
||||||
</font></span></p>
|
|
||||||
|
|
||||||
<p class="whs9"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Displays types and quantities of all elements
|
|
||||||
composing the selected geometrical object.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><span style="font-weight: bold;"><B>TUI command:</B></span>
|
|
||||||
<span style="font-style: italic;"><I>geompy.WhatIs(Shape)</I></span>, where Shape
|
|
||||||
is a shape from which a description is returned.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs11"><img src="../pics/measures8.png" x-maintain-ratio="TRUE" width="360px" height="405px" border="0" class="img_whs19"></p>
|
|
||||||
|
|
||||||
<p class="whs11"> </p>
|
|
||||||
|
|
||||||
<p class="whs11"> </p>
|
|
||||||
|
|
||||||
<p class="whs7"><a NAME=check
|
|
||||||
style="font-size: 14pt;"><img src="salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image78.gif" width="20px" height="20px" border="0" class="img_whs8"><b><font style="font-size: 14pt;"
|
|
||||||
size=4> Check</font></b></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="whs7"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Checks the topology of the selected geometrical
|
|
||||||
object and returns True if it is valid. <span style="font-weight: bold;"><B>Check
|
|
||||||
also geometry</B></span> checkbox allows to test the geometry as well. </p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Boolean.</p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">TUI Command:</b><i>
|
|
||||||
</i><span style="font-style: italic;"><I>geompy.(theShape, theIsCheckGeom
|
|
||||||
= 0)</I></span>, where is shape which is checked for validity.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs11"><img src="../pics/measures9.png" x-maintain-ratio="TRUE" width="360px" height="337px" border="0" class="img_whs20"></p>
|
|
||||||
|
|
||||||
<p class="whs21"> </p>
|
|
||||||
|
|
||||||
<p class="whs21"> </p>
|
|
||||||
|
|
||||||
<p class="whs21"><a name=Check_comp_blocks><img src="../image27.gif" width="25px" height="23px" border="0" class="img_whs22"> <span style="font-size: 14pt; font-weight: bold;"><font size=4 style="font-size:14pt;"><B>Check compound
|
|
||||||
of blocks</B></font></span></a></p>
|
|
||||||
|
|
||||||
<p class="whs21"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Checks whether a shape is a compound of glued
|
|
||||||
blocks. To be considered as a compound of blocks, the given shape must
|
|
||||||
satisfy the following conditions:</p>
|
|
||||||
|
|
||||||
<ul type="disc" class="whs23">
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"> Each
|
|
||||||
element of the compound should be a Block (6 faces and 12 edges);</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"> A
|
|
||||||
connection between two Blocks should be an entire quadrangle face or an
|
|
||||||
entire edge;</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"> The
|
|
||||||
compound should be connected;</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"> Two
|
|
||||||
quadrangle faces should be glued. </p></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1">Informs of the following possible errors:</p>
|
|
||||||
|
|
||||||
<ul type="disc" class="whs23">
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1">not a block,</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1">not glued,</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1">not connected,</p></li>
|
|
||||||
|
|
||||||
<li class=kadov-p><p class="whs1"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">extra
|
|
||||||
or degenerated edge.</font></span></p></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Boolean;
|
|
||||||
highlight in the viewer.</p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">TUI Command:</b><i>
|
|
||||||
</i><span style="font-style: italic;"><I>geompy.CheckCompoundOfBlocks(Compound).
|
|
||||||
</I></span>Checks if the<span style="font-style: italic;"> <I></I></span>shape is
|
|
||||||
a valid compound of blocks. If it is true, then the validity flag is returned,
|
|
||||||
and encountered errors are printed in the python console.</p>
|
|
||||||
|
|
||||||
<p class="whs11"> </p>
|
|
||||||
|
|
||||||
<p class="whs11"><img src="../pics/measures10.png" x-maintain-ratio="TRUE" width="329px" height="436px" border="0" class="img_whs24"></p>
|
|
||||||
|
|
||||||
<p class="whs11"> </p>
|
|
||||||
|
|
||||||
<script type="text/javascript" language="javascript1.2">
|
|
||||||
<!--
|
|
||||||
if (window.writeIntopicBar)
|
|
||||||
writeIntopicBar(0);
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Before Width: | Height: | Size: 934 B |
Before Width: | Height: | Size: 962 B |
Before Width: | Height: | Size: 960 B |
Before Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 938 B |
Before Width: | Height: | Size: 949 B |
Before Width: | Height: | Size: 941 B |
Before Width: | Height: | Size: 1005 B |
Before Width: | Height: | Size: 967 B |
Before Width: | Height: | Size: 955 B |
Before Width: | Height: | Size: 937 B |
Before Width: | Height: | Size: 927 B |
Before Width: | Height: | Size: 945 B |
Before Width: | Height: | Size: 967 B |
Before Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 953 B |
Before Width: | Height: | Size: 960 B |
Before Width: | Height: | Size: 970 B |
Before Width: | Height: | Size: 972 B |
Before Width: | Height: | Size: 971 B |
Before Width: | Height: | Size: 929 B |
Before Width: | Height: | Size: 956 B |
Before Width: | Height: | Size: 945 B |
Before Width: | Height: | Size: 949 B |
Before Width: | Height: | Size: 977 B |
Before Width: | Height: | Size: 5.5 KiB |
@ -1,77 +0,0 @@
|
|||||||
<!doctype html 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>Main Page</title>
|
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
<!-- Generated by Doxygen 1.4.7 -->
|
|
||||||
<div class="nav">
|
|
||||||
<a class="el" href="namespacegeompyDC.html">geompyDC</a>.<a class="el" href="classgeompyDC_1_1info.html">info</a></div>
|
|
||||||
<h1>geompyDC.info Class Reference</h1><!-- doxytag: class="geompyDC::info" --><table border="0" cellpadding="0" cellspacing="0">
|
|
||||||
<tr><td></td></tr>
|
|
||||||
<tr><td colspan="2"><br><h2>Static Public Attributes</h2></td></tr>
|
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeompyDC_1_1info.html#ec486e837378c061897b2e1b8aefde41">UNKNOWN</a> = 0</td></tr>
|
|
||||||
|
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeompyDC_1_1info.html#e26dc8be1afb44222ab88b4a9852c6aa">CLOSED</a> = 1</td></tr>
|
|
||||||
|
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeompyDC_1_1info.html#b717bbcea5e0faa48760b0be4706ec57">UNCLOSED</a> = 2</td></tr>
|
|
||||||
|
|
||||||
</table>
|
|
||||||
<hr><h2>Field Documentation</h2>
|
|
||||||
<a class="anchor" name="ec486e837378c061897b2e1b8aefde41"></a><!-- doxytag: member="geompyDC::info::UNKNOWN" ref="ec486e837378c061897b2e1b8aefde41" args="" -->
|
|
||||||
<div class="memitem">
|
|
||||||
<div class="memproto">
|
|
||||||
<table class="memname">
|
|
||||||
<tr>
|
|
||||||
<td class="memname">int <a class="el" href="classgeompyDC_1_1info.html#ec486e837378c061897b2e1b8aefde41">geompyDC.info.UNKNOWN</a> = 0<code> [static]</code> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="memdoc">
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div><p>
|
|
||||||
<a class="anchor" name="e26dc8be1afb44222ab88b4a9852c6aa"></a><!-- doxytag: member="geompyDC::info::CLOSED" ref="e26dc8be1afb44222ab88b4a9852c6aa" args="" -->
|
|
||||||
<div class="memitem">
|
|
||||||
<div class="memproto">
|
|
||||||
<table class="memname">
|
|
||||||
<tr>
|
|
||||||
<td class="memname">int <a class="el" href="classgeompyDC_1_1info.html#e26dc8be1afb44222ab88b4a9852c6aa">geompyDC.info.CLOSED</a> = 1<code> [static]</code> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="memdoc">
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div><p>
|
|
||||||
<a class="anchor" name="b717bbcea5e0faa48760b0be4706ec57"></a><!-- doxytag: member="geompyDC::info::UNCLOSED" ref="b717bbcea5e0faa48760b0be4706ec57" args="" -->
|
|
||||||
<div class="memitem">
|
|
||||||
<div class="memproto">
|
|
||||||
<table class="memname">
|
|
||||||
<tr>
|
|
||||||
<td class="memname">int <a class="el" href="classgeompyDC_1_1info.html#b717bbcea5e0faa48760b0be4706ec57">geompyDC.info.UNCLOSED</a> = 2<code> [static]</code> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="memdoc">
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div><p>
|
|
||||||
</DIV>
|
|
||||||
<DIV class="div-footer">
|
|
||||||
Generated on Thu Jun 21 12:28:15 2007 for SALOME - GEOM - v.4.0.0 by <A href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></A> 1.4.7</DIV>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
|
@ -1,218 +0,0 @@
|
|||||||
H1 {
|
|
||||||
text-align: center;
|
|
||||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
H2 {
|
|
||||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
CAPTION { font-weight: bold }
|
|
||||||
DIV.qindex {
|
|
||||||
width: 100%;
|
|
||||||
background-color: #eeeeff;
|
|
||||||
border: 1px solid #B0B0B0;
|
|
||||||
text-align: center;
|
|
||||||
margin: 2px;
|
|
||||||
padding: 2px;
|
|
||||||
line-height: 120%;
|
|
||||||
}
|
|
||||||
A.qindex {
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #1A419D;
|
|
||||||
padding: 2px;
|
|
||||||
}
|
|
||||||
A.qindex:visited {
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #1A419D
|
|
||||||
padding: 2px;
|
|
||||||
}
|
|
||||||
A.qindex:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
background-color: #ddddff;
|
|
||||||
padding: 2px;
|
|
||||||
}
|
|
||||||
A.qindexHL {
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #6666cc;
|
|
||||||
color: #ffffff;
|
|
||||||
padding: 2px 6px;
|
|
||||||
border: 1px double #9295C2;
|
|
||||||
}
|
|
||||||
A.qindexHL:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
background-color: #6666cc;
|
|
||||||
color: #ffffff;
|
|
||||||
padding: 2px 6px;
|
|
||||||
}
|
|
||||||
A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
|
|
||||||
A.el { text-decoration: none; font-weight: bold }
|
|
||||||
A.elRef { font-weight: bold }
|
|
||||||
A.code { text-decoration: none; font-weight: normal; color: #1A419D}
|
|
||||||
A.codeRef { font-weight: normal; color: #1A419D}
|
|
||||||
A:hover { text-decoration: none; background-color: #f2f2ff }
|
|
||||||
DL.el { margin-left: -1cm }
|
|
||||||
PRE.fragment {
|
|
||||||
border: 1px solid #CCCCCC;
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
margin-top: 4px;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
margin-left: 2px;
|
|
||||||
margin-right: 8px;
|
|
||||||
padding-left: 6px;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
}
|
|
||||||
DIV.fragment {
|
|
||||||
border: 1px solid #CCCCCC;
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
padding: 6px;
|
|
||||||
}
|
|
||||||
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
|
|
||||||
TD.md { background-color: #F4F4FB; font-weight: bold; }
|
|
||||||
TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
|
|
||||||
TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
|
|
||||||
DIV.groupHeader {
|
|
||||||
margin-left: 16px;
|
|
||||||
margin-top: 12px;
|
|
||||||
margin-bottom: 6px;
|
|
||||||
font-weight: bold;
|
|
||||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
|
|
||||||
BODY {
|
|
||||||
background: white;
|
|
||||||
color: black;
|
|
||||||
margin-right: 20px;
|
|
||||||
margin-left: 20px;
|
|
||||||
}
|
|
||||||
TD.indexkey {
|
|
||||||
background-color: #eeeeff;
|
|
||||||
font-weight: bold;
|
|
||||||
padding-right : 10px;
|
|
||||||
padding-top : 2px;
|
|
||||||
padding-left : 10px;
|
|
||||||
padding-bottom : 2px;
|
|
||||||
margin-left : 0px;
|
|
||||||
margin-right : 0px;
|
|
||||||
margin-top : 2px;
|
|
||||||
margin-bottom : 2px;
|
|
||||||
border: 1px solid #CCCCCC;
|
|
||||||
}
|
|
||||||
TD.indexvalue {
|
|
||||||
background-color: #eeeeff;
|
|
||||||
font-style: italic;
|
|
||||||
padding-right : 10px;
|
|
||||||
padding-top : 2px;
|
|
||||||
padding-left : 10px;
|
|
||||||
padding-bottom : 2px;
|
|
||||||
margin-left : 0px;
|
|
||||||
margin-right : 0px;
|
|
||||||
margin-top : 2px;
|
|
||||||
margin-bottom : 2px;
|
|
||||||
border: 1px solid #CCCCCC;
|
|
||||||
}
|
|
||||||
TR.memlist {
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
}
|
|
||||||
P.formulaDsp { text-align: center; }
|
|
||||||
IMG.formulaDsp { }
|
|
||||||
IMG.formulaInl { vertical-align: middle; }
|
|
||||||
SPAN.keyword { color: #008000 }
|
|
||||||
SPAN.keywordtype { color: #604020 }
|
|
||||||
SPAN.keywordflow { color: #e08000 }
|
|
||||||
SPAN.comment { color: #800000 }
|
|
||||||
SPAN.preprocessor { color: #806020 }
|
|
||||||
SPAN.stringliteral { color: #002080 }
|
|
||||||
SPAN.charliteral { color: #008080 }
|
|
||||||
.mdTable {
|
|
||||||
border: 1px solid #868686;
|
|
||||||
background-color: #F4F4FB;
|
|
||||||
}
|
|
||||||
.mdRow {
|
|
||||||
padding: 8px 10px;
|
|
||||||
}
|
|
||||||
.mdescLeft {
|
|
||||||
font-size: smaller;
|
|
||||||
font-style: italic;
|
|
||||||
background-color: #FAFAFA;
|
|
||||||
padding-left: 8px;
|
|
||||||
border-top: 1px none #E0E0E0;
|
|
||||||
border-right: 1px none #E0E0E0;
|
|
||||||
border-bottom: 1px none #E0E0E0;
|
|
||||||
border-left: 1px none #E0E0E0;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
.mdescRight {
|
|
||||||
font-size: smaller;
|
|
||||||
font-style: italic;
|
|
||||||
background-color: #FAFAFA;
|
|
||||||
padding-left: 4px;
|
|
||||||
border-top: 1px none #E0E0E0;
|
|
||||||
border-right: 1px none #E0E0E0;
|
|
||||||
border-bottom: 1px none #E0E0E0;
|
|
||||||
border-left: 1px none #E0E0E0;
|
|
||||||
margin: 0px;
|
|
||||||
padding-bottom: 0px;
|
|
||||||
padding-right: 8px;
|
|
||||||
}
|
|
||||||
.memItemLeft {
|
|
||||||
padding: 1px 0px 0px 8px;
|
|
||||||
margin: 4px;
|
|
||||||
border-top-width: 1px;
|
|
||||||
border-right-width: 1px;
|
|
||||||
border-bottom-width: 1px;
|
|
||||||
border-left-width: 1px;
|
|
||||||
border-top-style: solid;
|
|
||||||
border-top-color: #E0E0E0;
|
|
||||||
border-right-color: #E0E0E0;
|
|
||||||
border-bottom-color: #E0E0E0;
|
|
||||||
border-left-color: #E0E0E0;
|
|
||||||
border-right-style: none;
|
|
||||||
border-bottom-style: none;
|
|
||||||
border-left-style: none;
|
|
||||||
background-color: #FAFAFA;
|
|
||||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
.memItemRight {
|
|
||||||
padding: 1px 0px 0px 8px;
|
|
||||||
margin: 4px;
|
|
||||||
border-top-width: 1px;
|
|
||||||
border-right-width: 1px;
|
|
||||||
border-bottom-width: 1px;
|
|
||||||
border-left-width: 1px;
|
|
||||||
border-top-style: solid;
|
|
||||||
border-top-color: #E0E0E0;
|
|
||||||
border-right-color: #E0E0E0;
|
|
||||||
border-bottom-color: #E0E0E0;
|
|
||||||
border-left-color: #E0E0E0;
|
|
||||||
border-right-style: none;
|
|
||||||
border-bottom-style: none;
|
|
||||||
border-left-style: none;
|
|
||||||
background-color: #FAFAFA;
|
|
||||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
.search { color: #003399;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
FORM.search {
|
|
||||||
margin-bottom: 0px;
|
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
INPUT.search { font-size: 75%;
|
|
||||||
color: #000080;
|
|
||||||
font-weight: normal;
|
|
||||||
background-color: #eeeeff;
|
|
||||||
}
|
|
||||||
TD.tiny { font-size: 75%;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #252E78;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #3D2185;
|
|
||||||
}
|
|
@ -1,49 +0,0 @@
|
|||||||
<!doctype html 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>Main Page</title>
|
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
<!-- Generated by Doxygen 1.4.7 -->
|
|
||||||
<h1>Package geompy</h1>
|
|
||||||
<p>
|
|
||||||
<p>
|
|
||||||
For available methods please see documentation of
|
|
||||||
<a class="el" href="classgeompyDC_1_1geompyDC.html">geompyDC</a> class,
|
|
||||||
implemented in <a class="el" href="namespacegeompyDC.html">geompyDC.py</a> script.
|
|
||||||
All methods of geompyDC class are accessible via geompy namespace, for example "box = geompy.MakeBoxDXDYDZ(10.,20.,30.)".
|
|
||||||
<p>
|
|
||||||
<table border="0" cellpadding="0" cellspacing="0">
|
|
||||||
<tr><td></td></tr>
|
|
||||||
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
|
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">tuple </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegeompy.html#96bc383a8e96df6d938b485e9e1b5e11">geom</a> = lcc.FindOrLoadComponent("FactoryServer", "GEOM")</td></tr>
|
|
||||||
|
|
||||||
</table>
|
|
||||||
<hr><h2>Variable Documentation</h2>
|
|
||||||
<a class="anchor" name="96bc383a8e96df6d938b485e9e1b5e11"></a><!-- doxytag: member="geompy::geom" ref="96bc383a8e96df6d938b485e9e1b5e11" args="" -->
|
|
||||||
<div class="memitem">
|
|
||||||
<div class="memproto">
|
|
||||||
<table class="memname">
|
|
||||||
<tr>
|
|
||||||
<td class="memname">tuple <a class="el" href="namespacegeompy.html#96bc383a8e96df6d938b485e9e1b5e11">geompy.geom</a> = lcc.FindOrLoadComponent("FactoryServer", "GEOM")<code> [static]</code> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="memdoc">
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div><p>
|
|
||||||
</DIV>
|
|
||||||
<DIV class="div-footer">
|
|
||||||
Generated on Thu Jun 21 12:28:15 2007 for SALOME - GEOM - v.4.0.0 by <A href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></A> 1.4.7</DIV>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
|
@ -1,65 +0,0 @@
|
|||||||
<!doctype html 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>Main Page</title>
|
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
<!-- Generated by Doxygen 1.4.7 -->
|
|
||||||
<h1>Package geompyDC</h1>
|
|
||||||
<p>
|
|
||||||
<table border="0" cellpadding="0" cellspacing="0">
|
|
||||||
<tr><td></td></tr>
|
|
||||||
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
|
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeompyDC_1_1info.html">info</a></td></tr>
|
|
||||||
|
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeompyDC_1_1geompyDC.html">geompyDC</a></td></tr>
|
|
||||||
|
|
||||||
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
|
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">dictionary </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegeompyDC.html#d85aa7c933dca679752d28c67018a43c">ShapeType</a> = {"COMPOUND":0, "COMPSOLID":1, "SOLID":2, "SHELL":3, "FACE":4, "WIRE":5, "EDGE":6, "VERTEX":7, "SHAPE":8}</td></tr>
|
|
||||||
|
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegeompyDC.html#55ea9fd7f9b97796036ae6996f4c0a83">kind</a> = GEOM.GEOM_IKindOfShape</td></tr>
|
|
||||||
|
|
||||||
</table>
|
|
||||||
<hr><h2>Variable Documentation</h2>
|
|
||||||
<a class="anchor" name="d85aa7c933dca679752d28c67018a43c"></a><!-- doxytag: member="geompyDC::ShapeType" ref="d85aa7c933dca679752d28c67018a43c" args="" -->
|
|
||||||
<div class="memitem">
|
|
||||||
<div class="memproto">
|
|
||||||
<table class="memname">
|
|
||||||
<tr>
|
|
||||||
<td class="memname">dictionary <a class="el" href="namespacegeompyDC.html#d85aa7c933dca679752d28c67018a43c">geompyDC.ShapeType</a> = {"COMPOUND":0, "COMPSOLID":1, "SOLID":2, "SHELL":3, "FACE":4, "WIRE":5, "EDGE":6, "VERTEX":7, "SHAPE":8}<code> [static]</code> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="memdoc">
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div><p>
|
|
||||||
<a class="anchor" name="55ea9fd7f9b97796036ae6996f4c0a83"></a><!-- doxytag: member="geompyDC::kind" ref="55ea9fd7f9b97796036ae6996f4c0a83" args="" -->
|
|
||||||
<div class="memitem">
|
|
||||||
<div class="memproto">
|
|
||||||
<table class="memname">
|
|
||||||
<tr>
|
|
||||||
<td class="memname"><a class="el" href="namespacegeompyDC.html#55ea9fd7f9b97796036ae6996f4c0a83">geompyDC.kind</a> = GEOM.GEOM_IKindOfShape<code> [static]</code> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="memdoc">
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div><p>
|
|
||||||
</DIV>
|
|
||||||
<DIV class="div-footer">
|
|
||||||
Generated on Thu Jun 21 12:28:15 2007 for SALOME - GEOM - v.4.0.0 by <A href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></A> 1.4.7</DIV>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 26 KiB |
BIN
doc/salome/gui/GEOM/images/measures8a.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 23 KiB |