Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Array » Array Composition » MergeArrays

MergeArrays


Module: FoundationLite

Concatenates conditional arrays one after another. Any array that is Nil becomes skipped.

Name Type Description
Input value inConditionalArray1 <T>Array? First array to be joined
Input value inConditionalArray2 <T>Array? Second array to be joined
Input value inConditionalArray3 <T>Array? Third array to be joined
Input value inConditionalArray4 <T>Array? Fourth array to be joined
Output value outJoinedArray <T>Array Array of existing input objects

The type of this filter is defined using the type variable T which represents any valid type. Read more.

Examples

Description of usage of this filter can be found in examples and tutorial: Hand-Eye Calibration - On Filters.

Complexity Level

This filter is available on Basic Complexity Level.