Uses of Enum Class
com.openinventor.inventor.elements.SoMaterialBindingElement.Faces
Packages that use SoMaterialBindingElement.Faces
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoMaterialBindingElement.Faces in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoMaterialBindingElement.FacesModifier and TypeMethodDescriptionSoMaterialBindingElement.getDefaultFace()
Returns the default material binding face.Returns the current face binding from the state.SoMaterialBindingElement.Faces.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoMaterialBindingElement.Faces[]
SoMaterialBindingElement.Faces.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoMaterialBindingElement.FacesModifier and TypeMethodDescriptionstatic void
SoMaterialBindingElement.setFace
(SoState state, SoMaterialBindingElement.Faces face) Sets the current face binding in the state.