How can I remesh my non-uniform triangular mesh?

27 ビュー (過去 30 日間)
Heleen van den Nieuwenhof
Heleen van den Nieuwenhof 2019 年 9 月 26 日
回答済み: Shashwat Bajpai 2019 年 10 月 3 日
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.

回答 (1 件)

Shashwat Bajpai
Shashwat Bajpai 2019 年 10 月 3 日
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:

カテゴリ

Help Center および File ExchangeGeometry and Mesh についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by