Files
IfcOpenShell/src/ifcopenshell-python/docs/ifcconvert.rst
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

74 lines
4.1 KiB
ReStructuredText
Raw Normal View History

IfcConvert
==========
IfcConvert is a command-line application for converting IFC geometry into file
formats such as OBJ, DAE, GLB, STP, IGS, XML, SVG, H5, TTL/WKT, and IFC-SPF itself.
For other formats, you may use other IfcOpenShell utilities as shown in the
table below.
+-------------------------+-------------------------+----------------------+
| From Format | To Format | Tool |
+=========================+=========================+======================+
| .ifc | .obj, .dae, .glb, .stp, | IfcConvert |
| | .igs, .xml, .svg, .h5, | |
| | .ttl, .ifc, .rdb, | |
| | .json (xeokit) | |
+-------------------------+-------------------------+----------------------+
2024-09-06 16:55:56 +10:00
| .ifc | .dae, .abc, .usd, .obj, | Bonsai_ |
| | .ply, .stl, .fbx, .glb, | |
| | .gltf, .x3d, .dxf | |
+-------------------------+-------------------------+----------------------+
| .ifc | .ifcZIP, .ifcXML, .ifc | IfcOpenShell-Python_ |
+-------------------------+-------------------------+----------------------+
| .ifc | .ifcJSON | Ifc2JSON_ |
+-------------------------+-------------------------+----------------------+
| .ifc | .ifc | IfcPatch_ |
2023-06-16 16:17:17 +10:00
| | (IFC2X3, IFC4, IFC4X3), | |
| | SQLite, MySQL | |
+-------------------------+-------------------------+----------------------+
| .ifc | .json (Code_Aster), | Ifc2CA_ |
| | .comm (Code_Aster) | |
+-------------------------+-------------------------+----------------------+
| .ifc | .xml (Oracle P6), | Ifc4D_ |
| | .xml (MS Project) | |
+-------------------------+-------------------------+----------------------+
| .ifc | .csv, .ods, .xlsx | Ifc5D_ |
+-------------------------+-------------------------+----------------------+
2023-06-16 16:17:17 +10:00
| .ifc | .csv, .ods, .xlsx, | IfcCSV_ |
| | Pandas DataFrame | |
+-------------------------+-------------------------+----------------------+
| .csv | .ifc | Ifc5D_ |
+-------------------------+-------------------------+----------------------+
| .csv | .ifc | IfcCSV_ |
+-------------------------+-------------------------+----------------------+
2024-09-06 16:55:56 +10:00
| .dxf | .ifc | Bonsai_ |
+-------------------------+-------------------------+----------------------+
2024-09-06 16:55:56 +10:00
| .obj | .ifc | Bonsai_ |
+-------------------------+-------------------------+----------------------+
| .xer (Oracle P6) | .ifc | Ifc4D_ |
+-------------------------+-------------------------+----------------------+
| .xml (Oracle P6) | .ifc | Ifc4D_ |
+-------------------------+-------------------------+----------------------+
| .xml (MS Project) | .ifc | Ifc4D_ |
+-------------------------+-------------------------+----------------------+
| .xml (Powerproject) | .ifc | Ifc4D_ |
+-------------------------+-------------------------+----------------------+
.. _IfcOpenShell-Python: ifcopenshell-python.html
.. _IfcPatch: ifcpatch.html
.. _Ifc2CA: ifc2ca.html
.. _IfcCSV: ifccsv.html
.. _Ifc4D: ifc4d.html
.. _Ifc5D: ifc5d.html
.. _Ifc2JSON: other.html
2024-09-06 16:55:56 +10:00
.. _Bonsai: bonsai.html
.. toctree::
:hidden:
:maxdepth: 1
:caption: Contents:
ifcconvert/installation
ifcconvert/usage