OmniGraph Node omni.graph.TransformBundle

omni.graph.TransformBundle Properties

Name

Value

Version

1

Extension

omni.graph.io

Icon

ogn/icons/omni.graph.TransformBundle.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

transform bundle

Generated Class Name

OgnTransformBundleDatabase

Python Module

omni.graph.io

omni.graph.TransformBundle Description

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

omni.graph.TransformBundle Inputs

Name

Type

Default

Required?

Descripton

inputs:input

bundle

None

Y

Input bundle containing the attributes to be transformed.

inputs:transform

matrixd[4]

[[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]]

Y

The transform to apply to the bundle

displayGroup

parameters

__default

[[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]]

omni.graph.TransformBundle Outputs

Name

Type

Default

Required?

Descripton

outputs:output

bundle

None

Y

Output bundle containing all of the transformed attributes