2012-07-19 18:26:47 +00:00
|
|
|
#include "IfcRegisterUndef.h"
|
2011-07-25 14:56:40 +00:00
|
|
|
#define FACE(T) \
|
2021-09-06 18:52:37 +02:00
|
|
|
if (l->as<IfcSchema::T>()) return convert(l->as<IfcSchema::T>(), r);
|
2011-07-25 14:56:40 +00:00
|
|
|
#include "IfcRegisterDef.h"
|
|
|
|
|
|
|
|
|
|
#include "IfcRegister.h"
|