ArrayUnpack3 Op

ArrayUnpack3

splits a xyz array into 3 individual arrays


An array of xyz is split into 3 individual arrays.
Use Ops.Array.ArrayPack3 to join them together again.


Edit Documentation

Full Name
  • Ops.Array.ArrayUnpack3
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

INPUT PORTS


Array in xyz (Array)

The array to unpack

OUTPUT PORTS


Array 1 out (Array)

array x out

Array 2 out (Array)

array y out

Array 3 out (Array)

array z out

Array lengths (Number)

Patches using ArrayUnpack3

  • Examples
  • Public
  • My Patches

Changelog


Now reports an error if array length is not divisible by 3user avatarandro - 2019-08-05 16:20