Salome HOME
0022618: [CEA 1062] Define the transparency by default in the preferences
[modules/geom.git] / doc / salome / gui / GEOM / input / bounding_box.doc
index eeb16c4ffc8a547142dadbda2902366ac290edb7..5d963b0976981c13f36232ecca67df8a8565918d 100644 (file)
@@ -2,24 +2,19 @@
 
 \page bounding_box_page Bounding Box
 
-Returns the dimensions of the bounding box for the selected
-geometrical object.
-
-\note To take into account any possible shape distortion  
-that affects the resulting bounding box, the algorithm enlarges 
-the bounding box to the maximum deflection value of 
-faces (by iterating through all faces of a shape).
-This functionallity is implemented in such a way to have 
-a satisfactory performance.
-
-<b>Result:</b> Displays the bounding box dimensions of a
-geometrical object in form of a Python Tuple (Xmin, Xmax, Ymin,
-Ymax, Zmin, Zmax).
-\n <b>TUI Command:</b> <em>geompy.BoundingBox(Shape),</em> where \em Shape
-is the shape for which a bounding box is computed.
-
-See also a \ref tui_bounding_box_page "TUI example".
+This operation performs precise computation of bounding box for the selected geometrical object and displays its dimensions.
 
 \image html measures5.png
 
+The coordinates of two corners of its bounding box are shown in the table. 
+
+Press \b Apply or <b>Apply and Close</b> button to publish the bounding \b Box in the study. 
+
+\n <b>TUI Commands:</b> <em>[Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape, precise)</em>,
+<em>BBox = geompy.MakeBoundingBox(Shape, precise)</em>, where \em Shape
+is the shape for which the bounding box is computed. \em precise TRUE
+ for precise computation; FALSE for fast one. Default value is False.
+
+See also a \ref tui_bounding_box_page "TUI example".
+
 */