OmniGraph Node omni.tutorials.TupleData

omni.tutorials.TupleData Properties

Name

Value

Version

1

Extension

omni.graph.tutorials

Icon

ogn/icons/omni.tutorials.TupleData.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Tutorial Node: Tuple Attributes

tags

tuple,tutorial,internal

__categories

tutorials

Generated Class Name

OgnTutorialTupleDataDatabase

Python Module

omni.graph.tutorials

omni.tutorials.TupleData Description

This is a tutorial node. It creates both an input and output attribute of some of the supported tuple types. The values are modified in a simple way so that the compute can be tested.

omni.tutorials.TupleData Inputs

Name

Type

Default

Required?

Descripton

inputs:a_double2

double[2]

[1.1, 2.2]

Y

This is an attribute with two double values

__default

[1.1, 2.2]

inputs:a_double3

double[3]

[1.1, 2.2, 3.3]

Y

This is an attribute with three double values

__default

[1.1, 2.2, 3.3]

inputs:a_float2

float[2]

[4.4, 5.5]

Y

This is an attribute with two float values

__default

[4.4, 5.5]

inputs:a_float3

float[3]

[6.6, 7.7, 8.8]

Y

This is an attribute with three float values

__default

[6.6, 7.7, 8.8]

inputs:a_half2

half[2]

[7.0, 8.0]

Y

This is an attribute with two 16-bit float values

__default

[7.0, 8.0]

inputs:a_int2

int[2]

[10, 11]

Y

This is an attribute with two 32-bit integer values

__default

[10, 11]

omni.tutorials.TupleData Outputs

Name

Type

Default

Required?

Descripton

outputs:a_double2

double[2]

None

Y

This is a computed attribute with two double values

outputs:a_double3

double[3]

None

Y

This is a computed attribute with three double values

outputs:a_float2

float[2]

None

Y

This is a computed attribute with two float values

outputs:a_float3

float[3]

None

Y

This is a computed attribute with three float values

outputs:a_half2

half[2]

None

Y

This is a computed attribute with two 16-bit float values

outputs:a_int2

int[2]

None

Y

This is a computed attribute with two 32-bit integer values