Cgal kernel skeleton

This commit is contained in:
Thomas Krijnen
2017-01-16 11:53:11 +01:00
parent ad24b6be0f
commit d804575974
22 changed files with 631 additions and 0 deletions
@@ -0,0 +1,6 @@
#include "CgalKernel.h"
#include "CgalConversionResult.h"
void IfcGeom::CgalShape::Triangulate(const IfcGeom::IteratorSettings & settings, const IfcGeom::ConversionResultPlacement * place, IfcGeom::Representation::Triangulation<double>* t, int surface_style_id) const {
throw std::runtime_error("Not implemented Triangulate()");
}