From 6440cc096cc6377fdc40531ddaad10febcdb862d Mon Sep 17 00:00:00 2001 From: skv Date: Tue, 21 Jul 2015 18:39:48 +0300 Subject: [PATCH] 0022664: [CEA 1253] MakePipeWithDifferentSections fails on a elbow pipe: Fix comment --- src/GEOM_SWIG/geomBuilder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GEOM_SWIG/geomBuilder.py b/src/GEOM_SWIG/geomBuilder.py index d0eba918c..ccf06b705 100644 --- a/src/GEOM_SWIG/geomBuilder.py +++ b/src/GEOM_SWIG/geomBuilder.py @@ -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 -- 2.30.2