Coarsening a triangulation that defines a surface in 3d
8 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have a triangulation in 3d that represents an open manifold (it actually represents part of a cell membrane, i.e a surface in 3d).
This (unstructured) triangulation is defined as a TriRep object and has a very fine mesh parameter (~ mean triangle length)... I'm trying to extract a regularly spaced distribution of points on this membrane, and my first thought was: "ok, I run a coarsening of this fine mesh, and just takes the triangles centers in the the coarsened mesh".... but I discovered that there is no obvious way to coarsen a given triangulation (or I missed it).
What could be the most straightforward way to get a coarsener version of this triangulation?
thanks, Daniel
3 件のコメント
Walter Roberson
2013 年 2 月 6 日
I seem to recall there being a routine for thinning a triangular mesh. I have never used it, and have not looked at it often enough to remember its name.
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Triangulation Representation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!