2012-08-09 07:58:02 +00:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page bounding_box_page Bounding Box
|
|
|
|
|
2013-04-17 15:23:36 +00:00
|
|
|
Displays the bounding box dimensions for the selected
|
|
|
|
geometrical object and creates the corresponding box shape on "Apply".
|
2013-02-12 11:35:16 +00:00
|
|
|
|
|
|
|
\image html measures5.png
|
2012-08-09 07:58:02 +00:00
|
|
|
|
2013-06-06 06:45:17 +00:00
|
|
|
\note This functionallity performs precise computation of bounding box.
|
2012-08-09 07:58:02 +00:00
|
|
|
|
2013-05-23 12:53:40 +00:00
|
|
|
\n <b>TUI Commands:</b> <em>[Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape, precise)</em>,
|
|
|
|
<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 07:58:02 +00:00
|
|
|
|
|
|
|
See also a \ref tui_bounding_box_page "TUI example".
|
|
|
|
|
|
|
|
*/
|