diff --git a/doc/salome/gui/GEOM/images/point1.png b/doc/salome/gui/GEOM/images/point1.png
index e359819c5..442055f80 100755
Binary files a/doc/salome/gui/GEOM/images/point1.png and b/doc/salome/gui/GEOM/images/point1.png differ
diff --git a/doc/salome/gui/GEOM/images/point2.png b/doc/salome/gui/GEOM/images/point2.png
index df151abfa..1cc315e1c 100755
Binary files a/doc/salome/gui/GEOM/images/point2.png and b/doc/salome/gui/GEOM/images/point2.png differ
diff --git a/doc/salome/gui/GEOM/images/point3.png b/doc/salome/gui/GEOM/images/point3.png
index 14e9827c7..61f4c8d1c 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/point4.png b/doc/salome/gui/GEOM/images/point4.png
index b29de102c..d04eafe80 100755
Binary files a/doc/salome/gui/GEOM/images/point4.png and b/doc/salome/gui/GEOM/images/point4.png differ
diff --git a/doc/salome/gui/GEOM/images/point5.png b/doc/salome/gui/GEOM/images/point5.png
new file mode 100755
index 000000000..d50151395
Binary files /dev/null and b/doc/salome/gui/GEOM/images/point5.png differ
diff --git a/doc/salome/gui/GEOM/input/creating_point.doc b/doc/salome/gui/GEOM/input/creating_point.doc
index 5e1703270..9b4600a92 100644
--- a/doc/salome/gui/GEOM/input/creating_point.doc
+++ b/doc/salome/gui/GEOM/input/creating_point.doc
@@ -5,7 +5,7 @@
To create a \b Point in the Main Menu select New Entity - >
Basic - > Point
-\n There are four algorithms to create a \b Point in the 3D space.
+\n There are five algorithms to create a \b Point in the 3D space.
\n Each time the \b Result of the operation will be a GEOM_Object
(vertex).
@@ -34,13 +34,24 @@ position of the point on the given edge.
\image html point3.png
-\n Finally, we can define a point by intersection of two \b Lines.
+\n Fourthly, we can define a point by intersection of two \b Lines.
\n TUI Command: geompy.MakePointOnLinesIntersection(myLine1,myLine2).
\n Arguments: Name + 2 lines
\image html point4.png
Example:
+\n Finally, we can define a point by a \b Face and two Parameters: U and \b V
+indicating its position on the Face, ranging from 0.0 to 1.0. For example, (0.5; 0.5) means that the
+point is located in the middle of the face.
+\n TUI Command: geompy.MakeVertexOnSurface(myFace,myUParameter,myVParameter).
+\n Arguments: Name + 1 face + 2 Parameters defining the
+position of the point on the given face.
+
+\image html point5.png
+
+Example:
+
\image html points.png
Our TUI Scripts provide you with useful examples of creation of