Uses of Class
com.openinventor.inventor.elements.SoPickMethodElement.Methods
-
Packages that use SoPickMethodElement.Methods Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoPickMethodElement.Methods in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoPickMethodElement.Methods Modifier and Type Method Description static SoPickMethodElement.Methods
SoPickMethodElement. get(SoState state)
Returns current pick method from the state.static SoPickMethodElement.Methods
SoPickMethodElement. getDefault()
Returns the default pick method.static SoPickMethodElement.Methods
SoPickMethodElement.Methods. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoPickMethodElement.Methods
SoPickMethodElement.Methods. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoPickMethodElement.Methods[]
SoPickMethodElement.Methods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoPickMethodElement.Methods Modifier and Type Method Description static void
SoPickMethodElement. set(SoState state, SoPickMethodElement.Methods method)
Sets the current pick method in the state.static void
SoPickMethodElement. set(SoState state, SoNode name_19155, SoPickMethodElement.Methods method)
Sets the current pick method in the state.
-