Added a clean() function to the python wrapper

This commit is contained in:
Yorik van Havre
2014-04-11 15:24:41 -03:00
parent ba7eec2c0b
commit 39b3e03fc5
+4
View File
@@ -96,6 +96,10 @@ namespace IfcParse {
IfcSchema::IfcProduct* ifc_product = (IfcSchema::IfcProduct*) e;
return IfcGeom::create_brep_data(ifc_product);
}
void clean() {
IfcGeom::Cache::Purge();
}
}
std::ostream& operator<< (std::ostream& os, const IfcParse::IfcFile& f);