mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
6 lines
176 B
OpenEdge ABL
6 lines
176 B
OpenEdge ABL
#include "mapping_undefine.i"
|
|
#define CURVE(T) \
|
|
if (l->as<IfcSchema::T>()) return convert(l->as<IfcSchema::T>(), r);
|
|
#include "mapping_define_missing.i"
|
|
|
|
#include "mapping.i" |