1 #ifndef COIN_SODRAWSTYLE_H
2 #define COIN_SODRAWSTYLE_H
27 #include <Inventor/elements/SoDrawStyleElement.h>
28 #include <Inventor/fields/SoSFEnum.h>
29 #include <Inventor/fields/SoSFFloat.h>
30 #include <Inventor/fields/SoSFUShort.h>
31 #include <Inventor/nodes/SoSubNode.h>
43 FILLED = SoDrawStyleElement::FILLED,
44 LINES = SoDrawStyleElement::LINES,
45 POINTS = SoDrawStyleElement::POINTS,
46 INVISIBLE = SoDrawStyleElement::INVISIBLE
62 #endif // !COIN_SODRAWSTYLE_H