From 319550d3c2e9347ec42e453298f5fd7a0a1a62fa Mon Sep 17 00:00:00 2001 From: asl Date: Tue, 17 Dec 2013 12:29:47 +0000 Subject: [PATCH] bug #227: correct presentation of channel on spline --- src/HYDROData/HYDROData_Channel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2