IFC viewer for Notebooks (marimo/jupyter) #1061
sanzoghenzo
started this conversation in
Show and tell
Replies: 1 comment
|
oh wow, love it! actually wanted this for a while! Thanks for sharing, @sanzoghenzo. will use it in teaching 👍 Let me know if you need anything! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, just to inform you: thanks to your hard work, I was able to put up a simple IFC viewer widget to use it in notebooks like marimo and Jupyter.
https://github.com/sanzoghenzo/ifc-viewer-anywidget
I basically stitched together the code of your examples within an anywidget class, couldn't be more simple!
(Except for the canvas size, that part is not so great on the notebook side...)
It has a very basic functionality: it receives an IfcOpenShell model (the goal was to do manipulation on it using python, then display the results) to show, and it returns the GlobalId of the selected elements (to do further exploration in python).
Thanks again, keep up the good work!
All reactions