Uses of Enum Class
com.openinventor.inventor.nodes.SoExtSelection.LassoModes
Packages that use SoExtSelection.LassoModes
-
Uses of SoExtSelection.LassoModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoExtSelection.LassoModesModifier and TypeFieldDescriptionSoExtSelection.lassoMode
Specifies the lasso mode (whether ALL_SHAPES or only VISIBLE_SHAPES can be selected).Methods in com.openinventor.inventor.nodes that return SoExtSelection.LassoModesModifier and TypeMethodDescriptionstatic SoExtSelection.LassoModes
SoExtSelection.LassoModes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoExtSelection.LassoModes
Returns the enum constant of this class with the specified name.static SoExtSelection.LassoModes[]
SoExtSelection.LassoModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.