diff --git a/doc/salome/gui/GEOM/images/pipe_wire_edgesn.png b/doc/salome/gui/GEOM/images/pipe_wire_edgesn.png
index 4424b6bf1..fca02823d 100755
Binary files a/doc/salome/gui/GEOM/images/pipe_wire_edgesn.png and b/doc/salome/gui/GEOM/images/pipe_wire_edgesn.png differ
diff --git a/doc/salome/gui/GEOM/images/pipebinormalsn.png b/doc/salome/gui/GEOM/images/pipebinormalsn.png
index d5add9f5d..d48cc4ca9 100644
Binary files a/doc/salome/gui/GEOM/images/pipebinormalsn.png and b/doc/salome/gui/GEOM/images/pipebinormalsn.png differ
diff --git a/doc/salome/gui/GEOM/images/pipesn.png b/doc/salome/gui/GEOM/images/pipesn.png
deleted file mode 100755
index 11ac1096b..000000000
Binary files a/doc/salome/gui/GEOM/images/pipesn.png and /dev/null differ
diff --git a/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc b/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc
index 13e6c7d8c..7095d2e59 100644
--- a/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc
+++ b/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc
@@ -8,6 +8,10 @@ To generate a \b Pipe in the Main Menu select New Entity - > Generatio
Object (vertex, edge, planar wire, face or shell), which will be extruded
and the Path Object (edge or wire) along which the Base
Object will be extruded.
+\n In this mode the default pipe generation algorithm is used. The pipe
+is created in such a way that the angle between the normal vector to
+the base shape and the tangent to the path wire at any point of the
+given path is kept constant.
\n Check Box Select unpublished edges - if checked, allows to select an edge of any other shape as the path object.
\n The \b Result of the operation will be a GEOM_Object (edge, face, shell,
solid or compsolid).
@@ -19,11 +23,18 @@ definition of the path.
\image html pipe.png
+Example:
+
+\image html pipe_wire_edgesn.png "Extrusion of wire"
+
\n Secondly, you can define the Base
Object (edge, planar wire or face), which will be extruded,
the Path Object (edge or wire) along which the Base
-Object will be extruded and the Vector (edge or wire)
-to keep constant angular relations between the sections and this one.
+Object will be extruded and the Vector (edge or wire).
+\n In contrast to the default mode, in this mode the pipe is generated
+in such a way that the angle between the normal vector to the base
+shape and the BiNormal vector given as the third argument is kept
+constant.
\n Check Box Select unpublished edges - if checked, allows to select an edge of any other shape as the path object.
\n The \b Result of the operation will be a GEOM_Object (edge, face, shell,
solid or compsolid).
@@ -38,11 +49,7 @@ BiNormal direction to perform the extrusion.
Example:
-\image html pipe_wire_edgesn.png "Initial wire"
-
-\image html pipesn.png "Resulting surface"
-
-\image html pipebinormalsn.png "A face and its trajectory"
+\image html pipebinormalsn.png "Extrusion of face with BiNormal parameter"
Our TUI Scripts provide you with useful examples of creation of
\ref tui_creation_pipe "Complex Geometric Objects".