Constrain a Delaunay Triangulations With a Surface?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Risposte (1)
DGM
il 8 Apr 2025
Modificato: DGM
il 8 Apr 2025
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 Commenti
Vedere anche
Categorie
Scopri di più su Delaunay Triangulation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!