Files
IfcOpenShell/src/ifcgeom/mapping_kernel_header.i
T
2021-11-05 16:54:16 +01:00

10 lines
363 B
OpenEdge ABL

#include "mapping_undefine.i"
#define CLASS(T,V) bool convert(const IfcSchema::T* L, V& r);
#define SHAPES(T) CLASS(T,IfcRepresentationShapeItems)
#define SHAPE(T) CLASS(T,TopoDS_Shape)
#define WIRE(T) CLASS(T,TopoDS_Wire)
#define FACE(T) CLASS(T,TopoDS_Shape)
#define CURVE(T) CLASS(T,Handle(Geom_Curve))
#include "mapping_define_missing.i"
#include "mapping.i"