mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +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
|