Fill Array
Creates a copy of the input array, filled with the given value.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Array (inputs:array) |
|
The array to be copied into the output array attribute. Essentially sets the size of the output array since the actual values will all be overridden. |
None |
Value (inputs:fillValue) |
|
The value to be repeated in the new array. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Array (outputs:array) |
|
An array computed from the input array whose individual elements have all been set to equal the value of the “Value” input attribute. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.ArrayFill |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Fill Array |
Categories |
math:array |
Generated Class Name |
OgnArrayFillDatabase |
Python Module |
omni.graph.nodes |