Array1To3 Op

Array1To3

This op is deprecated!

It will not receive any updates

convert array1 to array3


[7,7,7] becomes [1,7,0,2,7,0,3,7,0]

structure of result:

  • first item is the index
  • second item is value from input array
  • third item is 0

This op is useful to generate arrays for ops like the SplineMesh


Full Name
  • Ops.Extension.Deprecated.Array1To3
Visibility
  •  Extension Op - Visible to all users
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


Array1x (Array)

[12,12,12]

OUTPUT PORTS


Array3x (Array)

[1,12,0,2,12,0,3,12,0]

Total points (Number)

12

Array length (Number)

3


Patches using Array1To3

  • Examples
  • Public
  • My Patches

Changelog


deprecationop was deprecated - use Ops.Array.ArraySwizzleuser avatarpandur - 2024-05-15 11:19