Salome HOME
Build Geometry documentation under Windows.
[modules/geom.git] / doc / salome / gui / GEOM / input / bounding_box.doc
1 /*! 
2
3 \page bounding_box_page Bounding Box
4
5 This operation performs precise computation of bounding box for the selected geometrical object and displays its dimensions.
6
7 \image html measures5.png
8
9 The coordinates of two corners of its bounding box are shown in the table. 
10
11 Press \b Apply or <b>Apply and Close</b> button to publish the bounding \b Box in the study. 
12
13 \note This dialog supports navigation through the selectable objects (in OCC 3D viewer only):
14 - Scroll mouse wheel with pressed \em Ctrl key or press \em "S", \em "P" keys when input focus is
15 in the viewer to navigate between selectable objects.
16 - Press left mouse button to select an appropriate object to the dialog box.
17 .
18 For more details, please refer to the \em "Functionality common for OCC and VTK viewers" chapter
19 of the GUI module's documentation.
20
21 <b>TUI Commands:</b> <em>[Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape, precise)</em>,
22 <em>BBox = geompy.MakeBoundingBox(Shape, precise)</em>, where \em Shape
23 is the shape for which the bounding box is computed. \em precise TRUE
24  for precise computation; FALSE for fast one. Default value is False.
25
26 See also a \ref tui_bounding_box_page "TUI example".
27
28 */