After a couple of years of GH-ing I decided to start using C# for scripting as I believe it could open up new design opportunities - in my current application I want to blend 2 curves like I would in Rhino - I would love to use G3 curvature. - well too bad it is not available just yet
Not sure to completely follow you here. As you mention that it can be directy “casted” I gave it a try - see my screen shot below where I highlighted how I try to pass the continuity integer to the script. it did not work, probably a syntax error, but I am not sure to understand what I am doing wrong - here is my error message
“The type or namespace name ‘Blendcontinuity’ could not be found (are you missing a using directive or an assembly reference?)” (line 47)
Now it seems that my b curve cannot be sent out into a (my output) I tried to add (Curve) before my final a (line 56) but did not work either, I wrote : b = (curve) a;