Improve the quality of 3D triangle meshes (surface meshes)

조회 수: 4 (최근 30일)
Timothy Cale
Timothy Cale 2012년 2월 12일
댓글: Anton Semechko 2021년 6월 2일
I would like to use surface meshes, as generated by the function isosurface. I use reducepatch to reduce the number of triangles.
Very convenient, but many of the triangles have high aspect ratios. Is there a function that I can call to improve the quality of the surface mesh?

채택된 답변

Anton Semechko
Anton Semechko 2012년 2월 12일
Based on your previous question, I am assuming that you are extracting your mesh from an implicit surface representation. If that is indeed the case, then you should check out ISO2MESH toolbox: http://iso2mesh.sourceforge.net/cgi-bin/index.cgi
  댓글 수: 3
Zhichao Wang
Zhichao Wang 2021년 6월 1일
Hey Anton,
I think I meet similar question as before. I have obtained a triangle mesh. However, the mesh quality is not very good. There are a lot of angles that are either too large or too small. Is there a good way to remesh the surface so that triangles are more close to equal length?
Anton Semechko
Anton Semechko 2021년 6월 2일
Hi, Zhichao,
it appears that your surface is either planar or can be projected onto a plane. You can use MESH2D toolbox for meshing/remeshing 2D geometries. You will have to invert the projection to recover trignualtion of the orignal surface.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Scalar Volume Data에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by