mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
8 lines
174 B
C
8 lines
174 B
C
|
|
#include "IfcRegisterUndef.h"
|
||
|
|
#define SHAPES(T) \
|
||
|
|
if ( l->is(T::Class()) ) { \
|
||
|
|
return IfcGeom::convert((T*)l,r); \
|
||
|
|
}
|
||
|
|
#include "IfcRegisterDef.h"
|
||
|
|
|
||
|
|
#include "IfcRegister.h"
|