mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
1b54ba039d
- Remove unnecessary typedefs
10 lines
351 B
C
10 lines
351 B
C
#include "IfcRegisterUndef.h"
|
|
#define CLASS(T,V) bool convert(const 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 "IfcRegisterDef.h"
|
|
|
|
#include "IfcRegister.h" |