* Fixed OCC Visualisation

* OCC Visualisation was broken after changes to visualisation subsystem was made [SVN Rev: 174]
This commit is contained in:
Philippose Rajan 2009-07-24 09:32:42 +00:00
parent ad584ff2f7
commit 10a7476bb7

View File

@ -6,9 +6,6 @@
#include <myadt.hpp> #include <myadt.hpp>
#include <meshing.hpp> #include <meshing.hpp>
// #include <csg.hpp>
// #include <stlgeom.hpp>
#include <occgeom.hpp> #include <occgeom.hpp>
#include "TopoDS_Shape.hxx" #include "TopoDS_Shape.hxx"
@ -24,15 +21,11 @@
#include "Poly_Triangle.hxx" #include "Poly_Triangle.hxx"
#include "Poly_Polygon3D.hxx" #include "Poly_Polygon3D.hxx"
#include "Poly_PolygonOnTriangulation.hxx" #include "Poly_PolygonOnTriangulation.hxx"
// #include "BRepMesh.hxx"
// #include "BRepMesh_IncrementalMesh.hxx"
#include "incvis.hpp" #include <visual.hpp>
namespace netgen namespace netgen
{ {
#include "mvdraw.hpp"
extern OCCGeometry * occgeometry; extern OCCGeometry * occgeometry;
/* *********************** Draw OCC Geometry **************** */ /* *********************** Draw OCC Geometry **************** */