]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_I/GEOM_I3DPrimOperations_i.cc
Salome HOME
0022664: [CEA 1253] MakePipeWithDifferentSections fails on a elbow pipe
[modules/geom.git] / src / GEOM_I / GEOM_I3DPrimOperations_i.cc
index 3d5969f71571ec7c954cdfb0fc6ce5204e2cb123..41b415ded85820cca037777466bb8d5a5fcc77ad 100644 (file)
@@ -987,6 +987,7 @@ GEOM::ListOfGO *GEOM_I3DPrimOperations_i::MakePipeWithDifferentSections
                                   GEOM::GEOM_Object_ptr  thePath,
                                   CORBA::Boolean         theWithContact,
                                   CORBA::Boolean         theWithCorrections,
+                                  CORBA::Boolean         IsBySteps,
                                   CORBA::Boolean         IsGenerateGroups)
 {
   GEOM::ListOfGO_var aSeq = new GEOM::ListOfGO;
@@ -1029,7 +1030,7 @@ GEOM::ListOfGO *GEOM_I3DPrimOperations_i::MakePipeWithDifferentSections
     GetOperations()->MakePipeWithDifferentSections
               (aSeqBases, aSeqLocations,
                aPath, theWithContact,
-               theWithCorrections, IsGenerateGroups);
+               theWithCorrections, IsBySteps, IsGenerateGroups);
   if (!GetOperations()->IsDone() || aHSeq.IsNull())
     return aSeq._retn();