From: asl Date: Tue, 17 Dec 2013 12:29:47 +0000 (+0000) Subject: bug #227: correct presentation of channel on spline X-Git-Tag: BR_hydro_v_0_6~58 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=319550d3c2e9347ec42e453298f5fd7a0a1a62fa;p=modules%2Fhydro.git bug #227: correct presentation of channel on spline --- diff --git a/src/HYDROData/HYDROData_Channel.cxx b/src/HYDROData/HYDROData_Channel.cxx index 8f31b30b..7adfcd8d 100644 --- a/src/HYDROData/HYDROData_Channel.cxx +++ b/src/HYDROData/HYDROData_Channel.cxx @@ -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();