Uses of Class
com.openinventor.volumeviz.nodes.SoFenceSlice.AxisType
-
Packages that use SoFenceSlice.AxisType Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoFenceSlice.AxisType in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoFenceSlice.AxisType Modifier and Type Field Description SoSFEnum<SoFenceSlice.AxisType>
SoFenceSlice. axis
Extrusion axis: X, Y, or Z.Methods in com.openinventor.volumeviz.nodes that return SoFenceSlice.AxisType Modifier and Type Method Description static SoFenceSlice.AxisType
SoFenceSlice.AxisType. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoFenceSlice.AxisType
SoFenceSlice.AxisType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoFenceSlice.AxisType[]
SoFenceSlice.AxisType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-