]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/bounding_box.doc
Salome HOME
0021866: [CEA 670] Returning exact coordinates of the bounding box
[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, precise)</em>,
18 <em>BBox = geompy.MakeBoundingBox(Shape, precise)</em>, where \em Shape
19 is the shape for which the bounding box is computed. \em precise TRUE
20  for precise computation; FALSE for fast one. Default value is False.
21
22 See also a \ref tui_bounding_box_page "TUI example".
23
24 */