Salome HOME
Refs #289 - Spline profile is represented in OCC view as polyline profile
[modules/hydro.git] / src / HYDROData / HYDROData_Channel.cxx
index f8e30fbbf434480905e1af09f467dad51c5a7a19..e011807bd2c1ba9adfb5481e88c61f3a8c2d70a1 100644 (file)
@@ -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();