X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fbounding_box.doc;h=5d963b0976981c13f36232ecca67df8a8565918d;hb=97d9c2c6b1eb1b8c37b74e9409ebdb89c42c8c27;hp=eeb16c4ffc8a547142dadbda2902366ac290edb7;hpb=73555c78ebf12a1fdb85157b8e7934ad566ae90a;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 eeb16c4ff..5d963b097 100644 --- a/doc/salome/gui/GEOM/input/bounding_box.doc +++ b/doc/salome/gui/GEOM/input/bounding_box.doc @@ -2,24 +2,19 @@ \page bounding_box_page Bounding Box -Returns the dimensions of the bounding box for the selected -geometrical object. - -\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. - -Result: Displays the bounding box dimensions of a -geometrical object in form of a Python Tuple (Xmin, Xmax, Ymin, -Ymax, Zmin, Zmax). -\n TUI Command: geompy.BoundingBox(Shape), where \em Shape -is the shape for which a bounding box is computed. - -See also a \ref tui_bounding_box_page "TUI example". +This operation performs precise computation of bounding box for the selected geometrical object and displays its dimensions. \image html measures5.png +The coordinates of two corners of its bounding box are shown in the table. + +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". + */