Altair slc extract the surface mesh points of a three-dimensional solid mesh using the convex hull
I encased my solid body mesh points in an ICOSAHEDRON (12 vertices of a polyhedron) to test the algorithm.
If the algorithm works, the code will output the 12 vertices of the ICOSAHEDRON as the surface mesh..
Convex Hull graphic
https://github.com/rogerjdeangelis/altair-slc-extract-the-surface-mesh-points-of-a-three-dimensional-solid-mesh-usingconvex-hull/blob/main/convex_hull_3d.png
Too long to post here, see github
https://github.com/rogerjdeangelis/altair-slc-extract-the-surface-mesh-points-of-a-three-dimensional-solid-mesh-usingconvex-hull
Contents
1 Inupt SLC table
2 Python convex hull
3 Verification ICOSAHEDRON encasing mesh