Implement mapping of IfcExtrudedAreaSolid

This commit is contained in:
Thomas Krijnen
2019-08-04 11:27:10 +02:00
parent 467ebb68a3
commit dae35f59ce
4 changed files with 97 additions and 16 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
#undef BIND
#endif
#define BIND(T) ifcopenshell::geometry::taxonomy::item* convert(const IfcSchema::T*);
#define BIND(T) ifcopenshell::geometry::taxonomy::item* map(const IfcSchema::T*);
#include "mapping.i"