This commit is contained in:
Thomas Krijnen
2020-03-18 10:12:54 +01:00
parent 358323492e
commit d02182793b
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
virtual ~OpenCascadeBasedSerializer() {}
void writeHeader() {}
bool ready();
virtual void writeShape(const TopoDS_Shape& shape) = 0;
virtual void writeShape(const std::string& name, const TopoDS_Shape& shape) = 0;
void write(const IfcGeom::TriangulationElement<real_t>* /*o*/) {}
void write(const IfcGeom::BRepElement<real_t>* o);
bool isTesselated() const { return false; }