Model.get_entity_by_global_id
- Model.get_entity_by_global_id(global_id)
Get an entity by global ID
- Parameters:
- global_idstr
The global ID of the entity to get.
- Returns:
compas_ifc.entities.base.Base
The entity with the given global ID.
Get an entity by global ID
The global ID of the entity to get.
compas_ifc.entities.base.Base
The entity with the given global ID.