Temp disable ifc-xml

This commit is contained in:
Thomas Krijnen
2024-08-23 13:58:28 +02:00
parent 4f0297d8b2
commit 2da34deaf1
+2
View File
@@ -690,6 +690,8 @@ end:
#ifdef WITH_IFCXML
IFC_PARSE_API IfcParse::IfcFile* IfcParse::parse_ifcxml(const std::string& filename) {
throw std::runtime_error("IFC-XML import temporarily disabled");
ifcxml_parse_state state;
state.file = nullptr;
state.dialect = ifcxml_dialect_unknown;