Uses of Class
com.openinventor.inventor.nodes.SoAlgebraicShape.ASShaderSlots
-
Packages that use SoAlgebraicShape.ASShaderSlots Package Description com.openinventor.inventor.nodes -
-
Uses of SoAlgebraicShape.ASShaderSlots in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoAlgebraicShape.ASShaderSlots Modifier and Type Method Description static SoAlgebraicShape.ASShaderSlots
SoAlgebraicShape.ASShaderSlots. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoAlgebraicShape.ASShaderSlots
SoAlgebraicShape.ASShaderSlots. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoAlgebraicShape.ASShaderSlots[]
SoAlgebraicShape.ASShaderSlots. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-