OpenBIMRL | List functions
Class path: collection.list.joinCollections
Unite collections

Description
Merges two lists into one.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | List A | List<Object> | List A |
| 1 | List B | List<Object> | List B |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | merged list | List<Object> | merged list |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself