Bump IfcOpenShell - mainly to fix geometry caching bug

This commit is contained in:
Dion Moult
2023-01-25 16:55:05 +11:00
parent 49b5bbd585
commit 2c123fdbfb
5 changed files with 37 additions and 36 deletions
+2 -1
View File
@@ -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"],
})