mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
2a403e240d
Massive refactor of the IfcGeomObjects module, which is now the IfcGeom::Iterator class.
10 lines
362 B
C
10 lines
362 B
C
#include "IfcRegisterUndef.h"
|
|
#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 "IfcRegisterDef.h"
|
|
|
|
#include "IfcRegister.h" |