mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Remove deprecated STRICT_TOLERANCE setting #4832
Mentioned in #4565, it's now "set" by default
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user