mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
4d12bf7e8d
Cgal kernel skeleton
18 lines
198 B
C
18 lines
198 B
C
#ifdef SHAPES
|
|
#undef SHAPES
|
|
#endif
|
|
#ifdef SHAPE
|
|
#undef SHAPE
|
|
#endif
|
|
#ifdef WIRE
|
|
#undef WIRE
|
|
#endif
|
|
#ifdef FACE
|
|
#undef FACE
|
|
#endif
|
|
#ifdef CURVE
|
|
#undef CURVE
|
|
#endif
|
|
#ifdef CLASS
|
|
#undef CLASS
|
|
#endif |