Hi,
It looks fairly (and probably is) but I cant find out.
I would like to draw a curve around a cloud of points.
The hull command only select the outer 4 corner points.
any suggestions?
2020-06-20 convex points with line.gh (7.6 KB)
thanks
Hi,
It looks fairly (and probably is) but I cant find out.
I would like to draw a curve around a cloud of points.
The hull command only select the outer 4 corner points.
any suggestions?
2020-06-20 convex points with line.gh (7.6 KB)
thanks
Convex Hull is named convex for a reason…
I googled for concave hull and found this:
https://www.codeproject.com/Articles/1201438/The-Concave-Hull-of-a-Set-of-Points
If you want to draw a curve around the outer points, you can use Metaball. The resulting curve will not go through the points however.
This forum has a few threads on this topic already: