IFCFile.get_entities_by_name
- IFCFile.get_entities_by_name(name)
Get all entities with a given name.
- Parameters:
- namestr
The name to search for.
- Returns:
- list[
compas_ifc.entities.base.Base
] A list of all entities with the given name.
- list[
Get all entities with a given name.
The name to search for.
compas_ifc.entities.base.Base
]A list of all entities with the given name.