mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 12:12:15 +00:00
4d12bf7e8d
Cgal kernel skeleton
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"
|