Surface triangulation of 3D points cloud
21 次查看(过去 30 天)
显示 更早的评论
Hi everyone I was wondering if it is possible, starting from a Matrix A that describes, for each row, the coordinates of my points cloud, to create a surface mesh of my matrix A made by triangles. i tried with delaunay triangulation, but it seems that gives me a thetraedral mesh, insted i want to triangulate only the boundaries to create a .stl file. How could i do? Any help would be appreciated, Lorenzo
3 个评论
Jiayi
2024-12-24
Hello, I face the same problem. have you ever solved this? Could you please give me some tips? Thank you so much! Jiayi@Lorenzo Bennati
回答(1 个)
John D'Errico
2024-12-24
A common solution is to use a CRUST code. In fact, there is a version of CRUST to be found on the File Exchange, here:
There are two versions, depending on whether the surface is a closed one or not.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Delaunay Triangulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!