OmniGraph Node omni.graph.nodes.ConcatenateFloat3Arrays

omni.graph.nodes.ConcatenateFloat3Arrays Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

tests

uiName

Concatenate Arrays Of Arrays

__categories

math:array

__exclusions

tests

Generated Class Name

OgnConcatenateFloat3ArraysDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.ConcatenateFloat3Arrays Description

Flatten the array of float3 arrays in ‘inputArrays’ by concatenating all of the array contents into a single float3 array in ‘outputArray’. The sizes of each of the input arrays is preserved in the output ‘arraySizes’.

omni.graph.nodes.ConcatenateFloat3Arrays Inputs

Name

Type

Default

Required?

Descripton

inputs:inputArrays

any

None

Y

Array of arrays of float3 values to be flattened

omni.graph.nodes.ConcatenateFloat3Arrays Outputs

Name

Type

Default

Required?

Descripton

outputs:arraySizes

int[]

None

Y

List of sizes of each of the float3 input arrays

outputs:outputArray

float[3][]

None

Y

Flattened array of float3 values