Add Prim Relationship
Adds a target path to a relationship property. If the relationship property does not exist it will be created. Duplicate targets will not be added.
Installation
To use this node enable omni.graph.action_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec In (inputs:execIn) |
|
Signal to the graph that this node is ready to be executed. |
None |
Relationship Name (inputs:name) |
|
Name of the relationship property to be modified or added. |
|
Prim Path (inputs:path) |
|
Path of the prim with the relationship property. |
|
Target Path (inputs:target) |
|
The target path to be added, which may be a prim, attribute or another relationship. |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Is Successful (outputs:isSuccessful) |
|
Whether the node has successfully added the new target to the relationship. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.action.AddPrimRelationship |
Version |
1 |
Extension |
omni.graph.action_nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Add Prim Relationship |
Categories |
sceneGraph |
Generated Class Name |
OgnAddPrimRelationshipDatabase |
Python Module |
omni.graph.action_nodes |