mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 08:33:10 +00:00
6 lines
190 B
C
6 lines
190 B
C
|
|
#include "IfcRegisterUndef.h"
|
||
|
|
#define FACE(T) \
|
||
|
|
if ( l->is(T::Class()) ) return convert(reinterpret_pointer_cast<IfcBaseClass,T>(l),r);
|
||
|
|
#include "IfcRegisterDef.h"
|
||
|
|
|
||
|
|
#include "IfcRegister.h"
|