Tutorial Node: Array Attributes¶
This is a tutorial node. It will compute the array ‘result’ as the input array ‘original’ with every element multiplied by the constant ‘multiplier’.
Installation¶
To use this Node, you must enable omni.graph.tutorials
in the Extension Manager.
Inputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
original |
|
Array to be multiplied |
[] |
gates |
|
Boolean mask telling which elements of the array should be multiplied |
[] |
multiplier |
|
Multiplier of the array elements |
1.0 |
info |
|
List of strings providing commentary |
[‘There’, ‘is’, ‘no’, ‘data’] |
Outputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
result |
|
Multiplied array |
|
negativeValues |
|
Array of booleans set to true if the corresponding ‘result’ is negative |
|
infoSize |
|
Number of letters in all strings in the info input |