Files
IfcOpenShell/src/ifcgeom/kernels/cgal/CgalConversionResult.cpp
T

7 lines
333 B
C++
Raw Normal View History

2017-01-16 14:04:31 +01:00
#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()");
}