How can I remesh my non-uniform triangular mesh?

27 visualizaciones (últimos 30 días)
Heleen van den Nieuwenhof
Heleen van den Nieuwenhof el 26 de Sept. de 2019
Respondida: Shashwat Bajpai el 3 de Oct. de 2019
After importing an .stl file into Matlab and generating a triangular mesh, the triangles are non-uniform. I want to get a uniform mesh with the same sizes of triangles by remeshing/resampling. I tried iso2mesh (meshresample and and remeshsurf) but this did not work out.
Thank you in advance.

Respuestas (1)

Shashwat Bajpai
Shashwat Bajpai el 3 de Oct. de 2019
Hi,
I am not sure about the usage of iso2mesh as it is not a MATLAB function. I suggest that you can try importing the .stl file in MATLAB, use the importGeometry and generateMesh functions in PDE Toolbox to mesh the structure and the mesh function in Antenna Toolbox for antenna related data in the. stl file.
The exact usage of these functions can be found in the following links:

Community Treasure Hunt

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

Start Hunting!

Translated by