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.BindingsSoCallbackAction. 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. valueSpecifies how to bind materials to shapes.Methods in com.openinventor.inventor.nodes that return SoMaterialBinding.Bindings Modifier and Type Method Description static SoMaterialBinding.BindingsSoMaterialBinding.Bindings. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoMaterialBinding.BindingsSoMaterialBinding.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.
-