Salome HOME
Merge from V7_3_BR branch 18/12/2013
[modules/geom.git] / doc / salome / gui / GEOM / input / bounding_box.doc
index 75b7c7eaf1ce6afe1b89419faea69d37ba52d669..4add78786fc51f64eebcf807e65508bddb359279 100644 (file)
@@ -2,21 +2,17 @@
 
 \page bounding_box_page Bounding Box
 
-Shows the dimensions of the bounding box for the selected
-geometrical object. Creates corresponding shape (box) on "Apply".
+Displays the bounding box dimensions for the selected
+geometrical object and creates the corresponding box shape on "Apply".
 
 \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.
+\note This functionallity performs precise computation of bounding box.
 
-\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 a bounding box is computed.
+\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".