3d-surface with boundary using delaunayTriangulation

Hello, i have a point cloud in Matlab and want to plot the surface of it with delaunayTriangulation. The problem is that the triangulation always returns a "body", meaning a convex hull. But my point cloud is only a part of a convex body. Is it possible to make the triangulation stop at sharp edges? I added exemplary pictures with the current surface and the surface how i want it to be.
Thanks

1 件のコメント

KSSV
KSSV 2016 年 11 月 16 日
Is your surface a structured or unstructured grid? How you have the data?

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 9 月 12 日

0 投票

No, it is not possible to have that kind of triangulation stop at sharp boundaries. That kind of triangulation is not appropriate for finding surfaces embedded in a 3d point cloud.

カテゴリ

質問済み:

2016 年 11 月 16 日

回答済み:

2022 年 9 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by