some years ago I created some code for a vb script component inside a grasshopper definition.
Having been away from Grasshopper for some time, I am now having problems making changes to my original script. I cannot seem to find sufficient documentation (also in the forum), neither for the old dotNET SDK, nor for the new SDK.
I first worked on making changes inside the original VB component (that came with an older Grasshopper), and if I try with the VB component coming with my current Grasshopper, the old code doesn’t work at all.
I use Grasshopper V. 0.9.0076 on Rhino 5 (SR14) for Windows.
I’m attaching a gh file with a simplified version of my vb component… ph_old_vb.ghx (24.4 KB)
It’s supposed to calculate water flow down a vertical surface. What I would like to add is change of flow direction due to obstacles, and it seems I need also equivalents of ".GetClosestPoint(), .PointAt(), .DistanceTo(), etc.