Uses of Class
com.openinventor.inventor.nodes.SoExtSelection.LassoModes
-
Packages that use SoExtSelection.LassoModes Package Description com.openinventor.inventor.nodes -
-
Uses of SoExtSelection.LassoModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoExtSelection.LassoModes Modifier and Type Field Description SoSFEnum<SoExtSelection.LassoModes>SoExtSelection. lassoModeSpecifies the lasso mode (whether ALL_SHAPES or only VISIBLE_SHAPES can be selected).Methods in com.openinventor.inventor.nodes that return SoExtSelection.LassoModes Modifier and Type Method Description static SoExtSelection.LassoModesSoExtSelection.LassoModes. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoExtSelection.LassoModesSoExtSelection.LassoModes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoExtSelection.LassoModes[]SoExtSelection.LassoModes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-