Uses of Class
com.openinventor.imageviz.engines.imagemanipulation.imageediting.SoSetPlaneToVolumeProcessing3d.AxisSelections
-
Packages that use SoSetPlaneToVolumeProcessing3d.AxisSelections Package Description com.openinventor.imageviz.engines.imagemanipulation.imageediting -
-
Uses of SoSetPlaneToVolumeProcessing3d.AxisSelections in com.openinventor.imageviz.engines.imagemanipulation.imageediting
Fields in com.openinventor.imageviz.engines.imagemanipulation.imageediting with type parameters of type SoSetPlaneToVolumeProcessing3d.AxisSelections Modifier and Type Field Description SoSFEnum<SoSetPlaneToVolumeProcessing3d.AxisSelections>
SoSetPlaneToVolumeProcessing3d. axisSelection
Select the axis orthogonal to the plane to set.Methods in com.openinventor.imageviz.engines.imagemanipulation.imageediting that return SoSetPlaneToVolumeProcessing3d.AxisSelections Modifier and Type Method Description static SoSetPlaneToVolumeProcessing3d.AxisSelections
SoSetPlaneToVolumeProcessing3d.AxisSelections. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoSetPlaneToVolumeProcessing3d.AxisSelections
SoSetPlaneToVolumeProcessing3d.AxisSelections. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoSetPlaneToVolumeProcessing3d.AxisSelections[]
SoSetPlaneToVolumeProcessing3d.AxisSelections. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-