mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +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 [
|
return [
|
||||||
(str(p.id()), p.ProfileName or "Unnamed", "")
|
(str(p.id()), p.ProfileName or "Unnamed", "")
|
||||||
for p in tool.Ifc.get().by_type("IfcProfileDef")
|
for p in tool.Ifc.get().by_type("IfcProfileDef")
|
||||||
|
if p.ProfileName
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user