Constrain a Delaunay Triangulations With a Surface?
4 ビュー (過去 30 日間)
古いコメントを表示
I would like to perform a Constrained Delaunay Triangulation by inputing a Surface to define the Constraint, instead of the Edges (as shown in the Example Manual). Is that possible??
回答 (1 件)
DGM
2025 年 4 月 8 日
編集済み: DGM
2025 年 4 月 8 日
The documentation for delaunayTriangulation() indicates that constrained triangulation is only supported for 2D inputs. If the constraint is a surface, then I assume you're trying to do constrained triangulation in 3D.
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!