From 46c62d7cdbf8ea3a631ad3feb4f0c82d30f1616c Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 25 Aug 2024 10:33:54 +0200 Subject: [PATCH] Add no-parallel-mapping setting to type literal --- src/ifcopenshell-python/ifcopenshell/geom/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index e045305390..21707d173e 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -100,6 +100,7 @@ SETTING = Literal[ "piecewise-step-type", "piecewise-step-param", "use-python-opencascade", + "no-parallel-mapping" ] SERIALIZER_SETTING = Literal[ "use-element-names",