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