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