mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
20 lines
645 B
Plaintext
20 lines
645 B
Plaintext
/*!
|
|
|
|
\page bounding_box_page Bounding Box
|
|
|
|
Displays the bounding box dimensions for the selected
|
|
geometrical object and creates the corresponding box shape on "Apply".
|
|
|
|
\image html measures5.png
|
|
|
|
\note This functionallity performs precise computation of bounding box.
|
|
|
|
\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.
|
|
|
|
See also a \ref tui_bounding_box_page "TUI example".
|
|
|
|
*/
|