mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
Fixing stubs
- `function_item`, `tags` added indf7318973- MakeVolume added inc385b93, ignore as all other conversion settings - moved `SeparateZUpNode` ignore to the other geom serializer settings
This commit is contained in:
@@ -89,6 +89,7 @@ SETTING = Literal[
|
|||||||
"keep-bounding-boxes",
|
"keep-bounding-boxes",
|
||||||
"layerset-first",
|
"layerset-first",
|
||||||
"length-unit",
|
"length-unit",
|
||||||
|
"make-volume",
|
||||||
"max-offset-deviation",
|
"max-offset-deviation",
|
||||||
"max-offset",
|
"max-offset",
|
||||||
"mesher-angular-deflection",
|
"mesher-angular-deflection",
|
||||||
@@ -124,6 +125,7 @@ SERIALIZER_SETTING = Literal[
|
|||||||
"ecef",
|
"ecef",
|
||||||
"digits",
|
"digits",
|
||||||
"wkt-use-section",
|
"wkt-use-section",
|
||||||
|
"separate-z-up-node",
|
||||||
]
|
]
|
||||||
|
|
||||||
# NOTE: hybrid-cgal-simple-opencascade is added just as an example
|
# NOTE: hybrid-cgal-simple-opencascade is added just as an example
|
||||||
|
|||||||
@@ -1143,7 +1143,8 @@ class loft:
|
|||||||
class loop:
|
class loop:
|
||||||
closed: Any
|
closed: Any
|
||||||
external: Any
|
external: Any
|
||||||
fi: Any
|
function_item: Any
|
||||||
|
tags: Any
|
||||||
def calc_hash(self): ...
|
def calc_hash(self): ...
|
||||||
def calculate_linear_edge_curves(self): ...
|
def calculate_linear_edge_curves(self): ...
|
||||||
def centroid(self): ...
|
def centroid(self): ...
|
||||||
|
|||||||
@@ -108,6 +108,7 @@
|
|||||||
%ignore FloatingPointDigits;
|
%ignore FloatingPointDigits;
|
||||||
%ignore BaseUri;
|
%ignore BaseUri;
|
||||||
%ignore WktUseSection;
|
%ignore WktUseSection;
|
||||||
|
%ignore SeparateZUpNode;
|
||||||
// ConversionSettings.h
|
// ConversionSettings.h
|
||||||
%ignore MesherLinearDeflection;
|
%ignore MesherLinearDeflection;
|
||||||
%ignore MesherAngularDeflection;
|
%ignore MesherAngularDeflection;
|
||||||
@@ -158,11 +159,11 @@
|
|||||||
%ignore CgalEmitOriginalEdges;
|
%ignore CgalEmitOriginalEdges;
|
||||||
%ignore OcctNoCleanTriangulation;
|
%ignore OcctNoCleanTriangulation;
|
||||||
%ignore CacheShapes;
|
%ignore CacheShapes;
|
||||||
|
%ignore MakeVolume;
|
||||||
%ignore DeferProcessingFirstElement;
|
%ignore DeferProcessingFirstElement;
|
||||||
%ignore MaxOffset;
|
%ignore MaxOffset;
|
||||||
%ignore MaxOffsetDeviation;
|
%ignore MaxOffsetDeviation;
|
||||||
%ignore ApplyOffset;
|
%ignore ApplyOffset;
|
||||||
%ignore SeparateZUpNode;
|
|
||||||
|
|
||||||
%ignore XmlSerializerFactory;
|
%ignore XmlSerializerFactory;
|
||||||
%ignore JsonSerializerFactory;
|
%ignore JsonSerializerFactory;
|
||||||
|
|||||||
Reference in New Issue
Block a user