2005-11-24 20:34:00 +05:00
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
< html >
< head >
< title > Fillet< / 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 { width:20px; height:20px; border-style:none; }
p.whs2 { font-size:12pt; }
2006-05-06 14:44:32 +06:00
p.whs3 { font-size:12pt; margin-left:40px; }
img_whs4 { border:none; width:312px; height:315px; float:none; border-style:none; }
2005-11-24 20:34:00 +05:00
img_whs5 { border:none; width:312px; height:346px; float:none; border-style:none; }
2006-05-06 14:44:32 +06:00
p.whs6 { font-size:12pt; font-style:italic; margin-left:40px; }
2005-11-24 20:34:00 +05:00
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; }
2006-02-07 20:58:35 +05:00
img_whs9 { border:none; width:220px; height:250px; float:none; border-style:none; }
2005-11-24 20:34:00 +05:00
p.whs10 { list-style:disc; margin-left:0in; margin-right:0in; margin-top:0px; margin-bottom:0px; }
-->
< / style > < script type = "text/javascript" language = "JavaScript" >
<!--
if ((navigator.appName == "Netscape") & & (parseInt(navigator.appVersion) == 4))
{
var strNSS = "< style type = 'text/css' > " ;
strNSS += "p.whs10 {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; }
-->
< / 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)
{
2006-05-06 14:44:32 +06:00
addTocInfo("Geometry module\nTransforming geometrical objects\nTransformation Operations\nFillet");
2005-11-24 20:34:00 +05:00
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 > < 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
a < span style = "font-weight: bold;" > < B > Fillet< / B > < / span > in the Main Menu select
< span style = "font-weight: bold;" > < B > Operations - > Transformation - >
Fillet< / B > < / span > < / p >
< p > < / p >
< p class = "whs2" > This operation creates< span style = "font-weight: bold;" >
< B > < / B > < / span > fillets on the edges of a shape.< / p >
< p class = "whs2" > < b style = "font-weight: bold;" > < span style = "font-weight: normal;" > The< / span >
Result < span style = "font-weight: normal;" > will be a< / span > < / b > GEOM_Object.< / p >
< p class = "whs2" > < / p >
< p class = "whs2" > To create fillets on all edges of the given
shape, you need to define the < span style = "font-weight: bold;" > < B > Main Object< / B > < / span >
to create a fillet on and the < span style = "font-weight: bold;" > < B > Radius< / B > < / span >
of the Fillet. < / p >
< p class = "whs2" > < b style = "font-weight: bold;" > TUI Command:< / b > < i >
< / i > geompy.MakeFilletAll(Shape, R) < / p >
< p class = "whs2" > < span style = "font-style: italic;" > < I > < b style = "font-weight: bold;" > A< / I > < / span > < span
style="font-weight: bold;">< B > rguments: < / B > < / span > < / b > Name + 1 shape + 1 value
(fillet radius).< / p >
< p class = "whs2" > < / p >
2006-05-06 14:44:32 +06:00
< p class = "whs3" > < img src = "pics/fillet1.png" x-maintain-ratio = "TRUE" width = "312px" height = "315px" border = "0" class = "img_whs4" > < / p >
2005-11-24 20:34:00 +05:00
< p class = "whs2" > < / p >
2006-05-06 14:44:32 +06:00
< p class = "whs2" > To create fillets on the specified edges or
faces of the given shape, you
2005-11-24 20:34:00 +05:00
need to define the < span style = "font-weight: bold;" > < B > Main Object< / B > < / span >
2006-05-06 14:44:32 +06:00
to create a fillet on, select the necessary edges or faces in the OCC
Viewer and define the < span style = "font-weight: bold;" > < B > Radius< / B > < / span >
2005-11-24 20:34:00 +05:00
of the Fillet. < / p >
< p class = "whs2" > < span style = "font-style: italic;" > < I > < b style = "font-weight: bold; font-style: normal;" > TUI
Command:< / b > < i > < / i > geompy.MakeFillet(Shape, R, ShapeType, ListShapes)
< / I > < / span > < / p >
< p class = "whs2" > < span style = "font-style: italic;" > < I > < b style = "font-weight: bold;" > A< / I > < / span > < span
style="font-weight: bold;">< B > rguments: < / B > < / span > < / b > Name + 1 shape + 1 Selection
of edges (or faces) + 1 value (Fillet radius).< / p >
< p class = "whs2" > < / p >
2006-05-06 14:44:32 +06:00
< p class = "whs3" > < img src = "pics/fillet2.png" x-maintain-ratio = "TRUE" width = "312px" height = "346px" border = "0" class = "img_whs5" > < img src = "pics/fillet3.png" x-maintain-ratio = "TRUE" width = "312px" height = "346px" border = "0" class = "img_whs5" > < / p >
2005-11-24 20:34:00 +05:00
< p class = "whs2" > < / p >
< p class = "whs2" > < b style = "font-weight: bold;" > Example:< / b > < / p >
< p class = "whs2" > < / p >
< p class = "whs6" > Fillet on all Fillet
on an edge Fillet
on a Face< / p >
< p class = "whs2" > < / p >
2006-05-06 14:44:32 +06:00
< p class = "whs3" > < img src = "pics/fillet_all.png" x-maintain-ratio = "TRUE" width = "226px" height = "250px" border = "0" class = "img_whs7" > < 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;" > < img src = "pics/fillet_prism.png" x-maintain-ratio = "TRUE" width = "220px" height = "250px" border = "0" class = "img_whs9" > < / font > < / span > < / p >
2005-11-24 20:34:00 +05:00
< p class = "whs10" > < / p >
< p class = "whs10" > < span style = "font-size: 12pt;" > < font size = 3 style = "font-size:12pt;" > Our < / font > < / span > < span
style="font-weight: bold;">< B > TUI Scripts< / B > < / span > < span style = "font-size: 12pt;" > < font size = 3 style = "font-size:12pt;" >
provide you with useful examples of the use of < a href = "transformation_operations.htm#bookmark3" > Transformation
Operations< / a > . < / font > < / span > < / p >
< p > < / p >
< script type = "text/javascript" language = "javascript1.2" >
<!--
if (window.writeIntopicBar)
writeIntopicBar(0);
//-->
< / script >
< / body >
< / html >