mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 04:04:00 +00:00
7 lines
333 B
C++
7 lines
333 B
C++
|
|
#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()");
|
||
|
|
}
|