Files
IfcOpenShell/src/ifcgeom/IfcRegisterConvertShapes.h
T

8 lines
174 B
C
Raw Normal View History

#include "IfcRegisterUndef.h"
#define SHAPES(T) \
if ( l->is(T::Class()) ) { \
return IfcGeom::convert((T*)l,r); \
}
#include "IfcRegisterDef.h"
#include "IfcRegister.h"