Skip to content

OpenBIMRL | IFC functions

Class path: models.ifc.getElementById

Get element after Id

getElementById1.png

Description

Gets the IFC entity with a specific ID from the model.

Input

Input Name Type Description
0 GUID String Globally unique identifier

Output

Output Name Type Description
0 IfcElement IfcEntityClass The Ifc object which was found via the GUID

Use/Example

getElementById2.png

Node representation with sample values

Sample file

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