Transform Bundle

Applies a transform to an input bundle, storing the result in an output bundle

Installation

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

Inputs

Name

Type

Descripton

Default

Input (inputs:input)

bundle

Input bundle containing the attributes to be transformed.

None

Transform (inputs:transform)

matrixd[4]

The transform to apply to the bundle

[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]

Metadata

displayGroup = parameters

Outputs

Name

Type

Descripton

Default

Output (outputs:output)

bundle

Output bundle containing all of the transformed attributes

None

Metadata

Name

Value

Unique ID

omni.graph.TransformBundle

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Transform Bundle

Categories

bundle

Generated Class Name

OgnTransformBundleDatabase

Python Module

omni.graph.nodes