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 99bd0538f8f2dd72359980b55b2addacf1b40a93..5d963b0976981c13f36232ecca67df8a8565918d 100644 (file)
@@ -2,21 +2,18 @@
 
 \page bounding_box_page Bounding Box
 
-Displays the bounding box dimensions for the selected
-geometrical object and creates the corresponding box shape on "Apply".
+This operation performs precise computation of bounding box for the selected geometrical object and displays its dimensions.
 
 \image html measures5.png
 
-\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.
+The coordinates of two corners of its bounding box are shown in the table. 
 
-\n <b>TUI Commands:</b> <em>[Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape)</em>,
-<em>BBox = geompy.MakeBoundingBox(Shape)</em>, where \em Shape
-is the shape for which the bounding box is computed.
+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".