mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
fix stub
This commit is contained in:
@@ -363,6 +363,13 @@ class Iterator:
|
|||||||
def unit_magnitude(self): ...
|
def unit_magnitude(self): ...
|
||||||
def unit_name(self): ...
|
def unit_name(self): ...
|
||||||
|
|
||||||
|
class JsonSerializer:
|
||||||
|
JSON_DIALECT_CREOOX : Any
|
||||||
|
def finalize(self): ...
|
||||||
|
def ready(self): ...
|
||||||
|
def setFile(self, arg2): ...
|
||||||
|
def writeHeader(self): ...
|
||||||
|
|
||||||
class OpaqueCoordinate_3:
|
class OpaqueCoordinate_3:
|
||||||
def get(self, i): ...
|
def get(self, i): ...
|
||||||
def set(self, i, n): ...
|
def set(self, i, n): ...
|
||||||
@@ -591,10 +598,6 @@ class XmlSerializer:
|
|||||||
def setFile(self, arg2): ...
|
def setFile(self, arg2): ...
|
||||||
def writeHeader(self): ...
|
def writeHeader(self): ...
|
||||||
|
|
||||||
class XmlSerializerFactory:
|
|
||||||
@staticmethod
|
|
||||||
def implementations(): ...
|
|
||||||
|
|
||||||
class _SwigNonDynamicMeta(type): ...
|
class _SwigNonDynamicMeta(type): ...
|
||||||
|
|
||||||
class abstract_arrangement:
|
class abstract_arrangement:
|
||||||
|
|||||||
@@ -162,6 +162,10 @@
|
|||||||
%ignore MaxOffset;
|
%ignore MaxOffset;
|
||||||
%ignore MaxOffsetDeviation;
|
%ignore MaxOffsetDeviation;
|
||||||
%ignore ApplyOffset;
|
%ignore ApplyOffset;
|
||||||
|
%ignore SeparateZUpNode;
|
||||||
|
|
||||||
|
%ignore XmlSerializerFactory;
|
||||||
|
%ignore JsonSerializerFactory;
|
||||||
|
|
||||||
// Triangulated representation helper struct
|
// Triangulated representation helper struct
|
||||||
%ignore EdgeKey;
|
%ignore EdgeKey;
|
||||||
|
|||||||
Reference in New Issue
Block a user