Salome HOME
0020602: EDF 1183 GEOM: Bounding values VS point coordinates
authordmv <dmv@opencascade.com>
Tue, 19 Jan 2010 14:42:57 +0000 (14:42 +0000)
committerdmv <dmv@opencascade.com>
Tue, 19 Jan 2010 14:42:57 +0000 (14:42 +0000)
doc/salome/gui/GEOM/input/using_measurement_tools.doc

index ec1a69f0db558a7f0406ef3695d894c89a6557f4..068a9471633f87039006b0b4ca622e6b4cad4856 100644 (file)
@@ -122,10 +122,17 @@ a shape to be checked.
 \anchor bounding_box_anchor\r
 <br><h2>Bounding box</h2>\r
 \r
-\n Returns the dimensions of the bounding box for the selected\r
+Returns the dimensions of the bounding box for the selected\r
 geometrical object.\r
-\r
-\n <b>Result:</b> Displays the dimensions of the bounding box of a\r
+
+\b NOTE: In order to take into account any possible distortion of a shape 
+that affects the resulting bounding box, the algorithm enlarges 
+the bounding box to the value of the maximum deflection value of 
+faces (by iterating through all faces of a shape).
+This functionallity is implemented in such a way in order to have 
+satisfactory performance.
+
+<b>Result:</b> Displays the dimensions of the bounding box of a\r
 geometrical object in the form of Python Tuple (Xmin, Xmax, Ymin,\r
 Ymax, Zmin, Zmax).\r
 \n <b>TUI Command:</b> <em>geompy.BoundingBox(Shape),</em> where \em Shape\r