Skip to content

OpenBIMRL | List functions

Class path: collection.list.elementIncludedInList

Check elements for subset

elementIncludedInList1.png

Description

Checks which elements of a list are contained in another list.

Input

Input Name Type Description
0 Elements Collection<Object> List of elements to be checked
1 List Collection<Object> Reference list

Output

Output Name Type Description
0 Results list Collection<Object> List of all elements that have passed the test

Use/Example

elementIncludedInList2.png

Node representation with sample values

Sample file

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