Skip to content

OpenBIMRL | List functions

Class path: collection.list.subList

Sublist

subList1.png

Description

Created a partial list based on indexes.

Input

Input Name Type Description
0 List List<Object> List
1 Indices List<Number> Collection of indices

Output

Output Name Type Description
0 List List<Object> Sublist consisting of elements from Input0 at the positions Input1

Use/Example

subList2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself