I’d like to be able to feed multiple points into a Grasshopper component and associate a slider with each one that specifies a weight. Alternatively, be able to switch a single slider among several points to adjust their weights, and remember the weight when the slider leaves a point. The number of points can vary.
Is there any way to do this sort of thing, or will I have to construct individual Grasshopper components for each point and each weight?
It’s very difficult to remember values between iterations. You may be able to do it using a data recorder, but you could also create a Genepool object which contains as many sliders as you have points.