mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Bump IfcOpenShell - mainly to fix geometry caching bug
This commit is contained in:
@@ -57,7 +57,8 @@ Here is a minimal example of how to use IfcPatch as a library:
|
||||
import ifcpatch
|
||||
|
||||
output = ifcpatch.execute({
|
||||
"input": ifcopenshell.open("input.ifc"),
|
||||
"input": "input.ifc",
|
||||
"file": ifcopenshell.open("input.ifc"),
|
||||
"recipe": "ExtractElements",
|
||||
"arguments": [".IfcWall"],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user