mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-16 02:28:35 +05:00
25 lines
830 B
Plaintext
25 lines
830 B
Plaintext
/*!
|
|
|
|
\page bounding_box_page Bounding Box
|
|
|
|
Returns the dimensions of the bounding box for the selected
|
|
geometrical object.
|
|
|
|
\note In order to take into account any possible distortion of a shape
|
|
that affects the resulting bounding box, the algorithm enlarges
|
|
the bounding box to the value of the maximum deflection value of
|
|
faces (by iterating through all faces of a shape).
|
|
This functionallity is implemented in such a way in order to have
|
|
satisfactory performance.
|
|
|
|
<b>Result:</b> Displays the dimensions of the bounding box of a
|
|
geometrical object in the form of Python Tuple (Xmin, Xmax, Ymin,
|
|
Ymax, Zmin, Zmax).
|
|
\n <b>TUI Command:</b> <em>geompy.BoundingBox(Shape),</em> where \em Shape
|
|
is a shape for which a bounding box is computed.
|
|
|
|
See also a \ref tui_bounding_box_page "TUI example".
|
|
|
|
\image html measures5.png
|
|
|
|
*/ |