GSharker / G-Shark

G-Shark is a free and open-source geometry library designed for computational designers and software developers in the Architecture, Engineering, and Construction (AEC) industry.
https://gsharker.github.io/G-Shark/
MIT License
215 stars 37 forks source link

Concave hull #313

Open sonomirco opened 3 years ago

cesarecaoduro commented 3 years ago

http://www.it.uu.se/edu/course/homepage/projektTDB/ht13/project10/Project-10-report.pdf https://github.com/Liagson/ConcaveHullGenerator https://www.codeproject.com/Articles/1201438/The-Concave-Hull-of-a-Set-of-Points

sonomirco commented 1 year ago

After some resources, here are some solutions:

@cesarecaoduro @d3ssy Any preferences?

d3ssy commented 1 year ago

@sonomirco I think you're confusing CONVEX hull and CONCAVE hull.

There is no concave hull in GH, but there is an old third-party implementation of alpha-shape .

And of course it's been requested on mcneel forum.

sonomirco commented 1 year ago

Yep, true. The other code mentioned is from here