Hi,
I was using grasshopper to interpolate a collection of points to curve, here is how it works by steps:
- read .txt file (each line in the .txt file is the x, y, z value of each point)
- create points
- interpolate to curve
I’ve been using this grasshopper script for a while and it was working fine(for example, the “working.txt” file), until this weekend, I collected some new data(“notWorking.txt”), grasshopper still able to create collection of points, but the curve won’t show
the images below shows the difference with the “working.txt” and “notWorking.txt”
Is there anyone know what’s going here?
Thank you so much!!
working.txt (1.5 KB)
notWorking.txt (1.6 KB)
MyTreasureScript.gh (2.4 KB)