Files
IfcOpenShell/src/ifcgeom/IfcRegisterConvertWire.h
T

6 lines
169 B
C
Raw Normal View History

#include "IfcRegisterUndef.h"
#define WIRE(T) \
2017-12-11 15:07:40 +01:00
if ( l->declaration().is(T::Class()) ) return convert((T*)l,r);
#include "IfcRegisterDef.h"
#include "IfcRegister.h"