Extract Attribute
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
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Attribute To Extract (inputs:attrName) |
|
Name of the attribute to look for in the bundle |
points |
Bundle For Extraction (inputs:data) |
|
Collection of attributes from which the named attribute is to be extracted |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Extracted Attribute (outputs:output) |
|
The single attribute extracted from the input bundle |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.ExtractAttribute |
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 |