mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 13:56:28 +00:00
Cgal kernel skeleton
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "CgalEntityMappingUndefine.h"
|
||||
#define WIRE(T) \
|
||||
if ( l->is(T::Class()) ) return convert((T*)l,r);
|
||||
#include "CgalEntityMappingDefine.h"
|
||||
|
||||
#include "CgalEntityMapping.h"
|
||||
Reference in New Issue
Block a user