mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +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 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:
|
||||
def get(self, i): ...
|
||||
def set(self, i, n): ...
|
||||
|
||||
Reference in New Issue
Block a user