Append Array Value
Create a new array that is a copy of a given input array with another value appended to it. The input element and the input array’s base element type should be the same (or implicitly convertible between) one another.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Array (inputs:array) |
|
The array that serves as the starting point for the modified output array. |
None |
Value (inputs:value) |
|
The value to be copied to the end of the output array. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Array (outputs:array) |
|
An array computed from the input array with the “Value” element added to the back. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.ArrayAppendValue |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Append Array Value |
Categories |
math:array |
Generated Class Name |
OgnArrayAppendValueDatabase |
Python Module |
omni.graph.nodes |