Files
IfcOpenShell/src/ifcparse/IfcRegisterConvertFace.h
T

6 lines
190 B
C

#include "IfcRegisterUndef.h"
#define FACE(T) \
if ( l->is(T::Class()) ) return convert(reinterpret_pointer_cast<IfcBaseClass,T>(l),r);
#include "IfcRegisterDef.h"
#include "IfcRegister.h"