How can I remesh my non-uniform triangular mesh?
34 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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:
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!