mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
nest.assign_object - support batching #4474
This commit is contained in:
@@ -67,11 +67,15 @@ ARGUMENTS_DEPRECATION = {
|
||||
new_argument="products",
|
||||
replace_usecase="spatial.unassign_container",
|
||||
),
|
||||
"nest.assign_object": partial(
|
||||
batching_argument_deprecation, prev_argument="related_object", new_argument="related_objects"
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
CACHED_USECASE_CLASSES = dict()
|
||||
|
||||
|
||||
def run(
|
||||
usecase_path: str,
|
||||
ifc_file: Optional[ifcopenshell.file] = None,
|
||||
|
||||
Reference in New Issue
Block a user