OpenBIMRL | IFC functions
Class path: models.ifc.filterById
Filter by ID
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
Sample file
Download of a sample file so that the user can test the usage himself