diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index 4a1e49bcdc..27b72e8297 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -66,6 +66,7 @@ SETTING = Literal[ "apply-default-materials", "boolean-attempt-2d", "building-local-placement", + "cache-shapes", "cgal-original-edges", "circle-segments", "compute-curvature", @@ -92,12 +93,14 @@ SETTING = Literal[ "mesher-linear-deflection", "model-offset", "model-rotation", + "no-clean-triangulation", "no-normals", "no-parallel-mapping", "no-wire-intersection-check", "no-wire-intersection-tolerance", - "precision", + "permissive-shape-reuse", "precision-factor", + "precision", "reorient-shells", "site-local-placement", "surface-colour",