Salome HOME
0022664: [CEA 1253] MakePipeWithDifferentSections fails on a elbow pipe: Fix comment
authorskv <skv@opencascade.com>
Tue, 21 Jul 2015 15:39:48 +0000 (18:39 +0300)
committerskv <skv@opencascade.com>
Tue, 21 Jul 2015 15:39:48 +0000 (18:39 +0300)
src/GEOM_SWIG/geomBuilder.py

index d0eba918c6c9c39f200212a1871189d31225607b..ccf06b705e518412c1ea58a552855f61e353aef7 100644 (file)
@@ -4049,7 +4049,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
 
         ## Create a shape by extrusion of the profile shape along
         #  the path shape. This function is a version of
-        #  MakePipeWithShellSections() with the same parameters, except
+        #  MakePipeWithDifferentSections() with the same parameters, except
         #  eliminated theWithContact and theWithCorrection. So it is
         #  possible to find the description of all parameters is in this
         #  method. The difference is that this method performs the operation
@@ -4064,7 +4064,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
             """
             Create a shape by extrusion of the profile shape along
             the path shape. This function is a version of
-            MakePipeWithShellSections() with the same parameters, except
+            MakePipeWithDifferentSections() with the same parameters, except
             eliminated theWithContact and theWithCorrection. So it is
             possible to find the description of all parameters is in this
             method. The difference is that this method performs the operation