benedict
(Ben)
November 4, 2021, 10:44am
2
without testing, this seems to be interesting:
maybe paired with this one:
Is there a way to code in C# like,
if (I just changed the name of a function) {
Now disconnect all the output lines from this function;
}
or something like,
if (the last operation in grasshopper is CURVE) {
I’ll update how many curve functions are present in current grasshopper page;
}
Hope I described it clear, I hope to find a attribute in C# to detect the last operation in grasshopper, so that can help me to create some kind of work flow.
Thanks
oh, and I’d like to use the opportunity to say thank you to you Petras, your website is an amazing add with great examples of c# code. Your site saved me sooooo much time!!
Thank you!