Uses of Enum Class
com.openinventor.meshviz.data.PoMeshCrossSection.CrossSectionMethods
Packages that use PoMeshCrossSection.CrossSectionMethods
-
Uses of PoMeshCrossSection.CrossSectionMethods in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PoMeshCrossSection.CrossSectionMethodsModifier and TypeMethodDescriptionPoMeshCrossSection.CrossSectionMethods.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.PoMeshCrossSection.CrossSectionMethods.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.meshviz.data with parameters of type PoMeshCrossSection.CrossSectionMethodsModifier and TypeMethodDescriptionvoidPoMeshCrossSection.setCrossSectionMethod(PoMeshCrossSection.CrossSectionMethods method) Specifies the method used to build this shape.