Uses of Class
com.openinventor.meshviz.data.PoMeshCrossSection.CrossSectionMethods
-
Packages that use PoMeshCrossSection.CrossSectionMethods Package Description com.openinventor.meshviz.data -
-
Uses of PoMeshCrossSection.CrossSectionMethods in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PoMeshCrossSection.CrossSectionMethods Modifier and Type Method Description static PoMeshCrossSection.CrossSectionMethodsPoMeshCrossSection.CrossSectionMethods. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic PoMeshCrossSection.CrossSectionMethodsPoMeshCrossSection.CrossSectionMethods. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PoMeshCrossSection.CrossSectionMethods[]PoMeshCrossSection.CrossSectionMethods. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.meshviz.data with parameters of type PoMeshCrossSection.CrossSectionMethods Modifier and Type Method Description voidPoMeshCrossSection. setCrossSectionMethod(PoMeshCrossSection.CrossSectionMethods method)Specifies the method used to build this shape.
-