See #3266. Write documentation on how to use IfcCSV.

This commit is contained in:
Dion Moult
2023-06-07 16:00:12 +10:00
parent 2896c23143
commit a4f7da598f
4 changed files with 152 additions and 7 deletions
+1 -2
View File
@@ -12,7 +12,7 @@ Source installation
2. `Install hppfcl <https://github.com/humanoid-path-planner/hpp-fcl>`_
3. Optionally `install bcf <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/bcf>`_ (needed for BCF reports of results)
4. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcclash>`_.
5. ``cd /path/to/src/ifcclash``
5. ``cd /path/to/IfcOpenShell/src/ifcclash``
Here is a minimal example of how to use IfcPatch as a Python module or CLI
utility:
@@ -91,7 +91,6 @@ Here is a minimal example of how to use IfcClash as a library:
import logging
import ifcclash
settings = ClashSettings()
settings.output = "output.json"
settings.logger = logging.getLogger("Clash")