I’m essentially trying to replace a tapered curve with an approximation of it using circles whose middle points lies on the middle of the curve. I have made something, but it isn’t great. It requires too much manual input and the circles aren’t totally evenly divided due to my method.
Looks great, but when I run it, it requires me to input a point in the curve closest point’ node. Not sure what to fill in there, other than that there is no result yet.
It would be nicer if the amount of circles was set parametrically, but it’s not necessary per se, I could fill them in manually as well.
Ah, I didn’t know either. But apparently curve midpoint was missing. Don’t know how, it also looks different now that I added it. But it works now! Thanks