Skip to content

sanzoghenzo/ifc-viewer-anywidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IFC viewer anywidget

Display a IFC model in your Jupyter/marimo notebook.

Uses anywidget and Open BIM components from That Open Company

Warning

this library is still in early development and only covers a fraction of the capabilities of Open BIM Components

marimo example

install

If you're running JupyterLab, add the library to your environment:

pip install ifc-anywidget

If you're using marimo in sandbox mode, just start using it! marimo will detect the import and ask you to install the package.

usage

from ifc_anywidget import IfcViewer
import ifcopenshell

model = ifcopenshell.open("my-awesome-model.ifc")
viewer = IfcViewer(ifc_model=model)
viewer

About

IFC viewer using That Open Company Open BIM Components and anywidget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published