Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / bounding_box.doc
1 /*! 
2
3 \page bounding_box_page Bounding Box
4
5 Returns the dimensions of the bounding box for the selected
6 geometrical object.
7
8 \note To take into account any possible shape distortion  
9 that affects the resulting bounding box, the algorithm enlarges 
10 the bounding box to the maximum deflection value of 
11 faces (by iterating through all faces of a shape).
12 This functionallity is implemented in such a way to have 
13 a satisfactory performance.
14
15 <b>Result:</b> Displays the bounding box dimensions of a
16 geometrical object in form of a Python Tuple (Xmin, Xmax, Ymin,
17 Ymax, Zmin, Zmax).
18 \n <b>TUI Command:</b> <em>geompy.BoundingBox(Shape),</em> where \em Shape
19 is the shape for which a bounding box is computed.
20
21 See also a \ref tui_bounding_box_page "TUI example".
22
23 \image html measures5.png
24
25 */