mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix #4226
This commit is contained in:
@@ -405,8 +405,8 @@ class PartOf(Facet):
|
||||
return super().filter(ifc_file, elements)
|
||||
return list(ifc_file) # Lazy
|
||||
|
||||
def asdict(self):
|
||||
results = super().asdict()
|
||||
def asdict(self, clause_type):
|
||||
results = super().asdict(clause_type)
|
||||
entity = {}
|
||||
if "name" in results:
|
||||
entity["name"] = results["name"]
|
||||
|
||||
Reference in New Issue
Block a user