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.
Get an entity by its file ID.
The ID to search for.
compas_ifc.entities.base.Base
The entity with the given ID.