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.PickingModesSoRayPickAction. getPickingMode()Returns thePickingModeused for the ray pick action.static SoRayPickAction.PickingModesSoRayPickAction.PickingModes. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoRayPickAction.PickingModesSoRayPickAction.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 voidSoRayPickAction. setPickingMode(SoRayPickAction.PickingModes pickingMode)Sets the picking mode.
-