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