IFCFile.get_entity_by_id

IFCFile.get_entity_by_id(id)

Get an entity by its file ID.

Parameters:
idint

The ID to search for.

Returns:
compas_ifc.entities.base.Base

The entity with the given ID.