Uses of Enum Class
com.openinventor.meshviz.data.PoMesh2DVec.BodyLengthTypes
Packages that use PoMesh2DVec.BodyLengthTypes
-
Uses of PoMesh2DVec.BodyLengthTypes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh2DVec.BodyLengthTypesModifier and TypeFieldDescriptionPoMesh2DVec.bodyLengthTypeIf bodyLengthType = CONSTANT_LENGTH, each vector has the same body length = bodyLengthFactor .Methods in com.openinventor.meshviz.data that return PoMesh2DVec.BodyLengthTypesModifier and TypeMethodDescriptionstatic PoMesh2DVec.BodyLengthTypesPoMesh2DVec.BodyLengthTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoMesh2DVec.BodyLengthTypesReturns the enum constant of this class with the specified name.static PoMesh2DVec.BodyLengthTypes[]PoMesh2DVec.BodyLengthTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.