RhinoCommon API
SelectionMethod Enumeration |
Defines enumerated values for several kinds of selection methods.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
| Member name | Value | Description | |
|---|---|---|---|
| Other | 0 | Selected by non-mouse method (SelAll, etc.) | |
| MousePick | 1 | Selected by a mouse click on the object. | |
| WindowBox | 2 | Selected by a mouse selection window box. Window selection indicates the object is completely contained by the selection rectangle. | |
| CrossingBox | 3 | Selected by a mouse selection crossing box. A crossing selection indicates the object intersects with the selection rectangle. |