X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fbounding_box.doc;h=5d963b0976981c13f36232ecca67df8a8565918d;hb=a0e22ed86a0df64143edb095e07295a014b32c88;hp=99bd0538f8f2dd72359980b55b2addacf1b40a93;hpb=9351fe0dfa570db0b1411ea63e7becb12a913944;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/bounding_box.doc b/doc/salome/gui/GEOM/input/bounding_box.doc index 99bd0538f..5d963b097 100644 --- a/doc/salome/gui/GEOM/input/bounding_box.doc +++ b/doc/salome/gui/GEOM/input/bounding_box.doc @@ -2,21 +2,18 @@ \page bounding_box_page Bounding Box -Displays the bounding box dimensions for the selected -geometrical object and creates the corresponding box shape on "Apply". +This operation performs precise computation of bounding box for the selected geometrical object and displays its dimensions. \image html measures5.png -\note To take into account any possible shape distortion -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. +The coordinates of two corners of its bounding box are shown in the table. -\n TUI Commands: [Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape), -BBox = geompy.MakeBoundingBox(Shape), where \em Shape -is the shape for which the bounding box is computed. +Press \b Apply or Apply and Close button to publish the bounding \b Box in the study. + +\n TUI Commands: [Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape, precise), +BBox = geompy.MakeBoundingBox(Shape, precise), 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".