tt-acm / Spectacles.GrasshopperExporter

A Spectacles Exporter for Grasshopper
MIT License
7 stars 12 forks source link

Add component to launch the web viewer #5

Closed bhowes-tt closed 9 years ago

bhowes-tt commented 9 years ago

Good suggestion from @mnaugle-tt . Push people to the viewer app from Grasshopper. He said this is ' @mostaphaRoudsari style '.

JonatanS commented 9 years ago

if(y) System.Diagnostics.Process.Start("http://core.thorntontomasetti.com/event/aec-technology-symposium-2015/");

JonatanS commented 9 years ago

I'll create this one today

bhowes-tt commented 9 years ago

Awesome - thanks @JonatanS

I just did the same in revit. See this issue: https://github.com/tt-acm/Spectacles.RevitExporter/issues/9

Also, I added the icon .pngs to the webviewer project if you want to use the same ones: https://github.com/tt-acm/Spectacles.WebViewer/commit/493ac85bfb7297297351da5289e7960e6b28df7f

JonatanS commented 9 years ago

thank you @bhowes-tt that was helpful.