mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
ifcopenshell_wrapper.pyi - add temp MakeVolume stub
This commit is contained in:
@@ -379,6 +379,12 @@ class JsonSerializer:
|
|||||||
def setFile(self, arg2): ...
|
def setFile(self, arg2): ...
|
||||||
def writeHeader(self): ...
|
def writeHeader(self): ...
|
||||||
|
|
||||||
|
# TODO: MakeVolume is ignored in SWIG, remove from stub once build is bumped.
|
||||||
|
class MakeVolume:
|
||||||
|
defaultvalue: Any
|
||||||
|
description: Any
|
||||||
|
name: Any
|
||||||
|
|
||||||
class OpaqueCoordinate_3:
|
class OpaqueCoordinate_3:
|
||||||
def get(self, i): ...
|
def get(self, i): ...
|
||||||
def set(self, i, n): ...
|
def set(self, i, n): ...
|
||||||
|
|||||||
Reference in New Issue
Block a user