From 1f6c467c88d260c6fa82ba49dde504df1f63b2c8 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 18 May 2026 13:29:39 +0200 Subject: [PATCH] Change default value of assume_asset_uniqueness_by_name #8045 --- src/ifcpatch/ifcpatch/recipes/ExtractElements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcpatch/ifcpatch/recipes/ExtractElements.py b/src/ifcpatch/ifcpatch/recipes/ExtractElements.py index 6f88f820be..10d8b23330 100644 --- a/src/ifcpatch/ifcpatch/recipes/ExtractElements.py +++ b/src/ifcpatch/ifcpatch/recipes/ExtractElements.py @@ -33,7 +33,7 @@ class Patcher(ifcpatch.BasePatcher): file: ifcopenshell.file, logger: Union[Logger, None] = None, query: str = "IfcWall", - assume_asset_uniqueness_by_name: bool = True, + assume_asset_uniqueness_by_name: bool = False, ): """Extract certain elements into a new model