Uses of Class
com.openinventor.inventor.actions.SoRayPickAction.PickingModes
-
Packages that use SoRayPickAction.PickingModes Package Description com.openinventor.inventor.actions -
-
Uses of SoRayPickAction.PickingModes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoRayPickAction.PickingModes Modifier and Type Method Description SoRayPickAction.PickingModes
SoRayPickAction. getPickingMode()
Returns thePickingMode
used for the ray pick action.static SoRayPickAction.PickingModes
SoRayPickAction.PickingModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoRayPickAction.PickingModes
SoRayPickAction.PickingModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoRayPickAction.PickingModes[]
SoRayPickAction.PickingModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoRayPickAction.PickingModes Modifier and Type Method Description void
SoRayPickAction. setPickingMode(SoRayPickAction.PickingModes pickingMode)
Sets the picking mode.
-