Files
IfcOpenShell/src/ifcgeom/IfcRegisterConvertWire.h
T

6 lines
152 B
C
Raw Normal View History

#include "IfcRegisterUndef.h"
#define WIRE(T) \
2011-09-03 13:58:59 +00:00
if ( l->is(T::Class()) ) return convert((T*)l,r);
#include "IfcRegisterDef.h"
#include "IfcRegister.h"