Grasshopper API
GH_Constraint Enumeration |
Constraints used during UI dragging operations.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
None | 0 | No constraint is placed on drag direction. | |
Vertical | 1 | Dragging is constrainted to the vertical direction. | |
Horizontal | 2 | Dragging is constrainted to the horizontal direction. |
