From: jfa Date: Tue, 1 Aug 2006 07:08:38 +0000 (+0000) Subject: PAL12781: EDF: different results between WPL and LCS. Update user documentation accor... X-Git-Tag: For_OCT_611~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f6ced9dafd080f86fc23b0fcd75e9c4279afc68e;p=modules%2Fgeom.git PAL12781: EDF: different results between WPL and LCS. Update user documentation according to changes in GUI. --- diff --git a/doc/salome/gui/GEOM/local_coordinate_system.htm b/doc/salome/gui/GEOM/local_coordinate_system.htm index c1202e55e..93d76f282 100755 --- a/doc/salome/gui/GEOM/local_coordinate_system.htm +++ b/doc/salome/gui/GEOM/local_coordinate_system.htm @@ -132,10 +132,9 @@ if (window.writeIntopicBar)

 

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.  

+ 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.

Arguments: Name + reference object.

@@ -146,9 +145,9 @@ if (window.writeIntopicBar)

 

-

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.

+

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.

Arguments: Name + 1 point of origin + X axis direction, diff --git a/doc/salome/gui/GEOM/pics/plane3.png b/doc/salome/gui/GEOM/pics/plane3.png index bce562350..1727e3bb0 100755 Binary files a/doc/salome/gui/GEOM/pics/plane3.png and b/doc/salome/gui/GEOM/pics/plane3.png differ diff --git a/doc/salome/gui/GEOM/pics/workplane4.png b/doc/salome/gui/GEOM/pics/workplane4.png index 1f9dab5fb..6e9ead8f9 100755 Binary files a/doc/salome/gui/GEOM/pics/workplane4.png and b/doc/salome/gui/GEOM/pics/workplane4.png differ diff --git a/doc/salome/gui/GEOM/plane.htm b/doc/salome/gui/GEOM/plane.htm index cef49d703..60c00d903 100755 --- a/doc/salome/gui/GEOM/plane.htm +++ b/doc/salome/gui/GEOM/plane.htm @@ -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)

 

There are three algorithms to create - a point in the 3D space.

+ a plane in the 3D space.

The Result of @@ -130,7 +130,7 @@ if (window.writeIntopicBar)

Secondly, you can define a Plane by three Points through which  the plane - passes.

+ passes and a Size of the Plane.

TUI Command: geompy.MakePlaneThreePnt(Point1, @@ -146,19 +146,20 @@ if (window.writeIntopicBar)

 

-

Finally, you can define a Plane, - similar to the existing one, but with another size of representing face. -

+

Finally, you can define a Plane + by another Plane or Local Coordinate System and a Size of the Plane.

TUI Command: geompy.MakePlaneFace(Face, TrimSize)

-

Arguments: Name - + 1 face + 1 value (to define the size of the plane).

+

Arguments: Name + 1 face + 1 value (to + define the size of the plane).

 

-

+

 

diff --git a/doc/salome/gui/GEOM/working_plane.htm b/doc/salome/gui/GEOM/working_plane.htm index a4f1e7299..2b8f5cfa9 100755 --- a/doc/salome/gui/GEOM/working_plane.htm +++ b/doc/salome/gui/GEOM/working_plane.htm @@ -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)

 

-

Firstly, you can select a Plane - or a Planar Face to be your Working Plane

+

Firstly, you can select a Plane, a Planar + Face or a Local Coordinate System + to be your Working Plane

-

Arguments: - Name + 1 selection (face or planar face),

+

Arguments: Name + 1 selection (face + or planar face),

+ +

 

-

+