Uses of Enum Class
com.openinventor.meshviz.data.PbMesh2D.ExtrapolationMethods
Packages that use PbMesh2D.ExtrapolationMethods
-
Uses of PbMesh2D.ExtrapolationMethods in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PbMesh2D.ExtrapolationMethodsModifier and TypeMethodDescriptionPbMesh2D.ExtrapolationMethods.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 PbMesh2D.ExtrapolationMethods[]
PbMesh2D.ExtrapolationMethods.values()
Returns an array containing the constants of this enum class, in the order they are declared.