Aurora Visio Studio TOP » Filter Reference » Array » Array Composition » MergeArrays
Module: | FoundationLite |
---|
Concatenates conditional arrays one after another. Any array that is Nil becomes skipped.
Name | Type | Description | |
---|---|---|---|
inConditionalArray1 | <T>Array? | First array to be joined | |
inConditionalArray2 | <T>Array? | Second array to be joined | |
inConditionalArray3 | <T>Array? | Third array to be joined | |
inConditionalArray4 | <T>Array? | Fourth array to be joined | |
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.