IfcOpenShellScriptingTutorial icon indicating copy to clipboard operation
IfcOpenShellScriptingTutorial copied to clipboard

Can't find the installer

Open fmo91 opened this issue 7 years ago • 1 comments

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?

fmo91 avatar May 19 '18 20:05 fmo91

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.

aothms avatar May 29 '18 09:05 aothms