mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
PAL12781: EDF: different results between WPL and LCS. Update user documentation according to changes in GUI.
This commit is contained in:
parent
273d1c6c79
commit
f6ced9dafd
@ -132,10 +132,9 @@ if (window.writeIntopicBar)
|
||||
<p class="whs5"> </p>
|
||||
|
||||
<p class="whs6">Secondly, you can simply
|
||||
select a point in the object browser or 3D viewer, in this case the coordinates
|
||||
of origin are automatically filled in with the coordinates of the selected
|
||||
point and X and Y axes direction will be parallel to the X and Y direction
|
||||
of the Global CS. </p>
|
||||
select any object in the object browser or 3D viewer, in this case the
|
||||
coordinates of origin and axes direction of the LCS are calculated automatically
|
||||
basing on the selected object. </p>
|
||||
|
||||
<p class="whs6"><b style="font-weight: bold;">Arguments:
|
||||
</b>Name + reference object.</p>
|
||||
@ -146,9 +145,9 @@ if (window.writeIntopicBar)
|
||||
|
||||
<p class="whs2"> </p>
|
||||
|
||||
<p class="whs2">The last algorithm also presumes that you select
|
||||
a point in the object browser or 3D viewer, but in this case you define
|
||||
X and Y axes direction yourselves. </p>
|
||||
<p class="whs2">The last algorithm of LCS construction allows
|
||||
to define the coordinates of origin by a point and axes directions by
|
||||
a line or a vector. </p>
|
||||
|
||||
<p class="whs8"><b style="font-weight: bold;">Arguments:</b>
|
||||
<span style="font-weight: normal;">Name + 1 point of origin + X axis direction,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
@ -20,7 +20,7 @@ p.whs3 { font-size:12pt; margin-left:40px; }
|
||||
img_whs4 { border:none; width:312px; height:346px; float:none; border-style:none; }
|
||||
p.whs5 { font-size:12pt; font-weight:bold; }
|
||||
img_whs6 { border:none; width:312px; height:385px; float:none; border-style:none; }
|
||||
p.whs7 { margin-left:40px; }
|
||||
img_whs7 { border:none; width:400px; height:315px; float:none; }
|
||||
table.whs8 { x-cell-content-align:top; width:72.604%; border-spacing:0px; }
|
||||
col.whs9 { width:32.089%; }
|
||||
col.whs10 { width:32.008%; }
|
||||
@ -100,7 +100,7 @@ if (window.writeIntopicBar)
|
||||
<p> </p>
|
||||
|
||||
<p>There are three algorithms to <span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">create
|
||||
a point in the 3D space.</font></span></p>
|
||||
a plane in the 3D space.</font></span></p>
|
||||
|
||||
<p><b style="font-weight: bold;"><span style="font-weight: normal;">The</span><span
|
||||
style="font-size: 12pt;"><font size=3 style="font-size:12pt;"> Result </font></span><span style="font-weight: normal;">of
|
||||
@ -130,7 +130,7 @@ if (window.writeIntopicBar)
|
||||
<p class="whs2">Secondly, you can define a <span style="font-weight: bold;"><B>Plane</B></span>
|
||||
by three <span style="font-weight: bold;"><B>Points </B></span>through which
|
||||
the plane
|
||||
passes.</p>
|
||||
passes and a <span style="font-weight: bold;"><B>Size of the Plane</B></span>.</p>
|
||||
|
||||
<p class="whs5"><b style="font-weight: bold;">TUI
|
||||
Command:</b> <span style="font-weight: normal; font-style: italic;"><I>geompy.MakePlaneThreePnt(Point1,
|
||||
@ -146,19 +146,20 @@ if (window.writeIntopicBar)
|
||||
|
||||
<p class="whs2"> </p>
|
||||
|
||||
<p class="whs2">Finally, you can define a <span style="font-weight: bold;"><B>Plane</B></span>,
|
||||
similar to the existing one, but with another size of representing face.
|
||||
</p>
|
||||
<p class="whs2">Finally, you can define a <span style="font-weight: bold;"><B>Plane
|
||||
</B></span>by another <span style="font-weight: bold;"><B>Plane</B></span> or <span
|
||||
style="font-weight: bold;"><B>Local Coordinate System</B></span> and a <span
|
||||
style="font-weight: bold;"><B>Size of the Plane</B></span>. </p>
|
||||
|
||||
<p class="whs2"><span style="font-weight: bold;"><B><b style="font-weight: bold;">TUI
|
||||
Command:</b> </B></span>geompy.MakePlaneFace(Face, TrimSize) </p>
|
||||
|
||||
<p class="whs2"><b style="font-weight: bold;">Arguments: </b>Name
|
||||
+ 1 face + 1 value (to define the size of the plane).</p>
|
||||
<p class="whs2"><b>Arguments: </b>Name + 1 face + 1 value (to
|
||||
define the size of the plane).</p>
|
||||
|
||||
<p class="whs2"> </p>
|
||||
|
||||
<p class="whs7"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><img src="pics/plane3.png" x-maintain-ratio="TRUE" width="312px" height="385px" border="0" class="img_whs6"></font></span> </p>
|
||||
<p class="whs3"><img src="pics/plane3.png" x-maintain-ratio="TRUE" width="400px" height="315px" border="0" class="img_whs7"></p>
|
||||
|
||||
<p class="whs2"> </p>
|
||||
|
||||
|
@ -17,7 +17,7 @@ if (navigator.appName !="Netscape")
|
||||
img_whs1 { width:20px; height:20px; border-style:none; }
|
||||
p.whs2 { font-size:12pt; }
|
||||
p.whs3 { font-size:12pt; margin-left:40px; }
|
||||
img_whs4 { border:none; width:312px; height:231px; float:none; border-style:none; }
|
||||
img_whs4 { border:none; width:400px; height:231px; float:none; }
|
||||
img_whs5 { border:none; width:312px; height:266px; float:none; border-style:none; }
|
||||
img_whs6 { border:none; width:312px; height:274px; float:none; border-style:none; }
|
||||
-->
|
||||
@ -93,14 +93,17 @@ if (window.writeIntopicBar)
|
||||
|
||||
<p class="whs2"> </p>
|
||||
|
||||
<p class="whs2">Firstly, you can select a <span style="font-weight: bold;"><B>Plane</B></span>
|
||||
or a <span style="font-weight: bold;"><B>Planar Face</B></span> to be your <span
|
||||
style="font-weight: bold;"><B>Working Plane</B></span></p>
|
||||
<p class="whs2">Firstly, you can select a <span style="font-weight: bold;"><B>Plane</B></span>,<span
|
||||
style="font-weight: bold;"> <B></B></span>a <span style="font-weight: bold;"><B>Planar
|
||||
Face</B></span> or a <span style="font-weight: bold;"><B>Local Coordinate System</B></span>
|
||||
to be your <span style="font-weight: bold;"><B>Working Plane</B></span></p>
|
||||
|
||||
<p class="whs2"><b style="font-weight: bold;">Arguments:</b>
|
||||
Name + 1 selection (face or planar face), </p>
|
||||
<p class="whs2"><b>Arguments:</b> Name + 1 selection (face
|
||||
or planar face), </p>
|
||||
|
||||
<p class="whs3"><img src="pics/workplane4.png" x-maintain-ratio="TRUE" width="312px" height="231px" border="0" class="img_whs4"></p>
|
||||
<p class="whs2"> </p>
|
||||
|
||||
<p class="whs3"><img src="pics/workplane4.png" x-maintain-ratio="TRUE" width="400px" height="231px" border="0" class="img_whs4"></p>
|
||||
|
||||
<p class="whs2"> </p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user