From 08d3d99b1ea69a82a192b78a487a7eb603a898f3 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 24 Jul 2026 17:59:42 +0500 Subject: [PATCH] ifcwrap: ignore newly added conversion settings structs (183e4c4) (cherry picked from commit 3d8654acfdf79018024bda389dde4e6f12032a74) --- src/ifcwrap/IfcPython.i | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index a86a5faee0..7cd757510f 100644 --- a/src/ifcwrap/IfcPython.i +++ b/src/ifcwrap/IfcPython.i @@ -201,6 +201,12 @@ %ignore MaxOffset; %ignore MaxOffsetDeviation; %ignore ApplyOffset; +%ignore SvgRidgeAngleMinDegrees; +%ignore SvgValleyAngleMinDegrees; +%ignore SvgEmitFlushEdges; +%ignore SvgUseEdgeClassification; +%ignore SvgRenderCreaseEdges; +%ignore SvgRenderSharpEdges; %ignore filetype; %ignore guess_file_type;