mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 02:59:59 +00:00
Fix geom literals #6974
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user