#include <BRepOffsetAPI_MakePipeShell.hxx>
#include <BRepOffsetAPI_MakePipe.hxx>
#include <BRepCheck_Analyzer.hxx>
-#include <BRepTools.hxx>
#include <TopExp.hxx>
SetShape3D( aChannelConstructor.Get3dPresentation() );
SetTopShape( aChannelConstructor.Get2dPresentation() );
+#ifdef DEB_CHANNEL
BRepTools::Write( aChannelConstructor.Get2dPresentation(), "channel2d.brep" );
BRepTools::Write( aChannelConstructor.Get3dPresentation(), "channel3d.brep" );
+#endif
TopAbs_ShapeEnum aType = GetTopShape().ShapeType();