mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 12:12:15 +00:00
Fix #1338. Add documentation for how to use IfcClash.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user