Salome HOME
5d963b0976981c13f36232ecca67df8a8565918d
[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 \n <b>TUI Commands:</b> <em>[Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape, precise)</em>,
14 <em>BBox = geompy.MakeBoundingBox(Shape, precise)</em>, where \em Shape
15 is the shape for which the bounding box is computed. \em precise TRUE
16  for precise computation; FALSE for fast one. Default value is False.
17
18 See also a \ref tui_bounding_box_page "TUI example".
19
20 */