Can't find the installer
Hi, this looks exactly what I need in order to learn IfcOpenShell interactively. Looks like a really nice work. But I can't find the location of the zip. The url you provide does not work, and looking in previous commit messages I found another url, but that didn't work too. Can you tell me the right URL?
Seems @jakob-beetz transition to a new university caused this. The newest URL seems like it should be an absolute URL instead of a relative one, but also that does not work http://caad.arch.rwth-aachen.de/ifcopenshell_scripting/rwth-viewer.zip
For the time being, if you have IfcOpenShell installed as a Python module. You can get something similar with from ifcopenshell.geom.app import application; application().start(). Some of the releases had some files missing, so double check https://github.com/IfcOpenShell/IfcOpenShell/tree/master/src/ifcopenshell-python/ifcopenshell/geom if you have issues.