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