From: asl Date: Thu, 26 Dec 2013 08:32:31 +0000 (+0000) Subject: commented code for export channel shapes to brep X-Git-Tag: BR_hydro_v_0_7~49 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dd79ee147e2af5e325bd06bfd4430d7430fee43d;p=modules%2Fhydro.git commented code for export channel shapes to brep --- 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();