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

26 lines
791 B
Plaintext
Raw Normal View History

/*!
\page bounding_box_page Bounding Box
Returns the dimensions of the bounding box for the selected
geometrical object.
2012-05-14 12:05:59 +06:00
\note To take into account any possible shape distortion
that affects the resulting bounding box, the algorithm enlarges
2012-05-14 12:05:59 +06:00
the bounding box to the maximum deflection value of
faces (by iterating through all faces of a shape).
2012-05-14 12:05:59 +06:00
This functionallity is implemented in such a way to have
a satisfactory performance.
2012-05-14 12:05:59 +06:00
<b>Result:</b> Displays the bounding box dimensions of a
geometrical object in form of a Python Tuple (Xmin, Xmax, Ymin,
Ymax, Zmin, Zmax).
\n <b>TUI Command:</b> <em>geompy.BoundingBox(Shape),</em> where \em Shape
2012-05-14 12:05:59 +06:00
is the shape for which a bounding box is computed.
2012-04-18 15:17:03 +06:00
See also a \ref tui_bounding_box_page "TUI example".
\image html measures5.png
2012-05-14 12:05:59 +06:00
*/