Constrain a Delaunay Triangulations With a Surface?
조회 수: 3 (최근 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!