2021-11-05 16:54:16 +01:00
|
|
|
#include "mapping_undefine.i"
|
2014-12-19 12:14:36 +00:00
|
|
|
#define CLASS(T,V) bool convert(const IfcSchema::T* L, V& r);
|
2013-05-05 08:49:25 +00:00
|
|
|
#define SHAPES(T) CLASS(T,IfcRepresentationShapeItems)
|
2011-07-25 14:56:40 +00:00
|
|
|
#define SHAPE(T) CLASS(T,TopoDS_Shape)
|
|
|
|
|
#define WIRE(T) CLASS(T,TopoDS_Wire)
|
2014-03-16 13:34:01 +00:00
|
|
|
#define FACE(T) CLASS(T,TopoDS_Shape)
|
2011-07-25 14:56:40 +00:00
|
|
|
#define CURVE(T) CLASS(T,Handle(Geom_Curve))
|
2021-11-05 16:54:16 +01:00
|
|
|
#include "mapping_define_missing.i"
|
2011-07-25 14:56:40 +00:00
|
|
|
|
2021-11-05 16:54:16 +01:00
|
|
|
#include "mapping.i"
|