This commit is contained in:
Thomas Krijnen
2019-09-04 09:10:57 +02:00
parent bed9c44883
commit 0c54bdcd54
16 changed files with 0 additions and 447 deletions
-3
View File
@@ -44,9 +44,6 @@ if ( it != cache.T.end() ) { e = it->second; return true; }
#include "../../../ifcgeom/schema_agnostic/IfcGeomElement.h"
#include "../../../ifcgeom/kernels/cgal/CgalConversionResult.h"
// @todo create separate shapetype enum?
#include "../../../ifcgeom/kernels/opencascade/IfcGeomShapeType.h"
struct PolyhedronBuilder : public CGAL::Modifier_base<CGAL::Polyhedron_3<Kernel_>::HalfedgeDS> {
private:
std::list<cgal_face_t> *face_list;