Files
IfcOpenShell/src/ifcgeom/mapping_wire.i
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
175 B
OpenEdge ABL
Raw Normal View History

2021-11-05 16:54:16 +01:00
#include "mapping_undefine.i"
#define WIRE(T) \
2021-09-06 18:52:37 +02:00
if (l->as<IfcSchema::T>()) return convert(l->as<IfcSchema::T>(), r);
2021-11-05 16:54:16 +01:00
#include "mapping_define_missing.i"
2021-11-05 16:54:16 +01:00
#include "mapping.i"