MouseSelectMode Enumeration

MouseSelectMode Enumeration

Defines enumerated constant values to indicate a particular window selection mode.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum MouseSelectMode
Public Enumeration MouseSelectMode
Members
  Member nameValueDescription
Crossing0Anything that crosses this window will be selected.
Window1Anything that is inside this window will be selected.
Combo2Drag a rectangle from left to right for window select. Drag a rectangle from right to left for crossing select.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also