OpenBIMRL | List functions
Class path: collection.list.setToList
Set to list

Description
Creates a list from a set of elements.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Set | Set<Object> | Set |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | List | List<Object> | List |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself