OpenBIMRL | IFC functions
Class path: models.ifc.filterByQuantity
Filter by property

Description
Filters a list of IFC entities by their quantity value. Returns all entities that contain the quantity values.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | IfcElement List | List<IfcEntityClass> | List that is filtered |
| 1 | QuantitySetName | String | Quantity set after which is filtered |
| 2 | QuantityName | String | Quantity according to which is filtered |
| 3 | Value | String | Value according to which is filtered |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | IfcElement List | List<IfcEntityClass> | Elements filtered from Input0 |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself