Adding "Keep nonlimit shapes" checkbox

This commit is contained in:
maintenance team 2007-06-08 10:45:15 +00:00
parent c6adc662f9
commit dc00d1137e
2 changed files with 17 additions and 13 deletions

View File

@ -19,7 +19,7 @@ p.whs2 { font-size:12pt; }
p.whs3 { font-size:12pt; font-weight:normal; } p.whs3 { font-size:12pt; font-weight:normal; }
p.whs4 { font-weight:bold; font-size:14pt; } p.whs4 { font-weight:bold; font-size:14pt; }
p.whs5 { font-size:12pt; margin-left:40px; } p.whs5 { font-size:12pt; margin-left:40px; }
img_whs6 { border:none; width:400px; height:350px; float:none; border-style:none; } img_whs6 { border:none; width:400px; height:376px; float:none; }
img_whs7 { border:none; width:400px; height:324px; float:none; border-style:none; } img_whs7 { border:none; width:400px; height:324px; float:none; border-style:none; }
img_whs8 { border:none; float:none; width:297px; height:245px; border-style:none; } img_whs8 { border:none; float:none; width:297px; height:245px; border-style:none; }
img_whs9 { border:none; float:none; width:273px; height:245px; border-style:none; } img_whs9 { border:none; float:none; width:273px; height:245px; border-style:none; }
@ -93,8 +93,8 @@ if (window.writeIntopicBar)
<p class="whs3">&nbsp;</p> <p class="whs3">&nbsp;</p>
<p class="whs3"><b><span style="font-weight: normal;">This <p class="whs3"><b><span style="font-weight: normal;">This
operation </b>builds a shape by intersection of two shapes or a shape operation </b>builds a compound by intersection of several shapes with
and a plane.</span></p> a tool object or a plane.</span></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>
Result <span style="font-weight: normal;">will be any</span> </b>GEOM_Object.</p> Result <span style="font-weight: normal;">will be any</span> </b>GEOM_Object.</p>
@ -108,7 +108,7 @@ if (window.writeIntopicBar)
<p class="whs3">As far as the intersection <p class="whs3">As far as the intersection
of two objects can produce any type of geometrical objects, <span style="font-weight: bold;"><B>Reconstruction of two objects can produce any type of geometrical objects, <span style="font-weight: bold;"><B>Reconstruction
Limit</B></span> box allows to choose the preferrable result, i.e. a solid, Limit</B></span> box allows choosing the preferrable result, i.e. a solid,
a shell, a list of faces, etc.</p> a shell, a list of faces, etc.</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>
@ -123,16 +123,20 @@ if (window.writeIntopicBar)
PartitionAlgo other parameters are ignored by the current functionality PartitionAlgo other parameters are ignored by the current functionality
and remain there only to support the old scripts. &nbsp;</p> and remain there only to support the old scripts. &nbsp;</p>
<p class="whs2"><b>Arguments:</b> Name + 2 lists of shapes <p class="whs2"><b style="font-weight: bold;">Arguments:</b>
(the shapes from the first list will be intersected with the shapes from Name + 2 lists of shapes (the shapes from the first list will be intersected
the second list) + reconstruction limit.</p> with the shapes from the second list) + reconstruction limit.</p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs5"><img src="pics/partition1.png" x-maintain-ratio="TRUE" width="400px" height="350px" border="0" class="img_whs6"></p> <p class="whs5"><img src="pics/partition1.png" x-maintain-ratio="TRUE" width="400px" height="376px" border="0" class="img_whs6"></p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><span style="font-weight: bold;"><B>Keep nonlimit
shapes</B></span> checkbox allows building geometrical objects of all types
at the same time i.e. no reconstruction limit is applied. </p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs4">Intersection of a Shape <p class="whs4">Intersection of a Shape
@ -141,13 +145,13 @@ if (window.writeIntopicBar)
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>
<p class="whs2"><span style="font-weight: bold;"><B>TUI Command</B></span> <p class="whs2"><span style="font-weight: bold;"><B>TUI Command</B></span>
&nbsp;<span style="font-style: italic;"><I>geompy.MakeHalfPartition(Shape, &nbsp;<span style="font-style: italic;"><I>geompy.MakeHalfPartition(Shapes,
Plane), </I></span>where<span style="font-style: italic;"><I> Shape</I></span> is Plane), </I></span>where<span style="font-style: italic;"><I> Shapes</I></span> are
a Shape to be intersected and <span style="font-style: italic;"><I>Plane</I></span> a list of Shapes to be intersected and <span style="font-style: italic;"><I>Plane</I></span>
is a Tool shape, to intersect the <span style="font-style: italic;"><I>Shape</I></span>.</p> is a Tool shape, to intersect the <span style="font-style: italic;"><I>Shapes</I></span>.</p>
<p class="whs2"><b style="font-weight: bold;">Arguments: </b>Name <p class="whs2"><b style="font-weight: bold;">Arguments: </b>Name
+ 1 shape which will be intersected + 1 cutting face.</p> + a list of shapes which will be intersected + 1 cutting plane.</p>
<p class="whs2">&nbsp;</p> <p class="whs2">&nbsp;</p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB