Make Array
Makes an output array attribute from input values, in the order of the inputs. If ‘arraySize’ is less than the number of input elements, the top ‘arraySize’ elements will be used. If ‘arraySize’ is greater than the number of input elements, the last input element will be repeated to fill the remaining space.
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
input0 |
|
Input array element |
|
arraySize |
|
The size of the array to create |
1 |
Array Type (arrayType) |
|
The type of the array (‘auto’ infers the type from the first connected and resolved input) |
auto |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
array |
|
The array of copied values of inputs in the given order |