1 #ifndef COIN_SOSHAPEHINTS_H
2 #define COIN_SOSHAPEHINTS_H
27 #include <Inventor/elements/SoShapeHintsElement.h>
28 #include <Inventor/fields/SoSFEnum.h>
29 #include <Inventor/fields/SoSFFloat.h>
30 #include <Inventor/nodes/SoSubNode.h>
38 static void initClass(
void);
42 UNKNOWN_ORDERING = SoShapeHintsElement::UNKNOWN_ORDERING,
43 CLOCKWISE = SoShapeHintsElement::CLOCKWISE,
44 COUNTERCLOCKWISE = SoShapeHintsElement::COUNTERCLOCKWISE
48 UNKNOWN_SHAPE_TYPE = SoShapeHintsElement::UNKNOWN_SHAPE_TYPE,
49 SOLID = SoShapeHintsElement::SOLID
53 UNKNOWN_FACE_TYPE = SoShapeHintsElement::UNKNOWN_FACE_TYPE,
54 CONVEX = SoShapeHintsElement::CONVEX
72 #endif // !COIN_SOSHAPEHINTS_H