OmniGraph Node omni.graph.nodes.MakeVector3

omni.graph.nodes.MakeVector3 Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

tags

compose,combine,join

uiName

Make 3-Vector

__categories

math:conversion

Generated Class Name

OgnMakeVector3Database

Python Module

omni.graph.nodes

omni.graph.nodes.MakeVector3 Description

Merge 3 input values into a single output vector. If the inputs are arrays, the output will be an array of vectors.

omni.graph.nodes.MakeVector3 Inputs

Name

Type

Default

Required?

Descripton

inputs:x

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

None

Y

The first component of the vector

uiName

X

inputs:y

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

None

Y

The second component of the vector

uiName

Y

inputs:z

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

None

Y

The third component of the vector

uiName

Z

omni.graph.nodes.MakeVector3 Outputs

Name

Type

Default

Required?

Descripton

outputs:tuple

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

None

Y

Output 3-vector(s)

uiName

Vector