Uses of Enum Class
com.openinventor.meshviz.data.PoMesh.ColoringTypes
Packages that use PoMesh.ColoringTypes
-
Uses of PoMesh.ColoringTypes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh.ColoringTypesModifier and TypeFieldDescriptionfinal SoSFEnum
<PoMesh.ColoringTypes> PoMesh.coloringType
Defines the type of method used to color each mesh element, mesh edge or mesh contour line of a representation.Methods in com.openinventor.meshviz.data that return PoMesh.ColoringTypesModifier and TypeMethodDescriptionstatic PoMesh.ColoringTypes
PoMesh.ColoringTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoMesh.ColoringTypes
Returns the enum constant of this class with the specified name.static PoMesh.ColoringTypes[]
PoMesh.ColoringTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.