Model.get_entity_by_id

Model.get_entity_by_id(id)

Get an entity by ID

Parameters:
idint

The ID of the entity to get.

Returns:
compas_ifc.entities.base.Base

The entity with the given ID.