mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
6 lines
169 B
C
6 lines
169 B
C
#include "IfcRegisterUndef.h"
|
|
#define FACE(T) \
|
|
if ( l->declaration().is(T::Class()) ) return convert((T*)l,r);
|
|
#include "IfcRegisterDef.h"
|
|
|
|
#include "IfcRegister.h" |