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.CrossSectionMethods
PoMeshCrossSection.CrossSectionMethods. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoMeshCrossSection.CrossSectionMethods
PoMeshCrossSection.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 void
PoMeshCrossSection. setCrossSectionMethod(PoMeshCrossSection.CrossSectionMethods method)
Specifies the method used to build this shape.
-