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;