Add an XML serializer (NB: Not ifcXML / 10303-28) that describes property set data, decomposition relations and SPF header fields

This commit is contained in:
Thomas Krijnen
2015-02-06 13:07:50 +00:00
parent c597404dfe
commit 3801e52bff
10 changed files with 389 additions and 18 deletions
@@ -41,6 +41,7 @@ public:
void write(const IfcGeom::TriangulationElement<double>* o) {}
void write(const IfcGeom::BRepElement<double>* o);
bool isTesselated() const { return false; }
void setFile(IfcParse::IfcFile*) {}
};
#endif