Ops.Array.ReduceArray3_v2
Collections:pointArrays
Namespace: Ops.Array
Copies only every x point from an array
summary (oneliner)
Creates a new array which contains every xth value triplet of the source array, e.g. when your source array is [x1, y1, z1, x2, y2, z2, x3, y3, z3]
and Every Xth Item
is set to 2
, the resulting array will be [x1, y1, z1, x3, y3, z3].
doc
issues
youtube id
collections
Inputs
Array (Array)
The source array
Every xth Item (integer /Number)
When set to 1
source and result array will be identical, when set to 2
result array contains half the number of items of the source array and so on
Max Index (integer /Number)
If set to anything other than 0
the resulting array will contain Max Index
value triplets at max
Outputs
Result Array (Array)
The new array containing only a subset of elements
Changelog
Ops.Array.ReduceArray3x renamed to Ops.Array.ReduceArray3
2019-06-13 - pandur
Ops.Array.ReduceArray3 renamed to Ops.Array.ReduceArray3_v2
2020-05-08 - pandur
2019-06-13 - pandur
Ops.Array.ReduceArray3 renamed to Ops.Array.ReduceArray3_v2
2020-05-08 - pandur