3.1 Model View This example shows how to load an IFC file and display it in compas_viewer. from compas_ifc.model import Model model = Model("data/Duplex_A_20110907.ifc") model.show() Example Output: