Grasshopper API
GH_GraftMode Enumeration |
Enumerates all predefined grafting modes.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
None | 0 | Don't include null items or empty lists. | |
GraftNullItems | 1 | Null items are included in the grafted tree. | |
GraftEmptyLists | 2 | Empty lists are included in the grafted tree. | |
GraftAll | 3 | Null items and empty lists are both included in the grafted tree. |
