Consider new serializer settings

This commit is contained in:
Andrej730
2026-07-22 16:26:13 +05:00
parent 872efac4d2
commit 01cfbe6948
2 changed files with 58 additions and 0 deletions
@@ -129,6 +129,35 @@ SERIALIZER_SETTING = Literal[
"digits",
"wkt-use-section",
"separate-z-up-node",
"bounds",
"scale",
"center",
"section-ref",
"elevation-ref",
"elevation-ref-guid",
"auto-section",
"auto-elevation",
"draw-storey-heights",
"profile-threshold",
"storey-height-line-length",
"svg-xmlns",
"svg-poly",
"svg-prefilter",
"svg-unify-inputs",
"svg-segment-projection",
"svg-subtract-before",
"svg-write-poly",
"svg-project",
"svg-without-storeys",
"svg-no-css",
"svg-mirror-y",
"svg-mirror-x",
"door-arcs",
"section-height",
"section-height-from-storeys",
"print-space-names",
"print-space-areas",
"space-name-transform",
]
# NOTE: hybrid-cgal-simple-opencascade is added just as an example
+29
View File
@@ -107,6 +107,35 @@
%ignore BaseUri;
%ignore WktUseSection;
%ignore SeparateZUpNode;
%ignore SvgBounds;
%ignore SvgScale;
%ignore SvgCenter;
%ignore SvgSectionRef;
%ignore SvgElevationRef;
%ignore SvgElevationRefGuid;
%ignore SvgAutoSection;
%ignore SvgAutoElevation;
%ignore SvgDrawStoreyHeights;
%ignore SvgProfileThreshold;
%ignore SvgStoreyHeightLineLength;
%ignore SvgUseNamespace;
%ignore SvgUseHlrPoly;
%ignore SvgUsePrefiltering;
%ignore SvgUnifyInputs;
%ignore SvgSegmentProjection;
%ignore SvgSubtractBefore;
%ignore SvgPolygonal;
%ignore SvgAlwaysProject;
%ignore SvgWithoutStoreys;
%ignore SvgNoCss;
%ignore SvgMirrorY;
%ignore SvgMirrorX;
%ignore SvgDoorArcs;
%ignore SvgSectionHeight;
%ignore SvgSectionHeightFromStoreys;
%ignore SvgPrintSpaceNames;
%ignore SvgPrintSpaceAreas;
%ignore SvgSpaceNameTransform;
// ConversionSettings.h
%ignore MesherLinearDeflection;
%ignore MesherAngularDeflection;