From dd79ee147e2af5e325bd06bfd4430d7430fee43d Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 26 Dec 2013 08:32:31 +0000 Subject: [PATCH] commented code for export channel shapes to brep --- src/HYDROData/HYDROData_Channel.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/HYDROData/HYDROData_Channel.cxx b/src/HYDROData/HYDROData_Channel.cxx index f8e30fbb..e011807b 100644 --- a/src/HYDROData/HYDROData_Channel.cxx +++ b/src/HYDROData/HYDROData_Channel.cxx @@ -118,6 +118,11 @@ void HYDROData_Channel::Update() SetShape3D( aChannelConstructor.Get3dPresentation() ); SetTopShape( aChannelConstructor.Get2dPresentation() ); + //BRepTools::Write( aPathWire, "guideline.brep" ); + //BRepTools::Write( aProfileWire, "profile.brep" ); + //BRepTools::Write( aChannelConstructor.Get2dPresentation(), "channel2d.brep" ); + //BRepTools::Write( aChannelConstructor.Get3dPresentation(), "channel3d.brep" ); + // Create groups for channel TopoDS_Wire aLeftBank = aChannelConstructor.GetLeftBank(); TopoDS_Wire aRightBank = aChannelConstructor.GetRightBank(); -- 2.39.2