How can I remesh my non-uniform triangular mesh?

29 vues (au cours des 30 derniers jours)
Heleen van den Nieuwenhof
Heleen van den Nieuwenhof le 26 Sep 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.

Réponses (1)

Shashwat Bajpai
Shashwat Bajpai le 3 Oct 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