Skip to content

GH_GraftMode

Public Enum

Enumerates all predefined grafting modes.

Namespace: Grasshopper.Kernel.Data

Assembly: Grasshopper (in Grasshopper.dll)

Syntax

[FlagsAttribute]
public enum GH_GraftMode

Members

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.