mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 14:17:59 +00:00
15 lines
160 B
C
15 lines
160 B
C
|
|
#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
|