Compose Double3 (Python)

Example node that takes in the components of three doubles and outputs a double3

Installation

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

Inputs

Name

Type

Descripton

Default

X (inputs:x)

double

The x component of the input double3

0

Y (inputs:y)

double

The y component of the input double3

0

Z (inputs:z)

double

The z component of the input double3

0

Outputs

Name

Type

Descripton

Default

Double3 (outputs:double3)

double[3]

Output double3

None

Metadata

Name

Value

Unique ID

omni.graph.examples.python.ComposeDouble3

Version

1

Extension

omni.graph.examples.python

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Compose Double3 (Python)

Categories

examples

Generated Class Name

OgnComposeDouble3Database

Python Module

omni.graph.examples.python