From: dmv Date: Tue, 19 Jan 2010 14:42:57 +0000 (+0000) Subject: 0020602: EDF 1183 GEOM: Bounding values VS point coordinates X-Git-Tag: PARAVIS_29012010~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a243cb74a8fadaf4485b188bb9f3900428726eb8;p=modules%2Fgeom.git 0020602: EDF 1183 GEOM: Bounding values VS point coordinates --- diff --git a/doc/salome/gui/GEOM/input/using_measurement_tools.doc b/doc/salome/gui/GEOM/input/using_measurement_tools.doc index ec1a69f0d..068a94716 100644 --- a/doc/salome/gui/GEOM/input/using_measurement_tools.doc +++ b/doc/salome/gui/GEOM/input/using_measurement_tools.doc @@ -122,10 +122,17 @@ a shape to be checked. \anchor bounding_box_anchor

Bounding box

-\n Returns the dimensions of the bounding box for the selected +Returns the dimensions of the bounding box for the selected geometrical object. - -\n Result: Displays the dimensions of the bounding box of a + +\b 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. + +Result: Displays the dimensions of the bounding box of a geometrical object in the form of Python Tuple (Xmin, Xmax, Ymin, Ymax, Zmin, Zmax). \n TUI Command: geompy.BoundingBox(Shape), where \em Shape