Uses of Class
com.openinventor.inventor.nodes.SoVertexProperty.Bindings
-
Packages that use SoVertexProperty.Bindings Package Description com.openinventor.inventor.nodes -
-
Uses of SoVertexProperty.Bindings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoVertexProperty.Bindings Modifier and Type Field Description SoSFEnum<SoVertexProperty.Bindings>
SoVertexProperty. materialBinding
Material binding.SoSFEnum<SoVertexProperty.Bindings>
SoVertexProperty. normalBinding
Normal binding.SoSFEnum<SoVertexProperty.Bindings>
SoVertexProperty. tangentBinding
Tangent binding.Methods in com.openinventor.inventor.nodes that return SoVertexProperty.Bindings Modifier and Type Method Description static SoVertexProperty.Bindings
SoVertexProperty.Bindings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVertexProperty.Bindings
SoVertexProperty.Bindings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVertexProperty.Bindings[]
SoVertexProperty.Bindings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-