From: jfa 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. 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. 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. 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, Description:
- Returns the dimensions of the bounding box of a geometrical object. Returns the dimensions of the bounding box
+ for the selected geometrical object.
-
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:
Result: Boolean; highlight in the viewer.
--
TUI Command: geompy.CheckCompoundOfBlocks(Compound). Checks if the shape is diff --git a/doc/salome/gui/GEOM/pics/measures9.png b/doc/salome/gui/GEOM/pics/measures9.png index 1767aad75..7d42d2935 100755 Binary files a/doc/salome/gui/GEOM/pics/measures9.png and b/doc/salome/gui/GEOM/pics/measures9.png differ