Append Array
Combines the input arrays into a single new array in order of the inputs and the elements within each input array.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Input0 (inputs:input0) |
|
The first of the two arrays to combine. The elements in this array will come before all of the second input array’s elements in the final output array. |
None |
Input1 (inputs:input1) |
|
The second of the two arrays to combine. The elements in this array will come after all of the first input array’s elements in the final output array. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Array (outputs:array) |
|
A new array containing all of the elements in the “Input0” array followed by all of the elements in the “Input1” array. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.AppendArray |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Append Array |
Categories |
math:array |
Generated Class Name |
OgnAppendArrayDatabase |
Python Module |
omni.graph.nodes |