Salome HOME
0022373: EDF 2691 GEOM: Publish the shapes with error in Check Shape
[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 This functionallity performs precise computation of bounding box.
11
12 \n <b>TUI Commands:</b> <em>[Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape, precise)</em>,
13 <em>BBox = geompy.MakeBoundingBox(Shape, precise)</em>, where \em Shape
14 is the shape for which the bounding box is computed. \em precise TRUE
15  for precise computation; FALSE for fast one. Default value is False.
16
17 See also a \ref tui_bounding_box_page "TUI example".
18
19 */