Tree Branch
🌐 EN
Description
- 입력된 DataTree의 Path의 순번(Index)을 기준으로 특정 Branch를 추출한다.
Input
- Tree [Generic / DataTree] : 특정 Branch를 추출할 DataTree를 입력한다.
- Index [ Int / Item] : 추출할 Path의 Index를 입력한다.
Output
- Branch [Generic / DataTree] : 입력한 Path Index의 Branch를 출력다.
How To Use
아래 예시와 같이, Path Index 기준으로 Branch가 추출되며, Index값이 총 Path의 Index범위를 벗어나면, 랩핑이 된다.