Uses of Enum Class
com.openinventor.volumeviz.nodes.SoFenceSlice.AxisType
Packages that use SoFenceSlice.AxisType
-
Uses of SoFenceSlice.AxisType in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoFenceSlice.AxisTypeModifier and TypeFieldDescriptionfinal SoSFEnum<SoFenceSlice.AxisType> SoFenceSlice.axisExtrusion axis: X, Y, or Z.Methods in com.openinventor.volumeviz.nodes that return SoFenceSlice.AxisTypeModifier and TypeMethodDescriptionstatic SoFenceSlice.AxisTypeSoFenceSlice.AxisType.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoFenceSlice.AxisTypeReturns the enum constant of this class with the specified name.static SoFenceSlice.AxisType[]SoFenceSlice.AxisType.values()Returns an array containing the constants of this enum class, in the order they are declared.