Uses of Class
com.openinventor.inventor.nodes.SoMaterialBinding.Bindings
-
Packages that use SoMaterialBinding.Bindings Package Description com.openinventor.inventor.actions com.openinventor.inventor.nodes -
-
Uses of SoMaterialBinding.Bindings in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoMaterialBinding.Bindings Modifier and Type Method Description SoMaterialBinding.Bindings
SoCallbackAction. getMaterialBinding()
Returns the current material information from the state. -
Uses of SoMaterialBinding.Bindings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoMaterialBinding.Bindings Modifier and Type Field Description SoSFEnum<SoMaterialBinding.Bindings>
SoMaterialBinding. value
Specifies how to bind materials to shapes.Methods in com.openinventor.inventor.nodes that return SoMaterialBinding.Bindings Modifier and Type Method Description static SoMaterialBinding.Bindings
SoMaterialBinding.Bindings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoMaterialBinding.Bindings
SoMaterialBinding.Bindings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoMaterialBinding.Bindings[]
SoMaterialBinding.Bindings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-