Uses of Enum Class
com.openinventor.inventor.actions.SoRayPickAction.PickingModes
Packages that use SoRayPickAction.PickingModes
-
Uses of SoRayPickAction.PickingModes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoRayPickAction.PickingModesModifier and TypeMethodDescriptionSoRayPickAction.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.PickingModesReturns the enum constant of this class with the specified name.static SoRayPickAction.PickingModes[]SoRayPickAction.PickingModes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoRayPickAction.PickingModesModifier and TypeMethodDescriptionvoidSoRayPickAction.setPickingMode(SoRayPickAction.PickingModes pickingMode) Sets the picking mode.