Grasshopper API
DataTreeTMergeTree Method |
Merges two trees together. Data inside similar branches will be merged into single lists
and unique paths will be appended. The other tree will not be altered, so beware that data is
now shared among both trees.
Namespace: Grasshopper
Assembly: Grasshopper (in Grasshopper.dll)

Parameters
- other
- Type: GrasshopperDataTreeT
Tree to merge with.

Exception | Condition |
---|---|
ArgumentNullException | Thrown if other is a null reference. |
