Skip to content

OpenBIMRL | IFC functions

Class path: models.ifc.filterByProperty

Filter by property

filterByProperty1.png

Description

Filters a list of IFC entities by their property definition. Returns all entities that contain the property information.

Input

Input Name Type Description
0 IfcElement List List<IfcEntityClass> List that is filtered
1 PropertySetName String Property set according to which is filtered
2 PropertyName String Property 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

filterByProperty2.png

Node representation with sample values

Sample file

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