mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Consider new serializer settings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user