IFCFile.get_entity_by_global_id
- IFCFile.get_entity_by_global_id(global_id)
Get an entity by its global ID.
- Parameters:
- global_idstr
The global ID to search for.
- Returns:
compas_ifc.entities.base.Base
The entity with the given global ID.
Get an entity by its global ID.
The global ID to search for.
compas_ifc.entities.base.Base
The entity with the given global ID.