Click or drag to resize

GH_PickBox Enumeration

Represents the different ways in which picking rectangles can behave.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_PickBox
Members
  Member nameValueDescription
Window0 The picking box must completely surround the object box.
Crossing1 The picking box must only partially intersect the object box.
See Also