From 8b2c3f9091f80920a901ebed502652cd8581ff4e Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 20 Jun 2006 11:48:52 +0000 Subject: [PATCH] Update documentation in accordance with bug PAL12608. --- .../salome2_sp3_measuregui_functions.htm | 76 ++++++------------ doc/salome/gui/GEOM/pics/measures9.png | Bin 12534 -> 14542 bytes 2 files changed, 25 insertions(+), 51 deletions(-) diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_measuregui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_measuregui_functions.htm index 40c66d82f..8e53320bb 100755 --- a/doc/salome/gui/GEOM/files/salome2_sp3_measuregui_functions.htm +++ b/doc/salome/gui/GEOM/files/salome2_sp3_measuregui_functions.htm @@ -38,7 +38,7 @@ img_whs16 { border:none; width:360px; height:328px; float:none; border-style:non 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:309px; float:none; border-style:none; } +img_whs20 { border:none; width:360px; height:337px; float: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; } @@ -174,16 +174,14 @@ if (window.writeIntopicBar)

 

-

Description: - Returns the coordinates of a point.

+

Returns the + coordinates of a point.

 

Result: Point coordinates (X, Y, Z) in 3D space in the form of Python Tuple.

-

 

-

TUI command: geompy.PointCoordinates(Point), where Point is a point whose coordinates are inquired.

@@ -203,17 +201,14 @@ if (window.writeIntopicBar)

 

-

Description: - Return the properties (Length, Surface & Volume) of a definite geometrical - object.

+

Returns the properties (Length, Surface & + Volume) for the selected geometrical object.

 

Result: Display Length, Surface & Volume in the form of Python Tuple.

-

 

-

TUI command: geompy.BasicProperties(Shape), where Shape is a shape whose properties are inquired.

@@ -232,16 +227,14 @@ if (window.writeIntopicBar)

 

-

Description: - Creates a gravity center of a shape and returns its coordinates.

+

Calculates and returns the coordinates of the + gravity center for the selected geometrical object.

 

Result: GEOM_Object (vertex).

-

 

-

TUI Command: geompy.MakeCDG(Shape), where Shape is the shape for which a center of gravity is computed.

@@ -261,12 +254,12 @@ if (window.writeIntopicBar)

 

-

Description: - Returns the inertia axis of a geometrical object.

+

Returns the axis of inertia for the selected + geometrical object.

 

-

Result: Display +

Result: Displays the matrix and moments of inertia in the form of Python Tuple (I11, I12, I13,

@@ -301,8 +294,8 @@ if (window.writeIntopicBar)

 

-

Description: - Returns the dimensions of the bounding box of a geometrical object.

+

Returns the dimensions of the bounding box + for the selected geometrical object.

 

@@ -310,8 +303,6 @@ if (window.writeIntopicBar) the dimensions of the bounding box of a geometrical object in the form of Python Tuple (Xmin, Xmax, Ymin, Ymax, Zmin, Zmax).

-

 

-

TUI command: geompy.BoundingBox(Shape), where Shape is a shape for which a bounding box is computed.

@@ -330,13 +321,8 @@ if (window.writeIntopicBar)

 

-

Description: - Returns the min. distance between 2 geometrical objects.

- -

 

- -

Result: Displays - the min. distance.

+

Returns the minimum distance between two geometrical + objects.

 

@@ -358,8 +344,8 @@ if (window.writeIntopicBar)

 

-

Description: - Returns the tolerance of a geometrical object.

+

Returns the maximum and the minimum tolerance + for the selected geometrical object.

 

@@ -367,8 +353,6 @@ if (window.writeIntopicBar) the tolerance values (FaceMinTol, FaceMaxTol, EgdeMinTol, EgdeMaxTol, VertexMinTol, VertexMaxTol).

-

 

-

TUI command: geompy.Tolerance(Shape), where Shape is a shape for which minimal and maximal tolerances are returned.

@@ -387,13 +371,8 @@ if (window.writeIntopicBar)

 

-

Description: - Returns the type of a geometrical object.

- -

 

- -

Result: Displays - all elements composing your geometrical object.

+

Displays types and quantities of all elements + composing the selected geometrical object.

 

@@ -416,24 +395,21 @@ if (window.writeIntopicBar)

 

-

Description: - Returns True if this geometrical object is valid.

+

Checks the topology of the selected geometrical + object and returns True if it is valid. Check + also geometry checkbox allows to test the geometry as well.

 

Result: Boolean.

-

 

-

TUI Command: geompy.CheckShape(Shape), where is shape which is checked for validity.

 

-

- -

 

+

 

@@ -444,9 +420,9 @@ if (window.writeIntopicBar)

 

-

Description: - 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:

+

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: