mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Added support for Ifc 4x2
This commit is contained in:
committed by
Thomas Krijnen
parent
ecb0fee0cd
commit
a9a6cfabca
File diff suppressed because it is too large
Load Diff
+16430
File diff suppressed because one or more lines are too long
+50938
File diff suppressed because one or more lines are too long
@@ -0,0 +1,10 @@
|
||||
|
||||
#ifndef IFC4X2ENUM_H
|
||||
#define IFC4X2ENUM_H
|
||||
|
||||
#include "../ifcparse/ifc_parse_api.h"
|
||||
|
||||
#include <string>
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
#endif
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user