Get Parent Path
Generates a parent path token from another path token. (ex. /World/Cube -> /World)
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Path (inputs:path) |
|
One or more path tokens to compute a parent path from. (ex. /World/Cube) |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Parent Path (outputs:parentPath) |
|
Parent path token (ex. /World) |
None |
State
Name |
Type |
Descripton |
Default |
---|---|---|---|
Path (state:path) |
|
Snapshot of previously seen path |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.GetParentPath |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
True |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Get Parent Path |
Categories |
sceneGraph |
Generated Class Name |
OgnGetParentPathDatabase |
Python Module |
omni.graph.nodes |