Skip to content

OpenBIMRL | IFC functions

Class path: models.ifc.filterById

Filter by ID

filterById1.png

Description

Filters an IFC model and finds the element with a specific GUID

Input

Input Name Type Description
0 IfcElement list List<IfcEntityClass> List that is filtered
1 GUID String GUID according to which is filtered

Output

Output Name Type Description
0 IfcElement IfcEntityClass Element that was filtered from Input0

Use/Example

filterById2.png

Node representation with sample values

Sample file

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