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