From ab38f4f7f6007b2ba63f887e0273f6a3525bb874 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 22 Jul 2026 16:33:37 +0500 Subject: [PATCH] Consider new geometry settings --- src/ifcopenshell-python/ifcopenshell/geom/main.py | 2 ++ src/ifcwrap/IfcPython.i | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index ce9de7903d..7b60c46891 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -74,6 +74,7 @@ SETTING = Literal[ "compute-curvature", "context-identifiers", "context-ids", + "context-priorities", "context-types", "convert-back-units", "debug", @@ -95,6 +96,7 @@ SETTING = Literal[ "make-volume", "max-offset-deviation", "max-offset", + "max-voids-per-element", "mesher-angular-deflection", "mesher-linear-deflection", "model-offset", diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index d8fc327f11..3143dcaedb 100644 --- a/src/ifcwrap/IfcPython.i +++ b/src/ifcwrap/IfcPython.i @@ -158,7 +158,9 @@ %ignore ContextIds; %ignore ContextTypes; %ignore ContextIdentifiers; +%ignore ContextPriorities; %ignore OutputDimensionality; +%ignore MaxVoidsPerElement; %ignore IteratorOutput; %ignore DisableOpeningSubtractions; %ignore ApplyDefaultMaterials;