mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
7 lines
180 B
C
7 lines
180 B
C
|
|
#include "CgalEntityMappingUndefine.h"
|
||
|
|
#define WIRE(T) \
|
||
|
|
if ( l->is(T::Class()) ) return convert((T*)l,r);
|
||
|
|
#include "CgalEntityMappingDefine.h"
|
||
|
|
|
||
|
|
#include "CgalEntityMapping.h"
|