Model.get_entities_by_name
- Model.get_entities_by_name(name)
Get entities by name
- Parameters:
- namestr
The name of the entity to get.
- Returns:
- list[
compas_ifc.entities.base.Base
] A list of entities with the given name.
- list[
Get entities by name
The name of the entity to get.
compas_ifc.entities.base.Base
]A list of entities with the given name.