From 6ffcf363a613315cc729e2a2368452bc094233fe Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 6 Aug 2025 10:49:23 +0200 Subject: [PATCH] Fix geom literals #6974 --- src/ifcopenshell-python/ifcopenshell/geom/main.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index 6f4b10a3f3..5f3e2079f2 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -65,10 +65,12 @@ if has_occ: SETTING = Literal[ "angle-unit", "apply-default-materials", + "apply-offset", "boolean-attempt-2d", "building-local-placement", "cache-shapes", "cgal-original-edges", + "cgal-smooth-angle-degrees", "circle-segments", "compute-curvature", "context-identifiers", @@ -76,6 +78,7 @@ SETTING = Literal[ "context-types", "convert-back-units", "debug", + "defer-processing-first-element", "dimensionality", "disable-boolean-result", "disable-opening-subtractions", @@ -90,6 +93,8 @@ SETTING = Literal[ "keep-bounding-boxes", "layerset-first", "length-unit", + "max-offset-deviation", + "max-offset", "mesher-angular-deflection", "mesher-linear-deflection", "model-offset",