diff --git a/doc/salome/gui/GEOM/images/point3.png b/doc/salome/gui/GEOM/images/point3.png
index 62f8e84a2..8972d735f 100755
Binary files a/doc/salome/gui/GEOM/images/point3.png and b/doc/salome/gui/GEOM/images/point3.png differ
diff --git a/doc/salome/gui/GEOM/images/point3_2.png b/doc/salome/gui/GEOM/images/point3_2.png
index dd159e436..82ec677fe 100644
Binary files a/doc/salome/gui/GEOM/images/point3_2.png and b/doc/salome/gui/GEOM/images/point3_2.png differ
diff --git a/doc/salome/gui/GEOM/images/point3_3.png b/doc/salome/gui/GEOM/images/point3_3.png
new file mode 100644
index 000000000..823d34ca5
Binary files /dev/null and b/doc/salome/gui/GEOM/images/point3_3.png differ
diff --git a/doc/salome/gui/GEOM/input/creating_point.doc b/doc/salome/gui/GEOM/input/creating_point.doc
index baff5d1e3..2ae82dc92 100644
--- a/doc/salome/gui/GEOM/input/creating_point.doc
+++ b/doc/salome/gui/GEOM/input/creating_point.doc
@@ -33,7 +33,14 @@ point is located in the middle of the edge.
position of the point on the given edge.
\image html point3.png
-Alternatively, it is possible to define 3D coordinates of the point
+Alternatively, it is possible to define the point by \b Edge and \b Length,
+the given length must not exceed the length of the edge. The orientation of the edge can be reversed.
+\n TUI Command: geompy.MakeVertexOnCurveByLength(Edge,Length,Direction).
+\n Arguments: Name + 1 edge + 1 Length defining the
+position of the point on the given edge + 1 Direction for the calculation of the length (0 = forward, 2 = reversed).
+\image html point3_3.png
+
+It is also possible to define 3D coordinates of the point
projected on the given edge to produce the resulting point.
\n TUI Command: geompy.MakeVertexOnCurveByCoord(Edge,X,Y,Z).
\n Arguments: Name + 1 edge + 3 coordinate values of the