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.coloringTypeDefines 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.ColoringTypesPoMesh.ColoringTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoMesh.ColoringTypesReturns 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.