From 3d8654acfdf79018024bda389dde4e6f12032a74 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) --- src/ifcwrap/IfcPython.i | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index eb73c984a7..9dbcb6fb4a 100644 --- a/src/ifcwrap/IfcPython.i +++ b/src/ifcwrap/IfcPython.i @@ -163,6 +163,12 @@ %ignore MaxOffset; %ignore MaxOffsetDeviation; %ignore ApplyOffset; +%ignore SvgRidgeAngleMinDegrees; +%ignore SvgValleyAngleMinDegrees; +%ignore SvgEmitFlushEdges; +%ignore SvgUseEdgeClassification; +%ignore SvgRenderCreaseEdges; +%ignore SvgRenderSharpEdges; %ignore XmlSerializerFactory; %ignore JsonSerializerFactory;