mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix failing tests
This commit is contained in:
@@ -62,50 +62,50 @@ if has_occ:
|
||||
|
||||
|
||||
SETTING = Literal[
|
||||
"mesher-linear-deflection",
|
||||
"mesher-angular-deflection",
|
||||
"reorient-shells",
|
||||
"length-unit",
|
||||
"angle-unit",
|
||||
"precision",
|
||||
"dimensionality",
|
||||
"layerset-first",
|
||||
"disable-boolean-result",
|
||||
"no-wire-intersection-check",
|
||||
"no-wire-intersection-tolerance",
|
||||
"precision-factor",
|
||||
"debug-boolean",
|
||||
"apply-default-materials",
|
||||
"boolean-attempt-2d",
|
||||
"weld-vertices",
|
||||
"use-world-coords",
|
||||
"unify-shapes",
|
||||
"use-material-names",
|
||||
"convert-back-units",
|
||||
"building-local-placement",
|
||||
"circle-segments",
|
||||
"context-identifiers",
|
||||
"context-ids",
|
||||
"context-types",
|
||||
"context-identifiers",
|
||||
"iterator-output",
|
||||
"convert-back-units",
|
||||
"debug",
|
||||
"dimensionality",
|
||||
"disable-boolean-result",
|
||||
"disable-opening-subtractions",
|
||||
"apply-default-materials",
|
||||
"no-normals",
|
||||
"generate-uvs",
|
||||
"enable-layerset-slicing",
|
||||
"element-hierarchy",
|
||||
"validate",
|
||||
"edge-arrows",
|
||||
"building-local-placement",
|
||||
"site-local-placement",
|
||||
"element-hierarchy",
|
||||
"enable-layerset-slicing",
|
||||
"force-space-transparency",
|
||||
"circle-segments",
|
||||
"function-step-param",
|
||||
"function-step-type",
|
||||
"generate-uvs",
|
||||
"iterator-output",
|
||||
"keep-bounding-boxes",
|
||||
"piecewise-step-type",
|
||||
"piecewise-step-param",
|
||||
"use-python-opencascade",
|
||||
"no-parallel-mapping",
|
||||
"triangulation-type",
|
||||
"model-rotation",
|
||||
"layerset-first",
|
||||
"length-unit",
|
||||
"mesher-angular-deflection",
|
||||
"mesher-linear-deflection",
|
||||
"model-offset",
|
||||
"model-rotation",
|
||||
"no-normals",
|
||||
"no-parallel-mapping",
|
||||
"no-wire-intersection-check",
|
||||
"no-wire-intersection-tolerance",
|
||||
"precision",
|
||||
"precision-factor",
|
||||
"reorient-shells",
|
||||
"site-local-placement",
|
||||
"surface-colour",
|
||||
"triangulation-type",
|
||||
"unify-shapes",
|
||||
"use-material-names",
|
||||
"use-python-opencascade",
|
||||
"use-world-coords",
|
||||
"validate",
|
||||
"weld-vertices",
|
||||
]
|
||||
SERIALIZER_SETTING = Literal[
|
||||
"base-uri",
|
||||
|
||||
Reference in New Issue
Block a user