mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 08:33:10 +00:00
New IFC Patch recipe to split an IFC by building storey
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class Patcher:
|
||||
def __init__(self, file, logger, args=None):
|
||||
def __init__(self, src, file, logger, args=None):
|
||||
self.src = src
|
||||
self.file = file
|
||||
self.logger = logger
|
||||
self.args = args
|
||||
|
||||
Reference in New Issue
Block a user