Generate 3D Surface Mesh Using Elemental Connectivity Data
显示 更早的评论
I have a FEM file, which represents the surface mesh of a 3D object. This surface mesh contains triangular and quad elements - the vertices of each of these elements are provided in the FEM file. So, for each triangular element, xyz co-ordinates are provided for 3 vertices and for the quad element, xyz co-ordinates are provided for 4 vertices.
Using this information how can I generate the mesh to view in MATLAB, which should be shaded opaque with a wireframe overlaid outlining all the elements of the mesh.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!