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