From a243cb74a8fadaf4485b188bb9f3900428726eb8 Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 19 Jan 2010 14:42:57 +0000 Subject: [PATCH] 0020602: EDF 1183 GEOM: Bounding values VS point coordinates --- .../gui/GEOM/input/using_measurement_tools.doc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 -- 2.39.2