Skip to content

OpenBIMRL | IFC functions

Class path: models.ifc.filterByType

Filter by type

filterByType1.png

Description

Filtert ein IFC-Modell und ruft das Element eines bestimmten IFC-Klassentyps ab.

Input

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

Output

Output Name Type Description
0 IfcElement List<IfcEntityClass> Elements filtered from Input0

Use/Example

filterByType2.png

Node representation with sample values

Sample file

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