PXC Documentation

PXC Home

Array Sample

1.18.0

Sample member from an array to create smaller one.

Node Data

Display name

Array Sample

Internal name

Node_Array_Sample

Inheritances

Node_Array_Sample

Inputs

Node_Array_Sample

Array

seed

enum

Mode

int

Dimension

float

Step

int

Shift

enum

Amount Type

int

Amount

Outputs

Node_Array_Sample

any

Array


Create a new array be selecting elements from an existing array at specific intervals.



Properties


Array


Array to sample from


Step


Interval between samples. Setting this to 1 will return every element, setting it to 2 will return every other element, etc.



Related Links