diff --git a/doc/salome/gui/GEOM/images/pipe.png b/doc/salome/gui/GEOM/images/pipe.png
index e256ba197..e7caa8394 100755
Binary files a/doc/salome/gui/GEOM/images/pipe.png and b/doc/salome/gui/GEOM/images/pipe.png differ
diff --git a/doc/salome/gui/GEOM/images/pipe2.png b/doc/salome/gui/GEOM/images/pipe2.png
index b1f4637b8..5dbf37736 100755
Binary files a/doc/salome/gui/GEOM/images/pipe2.png and b/doc/salome/gui/GEOM/images/pipe2.png differ
diff --git a/doc/salome/gui/GEOM/images/pipe3.png b/doc/salome/gui/GEOM/images/pipe3.png
new file mode 100644
index 000000000..2d0f13214
Binary files /dev/null and b/doc/salome/gui/GEOM/images/pipe3.png differ
diff --git a/doc/salome/gui/GEOM/images/pipe3_init.png b/doc/salome/gui/GEOM/images/pipe3_init.png
new file mode 100644
index 000000000..c195e4d71
Binary files /dev/null and b/doc/salome/gui/GEOM/images/pipe3_init.png differ
diff --git a/doc/salome/gui/GEOM/images/pipe3_res.png b/doc/salome/gui/GEOM/images/pipe3_res.png
new file mode 100644
index 000000000..113302fbd
Binary files /dev/null and b/doc/salome/gui/GEOM/images/pipe3_res.png differ
diff --git a/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc b/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc
index 4af2ea093..a11fb975e 100644
--- a/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc
+++ b/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc
@@ -54,6 +54,35 @@ BiNormal direction to perform the extrusion.
\image html pipebinormalsn.png "Extrusion of a face with BiNormal parameter"
+\n Third, to create a shape by extrusion of the profile shapes along the path shape,
+you can define the Base Objects (edges, planar wires, faces or shells), which will be extruded,
+the Locations (vertices that specify locations on the Path Object corresponding to the
+specified Base Objects; list of the Locations should be either empty or of the same
+length as list of Base Objects) and the Path Object (edge or wire) along which the
+Base Object will be extruded.
+
+Additional controls:
+- With contact checkbox - if checked, the section is translated to be in contact with the spine.
+- With correction checkbox - if checked, the section is rotated to be orthogonal to the spine
+tangent in the corresponding point.
+
+\n The \b Result of the operation will be a GEOM_Object (shell or solid).
+
+\n TUI Command: geompy.MakePipeWithDifferentSections(baseShape, locations, pathShape, withContact, withCorrection)
+\n Arguments: Name + list of shapes (edges, planar wires, faces or shells) serving as base object +
+list of locations (vertices) on the path corresponding specified list of the shapes +
+1 shape (edge or wire) for definition of the path +
+2 bool parameters (withContact, withCorrection).
+\n Advanced options \ref preview_anchor "Preview"
+
+\image html pipe3.png
+
+Example:
+
+\image html pipe3_init.png "Initial objects"
+
+\image html pipe3_init1.png "Extrusion of the profile shapes along the path shape"
+
Our TUI Scripts provide you with useful examples of creation of
\ref tui_creation_pipe "Complex Geometric Objects".