Example Node: Extract Float3 Array

Outputs a float[3][] attribute extracted from a bundle.

Installation

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

Inputs

Name

Type

Descripton

Default

Input (inputs:input)

bundle

Bundle containing a float[3][] attribute to be extracted to ‘output’

None

Name Of Attribute (inputs:nameOfAttribute)

token

Name of the attribute in ‘input’ that is to be extracted to ‘output’

Outputs

Name

Type

Descripton

Default

Output (outputs:output)

float[3][]

The float[3][] attribute extracted from ‘input’

None

Metadata

Name

Value

Unique ID

omni.graph.examples.cpp.ExtractFloat3Array

Version

1

Extension

omni.graph.examples.cpp

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Example Node: Extract Float3 Array

Categories

examples

Generated Class Name

OgnExampleExtractFloat3ArrayDatabase

Python Module

omni.graph.examples.cpp