mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
9 lines
297 B
C
9 lines
297 B
C
#include "IfcRegisterUndef.h"
|
|
#define CLASS(T,V) bool convert(const T::ptr& L, V& r);
|
|
#define SHAPE(T) CLASS(T,TopoDS_Shape)
|
|
#define WIRE(T) CLASS(T,TopoDS_Wire)
|
|
#define FACE(T) CLASS(T,TopoDS_Face)
|
|
#define CURVE(T) CLASS(T,Handle(Geom_Curve))
|
|
#include "IfcRegisterDef.h"
|
|
|
|
#include "IfcRegister.h" |