Extract Prim
Extract a child bundle that contains a primitive with requested path/prim. This node is designed to work with Multiple Primitives in a Bundle. It searches for a child bundle in the input bundle, with ‘sourcePrimPath’ that matches ‘inputs:prim’ or ‘inputs:primPath’. The found child bundle will be provided to ‘outputs_primBundle’, or invalid, bundle otherwise.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Prim (inputs:prim) |
|
The prim to be extracted from Multiple Primitives in Bundle. |
None |
Prim Path (inputs:primPath) |
|
The path of the prim to be extracted from Multiple Primitives in Bundle. |
|
Prims Bundle (inputs:prims) |
|
The Multiple Primitives in Bundle to extract from. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Prim Bundle (outputs:primBundle) |
|
The extracted Single Primitive in Bundle |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.ExtractPrim |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Extract Prim |
Categories |
bundle |
Generated Class Name |
OgnExtractPrimDatabase |
Python Module |
omni.graph.nodes |