1 #ifndef COIN_SOSHAPEHINTS_H
2 #define COIN_SOSHAPEHINTS_H
36 #include <Inventor/elements/SoShapeHintsElement.h>
37 #include <Inventor/fields/SoSFEnum.h>
38 #include <Inventor/fields/SoSFFloat.h>
39 #include <Inventor/fields/SoSFBool.h>
40 #include <Inventor/nodes/SoSubNode.h>
48 static void initClass(
void);
52 UNKNOWN_ORDERING = SoShapeHintsElement::UNKNOWN_ORDERING,
53 CLOCKWISE = SoShapeHintsElement::CLOCKWISE,
54 COUNTERCLOCKWISE = SoShapeHintsElement::COUNTERCLOCKWISE
58 UNKNOWN_SHAPE_TYPE = SoShapeHintsElement::UNKNOWN_SHAPE_TYPE,
59 SOLID = SoShapeHintsElement::SOLID
63 UNKNOWN_FACE_TYPE = SoShapeHintsElement::UNKNOWN_FACE_TYPE,
64 CONVEX = SoShapeHintsElement::CONVEX
88 #endif // !COIN_SOSHAPEHINTS_H