]> SALOME platform Git repositories - modules/hydro.git/blobdiff - src/HYDROData/HYDROData_Channel.cxx
Salome HOME
Create goups for stream.
[modules/hydro.git] / src / HYDROData / HYDROData_Channel.cxx
index 8f31b30bcf76496b84ac2b0cfe85e95063926d5a..7adfcd8d04c118be4935dbb7b119cda89d1d8312 100644 (file)
@@ -105,7 +105,7 @@ void HYDROData_Channel::Update()
   BRepOffsetAPI_MakePipeShell aMkSweep(aPathWire);
   aMkSweep.Add(aProfileWire,Standard_True, Standard_True);
   aMkSweep.SetTransitionMode(BRepBuilderAPI_RightCorner);
-  aMkSweep.SetMode(Standard_True);
+  //aMkSweep.SetMode(Standard_True);
   aMkSweep.Build();
   if(aMkSweep.IsDone())         { 
        const TopoDS_Shape& aChannel = aMkSweep.Shape();