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)

['double[3]', 'double[3][]', 'float[3]', 'float[3][]', 'half[3]', 'half[3][]', 'int[3]', 'int[3][]']

3-vector to be broken

None

Outputs

Name

Type

Descripton

Default

X (outputs:x)

['double', 'double[]', 'float', 'float[]', 'half', 'half[]', 'int', 'int[]']

The first component of the vector

None

Y (outputs:y)

['double', 'double[]', 'float', 'float[]', 'half', 'half[]', 'int', 'int[]']

The second component of the vector

None

Z (outputs:z)

['double', 'double[]', 'float', 'float[]', 'half', 'half[]', 'int', 'int[]']

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