Added support for Ifc 4x2

This commit is contained in:
Mathias Artus
2019-06-19 08:54:21 +02:00
committed by Thomas Krijnen
parent ecb0fee0cd
commit a9a6cfabca
5 changed files with 82951 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+50938
View File
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
#ifndef IFC4X2ENUM_H
#define IFC4X2ENUM_H
#include "../ifcparse/ifc_parse_api.h"
#include <string>
#include <boost/optional.hpp>
#endif
+1
View File
@@ -64,6 +64,7 @@ IfcParse::schema_definition::~schema_definition() {
#include "../ifcparse/Ifc2x3.h"
#include "../ifcparse/Ifc4.h"
#include "../ifcparse/Ifc4x2.h"
const IfcParse::schema_definition* IfcParse::schema_by_name(const std::string& name) {
// TODO: initialize automatically somehow