Grasshopper API
GH_RuleOperator Enumeration |
Enumerate the possible ways rules can be strung together.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)
| Member name | Value | Description | |
|---|---|---|---|
| Conjunction | 0 | Represents an and/also operator. | |
| Disjunction | 1 | Represents an or/else operator. |