Uses of Enum Class
com.openinventor.inventor.nodes.SoPickStyle.Styles
Packages that use SoPickStyle.Styles
-
Uses of SoPickStyle.Styles in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoPickStyle.StylesModifier and TypeMethodDescriptionSoCallbackAction.getPickStyle()
Returns the current picking style. -
Uses of SoPickStyle.Styles in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoPickStyle.StylesModifier and TypeFieldDescriptionfinal SoSFEnum
<SoPickStyle.Styles> SoPickStyle.style
Picking style.Methods in com.openinventor.inventor.nodes that return SoPickStyle.StylesModifier and TypeMethodDescriptionstatic SoPickStyle.Styles
SoPickStyle.Styles.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoPickStyle.Styles
Returns the enum constant of this class with the specified name.static SoPickStyle.Styles[]
SoPickStyle.Styles.values()
Returns an array containing the constants of this enum class, in the order they are declared.