Files
IfcOpenShell/src/ifcgeom/IfcRegisterConvertWire.h
T

6 lines
169 B
C
Raw Normal View History

#include "IfcRegisterUndef.h"
#define WIRE(T) \
2015-09-08 20:40:54 +02:00
if ( l->declaration().is(T::Class()) ) return convert((T*)l,r);
#include "IfcRegisterDef.h"
#include "IfcRegister.h"