I am using convex hull to create a bounding polyline from a group of points. Is there a way to make the polyline incorporate 90 degree angles?
gh.gh (6.8 KB)
I am using convex hull to create a bounding polyline from a group of points. Is there a way to make the polyline incorporate 90 degree angles?
I’m pretty sure there was a similar topic on this from a few weeks ago.
There are definitely better/more explicit solutions, but this method seems to work for both cases:
@AndersDeleuran This solution is fantastic. I’m not sure how it could get any simpler, without scripted components. Thanks for sharing!
Brilliant!!