OmniGraph Node omni.graph.nodes.ExtractAttribute

omni.graph.nodes.ExtractAttribute Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Extract Attribute

__categories

bundle

Generated Class Name

OgnExtractAttrDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.ExtractAttribute Description

Copies a single attribute from an input bundle to an output attribute directly on the node if it exists in the input bundle and matches the type of the output attribute

omni.graph.nodes.ExtractAttribute Inputs

Name

Type

Default

Required?

Descripton

inputs:attrName

token

points

Y

Name of the attribute to look for in the bundle

uiName

Attribute To Extract

__default

“points”

inputs:data

bundle

None

Y

Collection of attributes from which the named attribute is to be extracted

uiName

Bundle For Extraction

omni.graph.nodes.ExtractAttribute Outputs

Name

Type

Default

Required?

Descripton

outputs:output

any

None

Y

The single attribute extracted from the input bundle

uiName

Extracted Attribute