Skip to content

OpenBIMRL | IFC functions

Class path: models.ifc.getElementByType

Get element by type

getElementByType1.png

Description

Gets the IFC entities of a specific type.

Input

Input Name Type Description
0 IfcType String IfcType that is searched for

Output

Output Name Type Description
0 IfcElement list List<IfcEntityClass> List of IFC objects with the searched IfcType

Use/Example

getElementByType2.png

Node representation with sample values

Sample file

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