Decompose Double3 (Python)

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

Installation

To use this node enable omni.graph.examples.python in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Double3 (inputs:double3)

double[3]

Input double3

[0, 0, 0]

Outputs

Name

Type

Descripton

Default

X (outputs:x)

double

The x component of the input double3

None

Y (outputs:y)

double

The y component of the input double3

None

Z (outputs:z)

double

The z component of the input double3

None

Metadata

Name

Value

Unique ID

omni.graph.examples.python.DecomposeDouble3

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)

Categories

examples

Generated Class Name

OgnDecomposeDouble3Database

Python Module

omni.graph.examples.python