0021866: [CEA 670] Returning exact coordinates of the bounding box

This commit is contained in:
skv 2013-06-06 06:45:17 +00:00
parent d88fed29fa
commit e91dea54e5

View File

@ -7,12 +7,7 @@ geometrical object and creates the corresponding box shape on "Apply".
\image html measures5.png \image html measures5.png
\note To take into account any possible shape distortion \note This functionallity performs precise computation of bounding box.
that affects the resulting bounding box, the algorithm enlarges
the bounding box to the maximum deflection value of
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>, \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 <em>BBox = geompy.MakeBoundingBox(Shape, precise)</em>, where \em Shape