Build Cluster Array
- 更新时间2023-02-17
- 阅读时长1分钟
Build Cluster Array
Creates an array of clusters where each cluster contains an array as its only element. This node provides a way to create a jagged array. You cannot otherwise create an array of arrays.
Inputs/Outputs

element
An array that you want to store as an element within a cluster.

created cluster array
An array of clusters in which each cluster contains a single input array.
Examples
Illustration of Behavior