Uses of Class
com.openinventor.inventor.nodes.SoExtSelection.LassoPolicies
-
Packages that use SoExtSelection.LassoPolicies Package Description com.openinventor.inventor.nodes -
-
Uses of SoExtSelection.LassoPolicies in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoExtSelection.LassoPolicies Modifier and Type Field Description SoSFEnum<SoExtSelection.LassoPolicies>
SoExtSelection. lassoPolicy
Specifies the lasso policy.Methods in com.openinventor.inventor.nodes that return SoExtSelection.LassoPolicies Modifier and Type Method Description static SoExtSelection.LassoPolicies
SoExtSelection.LassoPolicies. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoExtSelection.LassoPolicies
SoExtSelection.LassoPolicies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoExtSelection.LassoPolicies[]
SoExtSelection.LassoPolicies. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-