How can I triangulate points under the condition they are close enough to each other?
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I have a bunch of points and I want to create a surface with it, to export it in .stl eventually.
I believe the right way to do it is to triangulate them, using for instance the Delauney function. However, to obtain the shape I want, some points must not be linked in the triangulation. So, is there a way to set a maximum distance between points, over which the points are not linked ?
Thank you!
1 件のコメント
KSSV
2019 年 4 月 24 日
Read about delaunayTriangulation. To miss the points, you have to provide them as a constriant.
回答 (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!