Break 3-Vector
Split vector into 3 component values.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Vector (inputs:tuple) |
|
3-vector to be broken |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
X (outputs:x) |
|
The first component of the vector |
None |
Y (outputs:y) |
|
The second component of the vector |
None |
Z (outputs:z) |
|
The third component of the vector |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.BreakVector3 |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
tags |
decompose,separate,isolate |
uiName |
Break 3-Vector |
Categories |
math:conversion |
Generated Class Name |
OgnBreakVector3Database |
Python Module |
omni.graph.nodes |