Tutorial Python Node: Attributes With Arrays of Tuples
This is a tutorial node written in Python. It will compute the point3f array by multiplying each element of the float array by the three element vector in the multiplier.
Installation
To use this Node, you must enable omni.graph.tutorials
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
a_inputArray |
|
Input array |
[] |
a_vectorMultiplier |
|
Vector multiplier |
[1.0, 2.0, 3.0] |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
a_productArray |
|
Output array |
[] |