OpenBIMRL | Tree functions
Class path: tree.graft
Graft

Description
Converts a list of elements, nodes (subtrees) and trees themselves into a tree structure with one level deeper than before.
Input
| Input | Name | Typ | Description |
|---|---|---|---|
| 0 | list | List/Tree | List or tree with elements |
Output
| Output | Name | Typ | Description |
|---|---|---|---|
| 0 | tree | Tree | The generated tree with increased level depth. |
Use/Example