Installation

A minimal version of COMPAS IFC can be installed directly with pip.

pip install compas_ifc

If you want to use the built-in viewer, install COMPAS Viewer as well.

pip install compas_viewer

If you need to interact with IFC geometry using OCC Brep, install COMPAS OCC througn conda-forge.

conda install compas_occ -c conda-forge

Next Steps

Now that you have COMPAS IFC installed, proceed to the Hello World tutorial to learn the basics of working with IFC files.