mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Consider new serializer settings
This commit is contained in:
@@ -129,6 +129,35 @@ SERIALIZER_SETTING = Literal[
|
|||||||
"digits",
|
"digits",
|
||||||
"wkt-use-section",
|
"wkt-use-section",
|
||||||
"separate-z-up-node",
|
"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
|
# NOTE: hybrid-cgal-simple-opencascade is added just as an example
|
||||||
|
|||||||
@@ -107,6 +107,35 @@
|
|||||||
%ignore BaseUri;
|
%ignore BaseUri;
|
||||||
%ignore WktUseSection;
|
%ignore WktUseSection;
|
||||||
%ignore SeparateZUpNode;
|
%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
|
// ConversionSettings.h
|
||||||
%ignore MesherLinearDeflection;
|
%ignore MesherLinearDeflection;
|
||||||
%ignore MesherAngularDeflection;
|
%ignore MesherAngularDeflection;
|
||||||
|
|||||||
Reference in New Issue
Block a user