]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/bounding_box.doc
Salome HOME
Merge from V6_main 11/02/2013
[modules/geom.git] / doc / salome / gui / GEOM / input / bounding_box.doc
1 /*! 
2
3 \page bounding_box_page Bounding Box
4
5 Shows the dimensions of the bounding box for the selected
6 geometrical object. Creates corresponding shape (box) on "Apply".
7
8 \image html measures5.png
9
10 \note To take into account any possible shape distortion  
11 that affects the resulting bounding box, the algorithm enlarges 
12 the bounding box to the maximum deflection value of 
13 faces (by iterating through all faces of a shape).
14 This functionallity is implemented in such a way to have 
15 a satisfactory performance.
16
17 \n <b>TUI Commands:</b> <em>[Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape)</em>,
18 <em>BBox = geompy.MakeBoundingBox(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 */