Ops.Array.ArrayUnpack3
Collections:pointArrays
Namespace: Ops.Array
splits a xyz array into 3 individual arrays
summary (oneliner)
An array of xyz is split into 3 individual arrays.
Use Ops.Array.ArrayPack3 to join them together again.
doc
issues
youtube id
collections
Inputs
Array in xyz (Array)
The array to unpack
Outputs
Array 1 out (Array)
array x out
Array 2 out (Array)
array y out
Array 3 out (Array)
array z out
Array lengths (Number)
Changelog
Now reports an error if array length is not divisible by 3
2019-08-05 - andro
2019-08-05 - andro