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/fields/SoSFBool.h>
31 #include <Inventor/nodes/SoSubNode.h>
39 static void initClass(
void);
43 UNKNOWN_ORDERING = SoShapeHintsElement::UNKNOWN_ORDERING,
44 CLOCKWISE = SoShapeHintsElement::CLOCKWISE,
45 COUNTERCLOCKWISE = SoShapeHintsElement::COUNTERCLOCKWISE
49 UNKNOWN_SHAPE_TYPE = SoShapeHintsElement::UNKNOWN_SHAPE_TYPE,
50 SOLID = SoShapeHintsElement::SOLID
54 UNKNOWN_FACE_TYPE = SoShapeHintsElement::UNKNOWN_FACE_TYPE,
55 CONVEX = SoShapeHintsElement::CONVEX
79 #endif // !COIN_SOSHAPEHINTS_H