Fix #1338. Add documentation for how to use IfcClash.

This commit is contained in:
Dion Moult
2021-08-03 17:46:26 +10:00
parent 4fe427558f
commit e0cd74d0ad
5 changed files with 153 additions and 23 deletions
+3 -1
View File
@@ -59,8 +59,10 @@ $ ifcpatch -i input.ifc -o output.ifc -r ExtractElements -a ".IfcWall"
You can also use it as a library.
```
```python
import ifcpatch
ifcpatch.execute({
"input": "input.ifc",
"output": "output.ifc",