OmniGraph Node omni.graph.nodes.BreakVector3

omni.graph.nodes.BreakVector3 Properties

Name

Value

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

omni.graph.nodes.BreakVector3 Description

Split vector into 3 component values.

omni.graph.nodes.BreakVector3 Inputs

Name

Type

Default

Required?

Descripton

inputs:tuple

[‘double[3]’, ‘float[3]’, ‘half[3]’, ‘int[3]’]

None

Y

3-vector to be broken

uiName

Vector

omni.graph.nodes.BreakVector3 Outputs

Name

Type

Default

Required?

Descripton

outputs:x

[‘double’, ‘float’, ‘half’, ‘int’]

None

Y

The first component of the vector

uiName

X

outputs:y

[‘double’, ‘float’, ‘half’, ‘int’]

None

Y

The second component of the vector

uiName

Y

outputs:z

[‘double’, ‘float’, ‘half’, ‘int’]

None

Y

The third component of the vector

uiName

Z