mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
IfcPatch now allows passing in IFC objects instead of filepath strings
This commit is contained in:
@@ -57,10 +57,8 @@ Here is a minimal example of how to use IfcDiff as a library:
|
||||
import ifcpatch
|
||||
|
||||
ifcpatch.execute({
|
||||
"input": "input.ifc",
|
||||
"output": "output.ifc",
|
||||
"input": ifcopenshell.open("input.ifc"),
|
||||
"recipe": "ExtractElements",
|
||||
"log": "ifcpatch.log",
|
||||
"arguments": [".IfcWall"],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user