mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +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" |