mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
6 lines
175 B
C
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" |