Files
IfcOpenShell/src/ifcgeom/IfcRegisterConvertCurve.h
T
2021-09-06 18:52:37 +02:00

6 lines
175 B
C

#include "IfcRegisterUndef.h"
#define CURVE(T) \
if (l->as<IfcSchema::T>()) return convert(l->as<IfcSchema::T>(), r);
#include "IfcRegisterDef.h"
#include "IfcRegister.h"