Uses of Enum Class
com.openinventor.inventor.nodes.SoMaterialBinding.Faces
Packages that use SoMaterialBinding.Faces
-
Uses of SoMaterialBinding.Faces in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoMaterialBinding.FacesModifier and TypeFieldDescriptionfinal SoSFEnum<SoMaterialBinding.Faces> SoMaterialBinding.faceApplies materials to different faces of an object.Methods in com.openinventor.inventor.nodes that return SoMaterialBinding.FacesModifier and TypeMethodDescriptionstatic SoMaterialBinding.FacesSoMaterialBinding.Faces.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoMaterialBinding.FacesReturns the enum constant of this class with the specified name.static SoMaterialBinding.Faces[]SoMaterialBinding.Faces.values()Returns an array containing the constants of this enum class, in the order they are declared.