Update all geom settings to new v0.8 syntax

This commit is contained in:
Dion Moult
2024-06-09 16:15:55 +10:00
parent 52f9db4522
commit cdce612566
17 changed files with 37 additions and 40 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ class IfcOpenShell:
formula_functions = {}
gross_settings = ifcopenshell.geom.settings()
gross_settings.set(gross_settings.DISABLE_OPENING_SUBTRACTIONS, True)
gross_settings.set("disable-opening-subtractions", True)
net_settings = ifcopenshell.geom.settings()
gross_qtos = {}