mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
6 lines
191 B
C
6 lines
191 B
C
|
|
#include "IfcRegisterUndef.h"
|
||
|
|
#define CURVE(T) \
|
||
|
|
if ( l->is(T::Class()) ) return convert(reinterpret_pointer_cast<IfcBaseClass,T>(l),r);
|
||
|
|
#include "IfcRegisterDef.h"
|
||
|
|
|
||
|
|
#include "IfcRegister.h"
|