Fix geom literals #6974

This commit is contained in:
Thomas Krijnen
2025-08-06 10:49:23 +02:00
parent bf6e02f99d
commit 6ffcf363a6
@@ -65,10 +65,12 @@ if has_occ:
SETTING = Literal[ SETTING = Literal[
"angle-unit", "angle-unit",
"apply-default-materials", "apply-default-materials",
"apply-offset",
"boolean-attempt-2d", "boolean-attempt-2d",
"building-local-placement", "building-local-placement",
"cache-shapes", "cache-shapes",
"cgal-original-edges", "cgal-original-edges",
"cgal-smooth-angle-degrees",
"circle-segments", "circle-segments",
"compute-curvature", "compute-curvature",
"context-identifiers", "context-identifiers",
@@ -76,6 +78,7 @@ SETTING = Literal[
"context-types", "context-types",
"convert-back-units", "convert-back-units",
"debug", "debug",
"defer-processing-first-element",
"dimensionality", "dimensionality",
"disable-boolean-result", "disable-boolean-result",
"disable-opening-subtractions", "disable-opening-subtractions",
@@ -90,6 +93,8 @@ SETTING = Literal[
"keep-bounding-boxes", "keep-bounding-boxes",
"layerset-first", "layerset-first",
"length-unit", "length-unit",
"max-offset-deviation",
"max-offset",
"mesher-angular-deflection", "mesher-angular-deflection",
"mesher-linear-deflection", "mesher-linear-deflection",
"model-offset", "model-offset",