mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 13:30:34 +05:00
* Fixed OCC Visualisation
* OCC Visualisation was broken after changes to visualisation subsystem was made [SVN Rev: 174]
This commit is contained in:
parent
ad584ff2f7
commit
10a7476bb7
@ -6,9 +6,6 @@
|
||||
#include <myadt.hpp>
|
||||
#include <meshing.hpp>
|
||||
|
||||
// #include <csg.hpp>
|
||||
// #include <stlgeom.hpp>
|
||||
|
||||
#include <occgeom.hpp>
|
||||
|
||||
#include "TopoDS_Shape.hxx"
|
||||
@ -24,15 +21,11 @@
|
||||
#include "Poly_Triangle.hxx"
|
||||
#include "Poly_Polygon3D.hxx"
|
||||
#include "Poly_PolygonOnTriangulation.hxx"
|
||||
// #include "BRepMesh.hxx"
|
||||
// #include "BRepMesh_IncrementalMesh.hxx"
|
||||
|
||||
#include "incvis.hpp"
|
||||
#include <visual.hpp>
|
||||
|
||||
namespace netgen
|
||||
{
|
||||
#include "mvdraw.hpp"
|
||||
|
||||
extern OCCGeometry * occgeometry;
|
||||
|
||||
/* *********************** Draw OCC Geometry **************** */
|
||||
|
Loading…
Reference in New Issue
Block a user