Click or drag to resize

SelectionMethod Enumeration

Defines enumerated values for several kinds of selection methods.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum SelectionMethod
Members
  Member nameValueDescription
Other0 Selected by non-mouse method (SelAll, etc.)
MousePick1 Selected by a mouse click on the object.
WindowBox2 Selected by a mouse selection window box. Window selection indicates the object is completely contained by the selection rectangle.
CrossingBox3 Selected by a mouse selection crossing box. A crossing selection indicates the object intersects with the selection rectangle.
See Also