Append Path#

Generates a path token by appending the given relative path token to the given root or prim path token

Installation#

To use this node enable omni.graph.nodes in the Extension Manager.

Inputs#

Name

Type

Descripton

Default

Path (inputs:path)

['token', 'token[]']

The path token(s) to be appended to. Must be a base or prim path (ex. /World)

None

Suffix (inputs:suffix)

token

The prim or prim-property path to append (ex. Cube or Cube.attr)

Outputs#

Name

Type

Descripton

Default

Path (outputs:path)

['token', 'token[]']

The new path token(s) (ex. /World/Cube or /World/Cube.attr)

None

State#

Name

Type

Descripton

Default

Path (state:path)

token

Snapshot of previously seen path

None

Suffix (state:suffix)

token

Snapshot of previously seen suffix

None

Metadata#

Name

Value

Unique ID

omni.graph.nodes.AppendPath

Version

1

Extension

omni.graph.nodes

Has State?

True

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

tags

paths

uiName

Append Path

Categories

sceneGraph

Generated Class Name

OgnAppendPathDatabase

Python Module

omni.graph.nodes