Uses of Enum Class
com.openinventor.inventor.nodes.SoExtSelection.LassoTypes
Packages that use SoExtSelection.LassoTypes
-
Uses of SoExtSelection.LassoTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoExtSelection.LassoTypesModifier and TypeFieldDescriptionSoExtSelection.lassoType
Specifies lasso type (none, lasso, or rectangle).Methods in com.openinventor.inventor.nodes that return SoExtSelection.LassoTypesModifier and TypeMethodDescriptionstatic SoExtSelection.LassoTypes
SoExtSelection.LassoTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoExtSelection.LassoTypes
Returns the enum constant of this class with the specified name.static SoExtSelection.LassoTypes[]
SoExtSelection.LassoTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.