Uses of Enum Class
com.openinventor.inventor.nodes.SoBufferedShape.Types
Packages that use SoBufferedShape.Types
-
Uses of SoBufferedShape.Types in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoBufferedShape.TypesModifier and TypeFieldDescriptionfinal SoSFEnum<SoBufferedShape.Types> SoBufferedShape.shapeTypeShape type to render.Methods in com.openinventor.inventor.nodes that return SoBufferedShape.TypesModifier and TypeMethodDescriptionstatic SoBufferedShape.TypesSoBufferedShape.Types.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoBufferedShape.TypesReturns the enum constant of this class with the specified name.static SoBufferedShape.Types[]SoBufferedShape.Types.values()Returns an array containing the constants of this enum class, in the order they are declared.