mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
fix stub
This commit is contained in:
@@ -363,6 +363,13 @@ class Iterator:
|
||||
def unit_magnitude(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:
|
||||
def get(self, i): ...
|
||||
def set(self, i, n): ...
|
||||
@@ -591,10 +598,6 @@ class XmlSerializer:
|
||||
def setFile(self, arg2): ...
|
||||
def writeHeader(self): ...
|
||||
|
||||
class XmlSerializerFactory:
|
||||
@staticmethod
|
||||
def implementations(): ...
|
||||
|
||||
class _SwigNonDynamicMeta(type): ...
|
||||
|
||||
class abstract_arrangement:
|
||||
|
||||
@@ -162,6 +162,10 @@
|
||||
%ignore MaxOffset;
|
||||
%ignore MaxOffsetDeviation;
|
||||
%ignore ApplyOffset;
|
||||
%ignore SeparateZUpNode;
|
||||
|
||||
%ignore XmlSerializerFactory;
|
||||
%ignore JsonSerializerFactory;
|
||||
|
||||
// Triangulated representation helper struct
|
||||
%ignore EdgeKey;
|
||||
|
||||
Reference in New Issue
Block a user