Uses of Enum Class
com.openinventor.meshviz.data.PoMesh3DVec.BodyRadiusTypes
Packages that use PoMesh3DVec.BodyRadiusTypes
-
Uses of PoMesh3DVec.BodyRadiusTypes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh3DVec.BodyRadiusTypesModifier and TypeFieldDescriptionPoMesh3DVec.bodyRadiusTypeDefines type of method to compute the cylinder's radius.Methods in com.openinventor.meshviz.data that return PoMesh3DVec.BodyRadiusTypesModifier and TypeMethodDescriptionstatic PoMesh3DVec.BodyRadiusTypesPoMesh3DVec.BodyRadiusTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoMesh3DVec.BodyRadiusTypesReturns the enum constant of this class with the specified name.static PoMesh3DVec.BodyRadiusTypes[]PoMesh3DVec.BodyRadiusTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.