Generate 3D Surface Mesh Using Elemental Connectivity Data
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!