🌐 KR

Description

  • Extracts specific branches from the input DataTree based on the sequence (index) of paths.

Input

  • Tree [Generic/DataTree] : Input the DataTree from which specific branches will be extracted.
  • Index [Int/Item] : Input the index of the path to be extracted.


Output

  • Branch [Generic/DataTree] : Outputs the branch at the specified path index.


How To Use

As in the example below, branches are extracted based on the path index, and if the index value exceeds the total range of path indices, it wraps around.

Tags:

Categories: ,

Updated: