mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
6 lines
175 B
OpenEdge ABL
6 lines
175 B
OpenEdge ABL
#include "mapping_undefine.i"
|
|
#define WIRE(T) \
|
|
if (l->as<IfcSchema::T>()) return convert(l->as<IfcSchema::T>(), r);
|
|
#include "mapping_define_missing.i"
|
|
|
|
#include "mapping.i" |