geom/doc/salome/gui/GEOM/input/bounding_box.doc

25 lines
889 B
Plaintext
Raw Normal View History

2012-08-09 13:58:02 +06:00
/*!
\page bounding_box_page Bounding Box
2013-04-17 21:23:36 +06:00
Displays the bounding box dimensions for the selected
geometrical object and creates the corresponding box shape on "Apply".
2013-02-12 17:35:16 +06:00
\image html measures5.png
2012-08-09 13:58:02 +06:00
\note To take into account any possible shape distortion
that affects the resulting bounding box, the algorithm enlarges
2013-04-17 21:23:36 +06:00
the bounding box to the maximum deflection value of
2012-08-09 13:58:02 +06:00
faces (by iterating through all faces of a shape).
This functionallity is implemented in such a way to have
a satisfactory performance.
\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 13:58:02 +06:00
See also a \ref tui_bounding_box_page "TUI example".
*/