mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Fix IFC Array bug
This commit is contained in:
@@ -386,7 +386,6 @@ class Model(blenderbim.core.tool.Model):
|
|||||||
ifcopenshell.api.run(
|
ifcopenshell.api.run(
|
||||||
"pset.edit_pset",
|
"pset.edit_pset",
|
||||||
tool.Ifc.get(),
|
tool.Ifc.get(),
|
||||||
product=child_element,
|
|
||||||
pset=tool.Ifc.get().by_id(child_pset["id"]),
|
pset=tool.Ifc.get().by_id(child_pset["id"]),
|
||||||
properties={"Data": None},
|
properties={"Data": None},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user