Hi,
Simple question but I cant find it.
I cot 3 points, and would like to draw a curved line through them.
Any suggestions?
2021-02-19 Curved Lines.gh (1.5 KB)
Thanks
Hi,
Simple question but I cant find it.
I cot 3 points, and would like to draw a curved line through them.
Any suggestions?
2021-02-19 Curved Lines.gh (1.5 KB)
Thanks
Have a try to input your points to the Interpolate(IntCrv) in order…
The sequence of your points makes an important difference, and they must all be in the same “branch”, which they currently are not. So flattening the merged list still gives the wrong sequence:
You can use Entwine instead of Merge to get around that:
Remember though, flatten is not always the correct answer!