mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
spatial.unassign_container - support batching #4474
This commit is contained in:
@@ -180,7 +180,7 @@ class SvIfcAddSpatialElement(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.h
|
||||
ifcopenshell.api.run(
|
||||
"spatial.unassign_container",
|
||||
self.file,
|
||||
product=removed_element,
|
||||
products=[removed_element],
|
||||
relating_object=result,
|
||||
)
|
||||
for added_element in element_set - subelements:
|
||||
|
||||
Reference in New Issue
Block a user