Remove deprecated STRICT_TOLERANCE setting #4832

Mentioned in #4565, it's now "set" by default
This commit is contained in:
Andrej730
2024-06-08 00:33:17 +05:00
parent 2d7a7a8bc3
commit cd2e33721e
9 changed files with 3 additions and 16 deletions
-1
View File
@@ -180,7 +180,6 @@ class Patcher:
self.elements = self.file.by_type("IfcElement")
self.settings = ifcopenshell.geom.settings()
self.settings.set(self.settings.STRICT_TOLERANCE, True)
self.body_contexts = [
c.id()
@@ -71,7 +71,6 @@ class Patcher:
return
settings = ifcopenshell.geom.settings()
settings.set(settings.STRICT_TOLERANCE, True)
settings.set_context_ids([context.id()])
iterator = ifcopenshell.geom.iterator(settings, self.file, multiprocessing.cpu_count(), include=elements)
replacements = {}