Uses of Class
com.openinventor.meshviz.data.PbMesh2D.ExtrapolationMethods
-
Packages that use PbMesh2D.ExtrapolationMethods Package Description com.openinventor.meshviz.data -
-
Uses of PbMesh2D.ExtrapolationMethods in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PbMesh2D.ExtrapolationMethods Modifier and Type Method Description static PbMesh2D.ExtrapolationMethodsPbMesh2D.ExtrapolationMethods. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic PbMesh2D.ExtrapolationMethodsPbMesh2D.ExtrapolationMethods. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PbMesh2D.ExtrapolationMethods[]PbMesh2D.ExtrapolationMethods. values()Returns an array containing the constants of this enum type, in the order they are declared.
-