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