Uses of Enum Class
com.openinventor.meshviz.data.PoMesh3DVecCrossSection.ProjectionTypes
Packages that use PoMesh3DVecCrossSection.ProjectionTypes
-
Uses of PoMesh3DVecCrossSection.ProjectionTypes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh3DVecCrossSection.ProjectionTypesModifier and TypeFieldDescriptionPoMesh3DVecCrossSection.projectionTypeDefines how each vector is projected.Methods in com.openinventor.meshviz.data that return PoMesh3DVecCrossSection.ProjectionTypesModifier and TypeMethodDescriptionPoMesh3DVecCrossSection.ProjectionTypes.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.PoMesh3DVecCrossSection.ProjectionTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.