Tutorial Node: Attributes With Arrays of Tuples
This is a tutorial node. It will compute the float array ‘result’ as the elementwise dot product of the input arrays ‘a’ and ‘b’.
Installation
To use this node enable omni.graph.tutorials in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
A (inputs:a) |
|
First array |
[] |
B (inputs:b) |
|
Second array |
[] |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Result (outputs:result) |
|
Dot-product array |
[] |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.tutorials.TupleArrays |
Version |
1 |
Extension |
omni.graph.tutorials |
Icon |
ogn/icons/omni.graph.tutorials.TupleArrays.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Tutorial Node: Attributes With Arrays of Tuples |
Categories |
tutorials |
Generated Class Name |
OgnTutorialTupleArraysDatabase |
Python Module |
omni.graph.tutorials |
See the accompanying tutorial and annotated code at Tutorial 6 - Array of Tuples