DesignEngrLab / MIConvexHull

A .Net fast convex hull library for 2, 3, and higher dimensions.
http://designengrlab.github.io/MIConvexHull/
MIT License
338 stars 60 forks source link

Is it possible to get the external triangles on the convex hull instead of both external and internal triangles from Triangulation.CreateDelaunay ? #42

Open debashis66 opened 4 years ago

debashis66 commented 4 years ago

Hi, I want to retrieve the triangles on the convex hull but the triangulation method (Triangulation.CreateDelaunay) on the 3D hull points returns both internal & external triangles. Is there some way we could only filter the triangles on the hull surface ?