mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-07 04:46:25 +00:00
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 |