Rewritten library to use code generated from IFC2X3_TC1.exp

This commit is contained in:
Thomas Krijnen
2011-07-25 14:56:40 +00:00
parent 75c26a34e1
commit 9b36321861
30 changed files with 20753 additions and 340 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "IfcRegisterUndef.h"
#define CLASS(T,V) bool convert(const T::ptr& L, V& r);
#define SHAPE(T) CLASS(T,TopoDS_Shape)
#define WIRE(T) CLASS(T,TopoDS_Wire)
#define FACE(T) CLASS(T,TopoDS_Face)
#define CURVE(T) CLASS(T,Handle(Geom_Curve))
#include "IfcRegisterDef.h"
#include "IfcRegister.h"