OpenBIMRL | IFC functions
Class path: models.ifc.getElementById
Get element after Id
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
Sample file
Download of a sample file so that the user can test the usage himself