beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

IteratorArray3 Op

Ops.Array.IteratorArray3


IteratorArray3
Namespace: Ops.Array

Op author: pandur

Iterates over an array in steps of three and outputs three values




Inputs

Execute (Trigger)

Starts the iteration

Array (Array)

The array to iterate over

Step (Number)

If bigger then 1, values will be skipped, e.g. when Step is 2 every other triplet will be skipped

Outputs

Trigger (Trigger)

Triggers for every iteration step (triplet in the array)

Index (Number)

The index of the triplet

Value 1 (Number)

First value of the current triplet (e.g. x)

Value 2 (Number)

Second value of the current triplet (e.g. y)

Value 3 (Number)

Third value of the current triplet (e.g. z)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Array Iterator - Byte size

Open Example In Editor

Youtube Video Tutorial

Patches using IteratorArray3

Changelog


Ops.Array.ArrayIterator3x renamed to Ops.Array.IteratorArray3
2019-06-13 - pandur