🌐 KR

Description

  • Splits the input DataTree into two DataTrees based on the sequence (index) of a specified path.

Input

  • Tree [Generic/DataTree] : Input the DataTree to be split.
  • Index [Int/Item] : Input the index that will serve as the splitting criterion. Branches up to and including the branch at the specified index path are stored in Tree A, while subsequent branches are stored in Tree B.


Output

  • Tree A [Generic/DataTree] : Outputs the separated front portion of the DataTree.
  • Tree B [Boolean/List] : Outputs the separated rear portion of the DataTree.


How To Use

Here is an example where the DataTree input splits Paths[1] up to Paths[2]~ the last Path into Tree A and Tree B, respectively.

Tags:

Categories: ,

Updated: