Add IfcClash to docs

This commit is contained in:
Dion Moult
2023-01-10 06:35:21 +11:00
parent 8aa4934d92
commit 9d39760f6f
4 changed files with 114 additions and 212 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ In this example, we'll extract out all `IfcWall` elements.
$ ifcpatch -i input.ifc -o output.ifc -r ExtractElements -a ".IfcWall"
$ cat output.ifc
Here is a minimal example of how to use IfcDiff as a library:
Here is a minimal example of how to use IfcPatch as a library:
.. code-block:: python