Uses of Enum Class
com.openinventor.inventor.elements.SoShapeHintsElement.FaceTypes
Packages that use SoShapeHintsElement.FaceTypes
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoShapeHintsElement.FaceTypes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoShapeHintsElement.FaceTypesModifier and TypeMethodDescriptionSoShapeHintsElement.getDefaultFaceType()Returns default hint.SoShapeHintsElement.FaceTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoShapeHintsElement.FaceTypes[]SoShapeHintsElement.FaceTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoShapeHintsElement.FaceTypesModifier and TypeMethodDescriptionstatic voidSoShapeHintsElement.set(SoState state, SoShapeHintsElement.VertexOrderings vertexOrdering, SoShapeHintsElement.ShapeTypes shapeType, SoShapeHintsElement.FaceTypes faceType) Sets the current shape hints in the state.static voidSoShapeHintsElement.set(SoState state, SoShapeHintsElement.VertexOrderings vertexOrdering, SoShapeHintsElement.ShapeTypes shapeType, SoShapeHintsElement.FaceTypes faceType, SoShapeHintsElement.WindingTypes windingType, boolean useVBO) Set shape hints by defining all options.static voidSoShapeHintsElement.set(SoState state, SoNode name_21254, SoShapeHintsElement.VertexOrderings vertexOrdering, SoShapeHintsElement.ShapeTypes shapeType, SoShapeHintsElement.FaceTypes faceType) Sets the current shape hints in the state.