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.lassoTypeSpecifies lasso type (none, lasso, or rectangle).Methods in com.openinventor.inventor.nodes that return SoExtSelection.LassoTypesModifier and TypeMethodDescriptionstatic SoExtSelection.LassoTypesSoExtSelection.LassoTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoExtSelection.LassoTypesReturns 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.