mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
rename get_elements_using_pset -> get_elements_by_pset for consistency
To be consistent with other get_elements_by_xxx methods.
This commit is contained in:
@@ -54,7 +54,7 @@ class Data:
|
||||
)
|
||||
for name, data in sorted(psetqtos.items()):
|
||||
pset = ifc_file.by_id(data["id"])
|
||||
pset_uses = ifcopenshell.util.element.get_elements_using_pset(pset)
|
||||
pset_uses = ifcopenshell.util.element.get_elements_by_pset(pset)
|
||||
results.append(
|
||||
{
|
||||
"id": data["id"],
|
||||
|
||||
Reference in New Issue
Block a user