Shatter curve isn't working

Hello everyone. I can’t figure out why shatter isn’t working for these diagonal lines. I’ve tried grafting, flattening, sorting into tree branches, etc., etc.

I tried baking and using Split in rhino, and it worked just fine. So the points are clearly intersecting with the lines. I even tried using just one point and just one line, but it still didn’t work. The Segments output simply returned the same line I started with.

Thanks in advance, everyone.

troubleshoot.gh (28.2 KB)

Post an indicative case/something without Karamba

Shatter uses parameter values along the curve, not points. Use something like curve closest point to get the parameter values (t output).

1 Like