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