Fix #3264. Describe IFC to JSON conversion (and other formats) in documentation.

This commit is contained in:
Dion Moult
2023-06-07 14:30:37 +10:00
parent 482f97961d
commit 02462c1209
9 changed files with 134 additions and 6 deletions
+18
View File
@@ -0,0 +1,18 @@
Other utilities
===============
There are other notable utilites that are built with, or integrate with
IfcOpenShell, but are not officially part of the IfcOpenShell umbrella.
+----------------------+---------------------------------------------------+
| Utility | Description |
+======================+===================================================+
| Ifc2JSON_ | Converts .ifc to .ifcJSON, including support for |
| | stripping geometry, and IfcJSON version 4 and 5a. |
+----------------------+---------------------------------------------------+
| VoxelisationToolkit_ | Converts .ifc geometry into voxels, and lets you |
| | perform voxel based geometric analysis. |
+----------------------+---------------------------------------------------+
.. _Ifc2JSON: https://github.com/buildingSMART/ifcJSON/tree/master/file_converters
.. _VoxelisationToolkit: https://github.com/opensourceBIM/voxelization_toolkit