mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
7 lines
214 B
C
7 lines
214 B
C
#include "CgalEntityMappingUndefine.h"
|
|
#define WIRE(T) \
|
|
if (l->declaration().is(IfcSchema::T::Class())) return convert((IfcSchema::T*)l,r);
|
|
#include "CgalEntityMappingDefine.h"
|
|
|
|
#include "CgalEntityMapping.h"
|