๐ŸŒ 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.