Uses of Enum Class
com.openinventor.meshviz.data.PoMesh2DVec.EliminationStatusType
Packages that use PoMesh2DVec.EliminationStatusType
-
Uses of PoMesh2DVec.EliminationStatusType in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh2DVec.EliminationStatusTypeModifier and TypeFieldDescriptionPoMesh2DVec.eliminationStatusIf eliminationStatus = TOO_SMALL, the vectors which module is lower than minLength are not drawn.Methods in com.openinventor.meshviz.data that return PoMesh2DVec.EliminationStatusTypeModifier and TypeMethodDescriptionPoMesh2DVec.EliminationStatusType.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 PoMesh2DVec.EliminationStatusType[]PoMesh2DVec.EliminationStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared.