Curve by points

Hello, I have several points which i would like to connect by a curve that goes throught theese points (not to be used as control points).

Thanks for help,

Madeleine

q_gh_06.gh (6.0 MB)

Use Interpolate (IntCrv)

I tried that component but it didnt worked. The error said ‘insufficient interpolation points for a curve’

If you upload a (minimal) example file that doesn’t work, that’ll aid with trouble shooting.

q_gh_06_02.gh (25.6 KB)

Your points are structured as singles in a datatree:

2018-08-16%2015_15_52-Grasshopper%20-%20q_gh_06_02_

Flatten the P output and it should work:

Thanks!

1 Like