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
@@ -214,7 +214,6 @@ class IfcDiff:
def get_settings(self, ifc):
settings = ifcopenshell.geom.settings()
settings.set(settings.STRICT_TOLERANCE, True)
# Are you feeling lucky?
settings.set(settings.DISABLE_BOOLEAN_RESULT, True)
# Are you feeling very lucky?