2012-08-09 13:58:02 +06:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page bounding_box_page Bounding Box
|
|
|
|
|
2014-05-05 12:16:12 +06:00
|
|
|
This operation performs precise computation of bounding box for the selected geometrical object and displays its dimensions.
|
2013-02-12 17:35:16 +06:00
|
|
|
|
|
|
|
\image html measures5.png
|
2012-08-09 13:58:02 +06:00
|
|
|
|
2014-05-05 12:16:12 +06:00
|
|
|
The coordinates of two corners of its bounding box are shown in the table.
|
|
|
|
|
|
|
|
Press \b Apply or <b>Apply and Close</b> button to publish the bounding \b Box in the study.
|
2012-08-09 13:58:02 +06:00
|
|
|
|
2014-11-19 17:40:00 +05:00
|
|
|
\note This dialog supports navigation through the selectable objects (in OCC 3D viewer only):
|
|
|
|
- Scroll mouse wheel with pressed \em Ctrl key or press \em "S", \em "P" keys when input focus is
|
|
|
|
in the viewer to navigate between selectable objects.
|
|
|
|
- Press left mouse button to select an appropriate object to the dialog box.
|
|
|
|
.
|
|
|
|
For more details, please refer to the \em "Functionality common for OCC and VTK viewers" chapter
|
|
|
|
of the GUI module's documentation.
|
|
|
|
|
|
|
|
<b>TUI Commands:</b> <em>[Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape, precise)</em>,
|
2013-05-23 18:53:40 +06:00
|
|
|
<em>BBox = geompy.MakeBoundingBox(Shape, precise)</em>, where \em Shape
|
|
|
|
is the shape for which the bounding box is computed. \em precise TRUE
|
|
|
|
for precise computation; FALSE for fast one. Default value is False.
|
2012-08-09 13:58:02 +06:00
|
|
|
|
|
|
|
See also a \ref tui_bounding_box_page "TUI example".
|
|
|
|
|
|
|
|
*/
|