mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 20:22:09 +00:00
4d12bf7e8d
Cgal kernel skeleton
6 lines
179 B
C
6 lines
179 B
C
#include "CgalEntityMappingUndefine.h"
|
|
#define FACE(T) \
|
|
if ( l->is(T::Class()) ) return convert((T*)l,r);
|
|
#include "CgalEntityMappingDefine.h"
|
|
|
|
#include "CgalEntityMapping.h" |