mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
18 lines
195 B
OpenEdge ABL
18 lines
195 B
OpenEdge ABL
#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 |