I am writing some VB.NET components for Grasshopper and I would like to make a plugin. I have seen it is possible to dreate some specific tools included in the grasshopper toolbar (grasshopper assembly in .gha format).
Does anyone knows how to create this kind of assembly files ? Where could I find some explanations about it ?
Ben Sitler has put together a PDF with instructions on how to do it. Also in the GH SDK, David has some tutorials on how to set up the Visual Studio projects. You can find the GH SDK by going to the Grasshopper help menu, and selecting 'Download SDk help.'
Also, if you're using 0.7, there will be an item in the Grasshopper help menu that allows you to download the SDK helpfile. I'm still writing it, but the basic information for simple components is available.
Note that gha files written for 0.6.X will most likely not work on 0.7.X
Thanks!
Do you know when will 0.7 version be available ?
Why will it not work ? Is there a difference in the programmation language ? Or in the assembly ? If I just write a component in VB.NET, won't it work too?
due to the fact that between 06 and 07 there was a change in the sdk - 07 is working with the new rhinocommon ....you can read detailed information about that topic in the forum
but be aware 07 is still a little buggy and there are not all commands exposed
and there is a little difference in writing components in 06 and 07