Repath Tree
๐ KR
Description
This is a component that reassigns branch paths while preserving the contents of the branches in a DataTree. Right-clicking the icon allows you to switch the tree structure into three patterns via the context menu:
- Sequential: Reassigns branches in sequential order ({0}, {1}, {2}โฆ).
- Odd Numbered: Reassigns branches in odd-numbered order ({1}, {3}, {5}โฆ).
- Even Numbered: Reassigns branches in even-numbered order ({0}, {2}, {4}โฆ).



| Input
| Name | Type | Description |
|---|---|---|
| Tree | Tree | DataTree to reassign branch paths. Branch contents (data) remain unchanged. |
| Output
| Name | Type | Description |
|---|---|---|
| Tree | Tree | DataTree with branch paths reassigned according to the selected pattern. |
