Curve[s] closest point


Hi, grassers!
I made a simple curve attractor that fill nearest tile with color. But I ran into the problem that Curve Closest Point node work only with 1 curve :frowning: How to improve this definition for multiple curves input?
mltpl_crv_cls_pt.gh (20.0 KB)

1 Like

Pull Point is more robust in this…


mltpl_crv_cls_pt_re.gh (19.1 KB)

2 Likes

Thanks man! It works!

So Pull Point is better than Crv closest pt ?

I don’t think it is a which one is better than the other case…
In this particular case, when you use closest distances from multiple curve attractors, you’ll likely have to deal with data tree problem and that’s where Pull Point comes in handy.

You could do the same with Curve Closest Point, but it’s a little bit complex and not flexible…


mltpl_crv_cls_pt_reV2.gh (19.5 KB)

1 Like