Salome HOME
99bd0538f8f2dd72359980b55b2addacf1b40a93
[modules/geom.git] / doc / salome / gui / GEOM / input / bounding_box.doc
1 /*! 
2
3 \page bounding_box_page Bounding Box
4
5 Displays the bounding box dimensions for the selected
6 geometrical object and creates the corresponding box shape 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 the bounding box is computed.
20
21 See also a \ref tui_bounding_box_page "TUI example".
22
23 */