OmniGraph Node omni.graph.test.DecomposeDouble3C

omni.graph.test.DecomposeDouble3C Properties

Name

Value

Version

1

Extension

omni.graph.test

Icon

ogn/icons/omni.graph.test.DecomposeDouble3C.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Test Node: Decompose Double3 (C++)

__categories

internal:test

Generated Class Name

OgnDecomposeDouble3CDatabase

Python Module

omni.graph.test

omni.graph.test.DecomposeDouble3C Description

Example node that takes in a double[3] and outputs scalars that are its components

omni.graph.test.DecomposeDouble3C Inputs

Name

Type

Default

Required?

Descripton

inputs:double3

double[3]

[0, 0, 0]

Y

Input to decompose

__default

[0, 0, 0]

omni.graph.test.DecomposeDouble3C Outputs

Name

Type

Default

Required?

Descripton

outputs:x

double

None

Y

The x component of the input

outputs:y

double

None

Y

The y component of the input

outputs:z

double

None

Y

The z component of the input