OmniGraph Node omni.graph.examples.python.DecomposeDouble3

omni.graph.examples.python.DecomposeDouble3 Properties

Name

Value

Version

1

Extension

omni.graph.examples.python

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Decompose Double3 (Python)

__language

Python

Generated Class Name

OgnDecomposeDouble3Database

Python Module

omni.graph.examples.python

omni.graph.examples.python.DecomposeDouble3 Description

Example node that takes in a double3 and outputs scalars that are its components

omni.graph.examples.python.DecomposeDouble3 Inputs

Name

Type

Default

Required?

Descripton

inputs:double3

double[3]

[0, 0, 0]

Y

Input double3

__default

[0, 0, 0]

omni.graph.examples.python.DecomposeDouble3 Outputs

Name

Type

Default

Required?

Descripton

outputs:x

double

None

Y

The x component of the input double3

outputs:y

double

None

Y

The y component of the input double3

outputs:z

double

None

Y

The z component of the input double3