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