From c5aad82e3d3e19f1e66404b6b800beba39f519eb Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 11 Nov 2024 16:11:15 +0500 Subject: [PATCH] typing - add missing settings --- src/ifcopenshell-python/ifcopenshell/geom/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index 1d916188e7..d1e8108614 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -105,8 +105,10 @@ SETTING = Literal[ "triangulation-type", "model-rotation", "model-offset", + "surface-colour", ] SERIALIZER_SETTING = Literal[ + "base-uri", "use-element-names", "use-element-guids", "use-element-step-ids", @@ -114,6 +116,7 @@ SERIALIZER_SETTING = Literal[ "y-up", "ecef", "digits", + "wkt-use-section", ] # NOTE: hybrid-cgal-simple-opencascade is added just as an example