Uses of Enum Class
com.openinventor.inventor.nodes.SoShapeHints.WindingTypes
Packages that use SoShapeHints.WindingTypes
-
Uses of SoShapeHints.WindingTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShapeHints.WindingTypesModifier and TypeFieldDescriptionSoShapeHints.windingTypeIndicates the winding rule used to define holes in a polygon.Methods in com.openinventor.inventor.nodes that return SoShapeHints.WindingTypesModifier and TypeMethodDescriptionstatic SoShapeHints.WindingTypesSoShapeHints.WindingTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoShapeHints.WindingTypesReturns the enum constant of this class with the specified name.static SoShapeHints.WindingTypes[]SoShapeHints.WindingTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.