Surface triangulation of 3D points cloud

15 vues (au cours des 30 derniers jours)
Lorenzo Bennati
Lorenzo Bennati le 14 Déc 2020
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 commentaires
John Kearns
John Kearns le 16 Juin 2021
@Lorenzo Bennati, did this work for you? I am also trying to do this.
Jiayi
Jiayi le 24 Déc 2024
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

Connectez-vous pour commenter.

Réponses (1)

John D'Errico
John D'Errico le 24 Déc 2024
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.

Catégories

En savoir plus sur Delaunay Triangulation dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by