OmniGraph Node omni.graph.nodes.AppendString

omni.graph.nodes.AppendString Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Append String

__categories

function

Generated Class Name

OgnAppendStringDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.AppendString Description

Creates a new token or string by appending the given token or string. token[] inputs will be appended element-wise.

omni.graph.nodes.AppendString Inputs

Name

Type

Default

Required?

Descripton

inputs:suffix

[‘string’, ‘token’, ‘token[]’]

None

Y

The string to be appended

inputs:value

[‘string’, ‘token’, ‘token[]’]

None

Y

The string(s) to be appended to

omni.graph.nodes.AppendString Outputs

Name

Type

Default

Required?

Descripton

outputs:value

[‘string’, ‘token’, ‘token[]’]

None

Y

The new string(s)