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