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