OpenBIMRL | IFC functions
Class path: models.ifc.getElementByType
Get element by type

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
Sample file
Download of a sample file so that the user can test the usage himself