mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
Revert "Solving test fail - keeping unnamed profiles when updating profiles in MaterialsData"
This reverts commit 0e1689c2d9.
This commit is contained in:
@@ -76,6 +76,7 @@ class MaterialsData:
|
||||
return [
|
||||
(str(p.id()), p.ProfileName or "Unnamed", "")
|
||||
for p in tool.Ifc.get().by_type("IfcProfileDef")
|
||||
if p.ProfileName
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user