Hi guys,
I want to find the trigger component in C# script(Visual Studio) to recalculate some other conponents,but I can’t find it.It doesn’t look like it’s in “Grasshopper.Kernel.Special”.
Should I use “ExpireSolution” , “ClearData” , “ComputeData” or something else?But I don’t know which function I should write them into and when to call them.
Seems like “ExpireSolution” is not a good idea?([Confusion with ExpireSolution()])
Actually,I want to build a circulation below:
A and B are two components.When B finishes calculation, a variable in static class C will change.D always listen to C and D will inform A to recalculate after C changes.So I want to have a trigger to control recalculation of A.
Please help me,thank you so much.