Tetrahedron mesh from point cloud
Show older comments
I have a point cloud in 3D space that I would like to mesh with simple 4-node tetrahedrons. Ideally, this would be done via a function similar to delaunay(), however, I cannot find such a function in the documentation. The closest is generateMesh(), but this doesn't work for me because my point cloud doesn't correspond to a CAD geometry. What solutions, if any, exist to help overcome this obstacle? My thanks for any clarification that can be provided!
Accepted Answer
More Answers (1)
KSSV
on 31 Jan 2022
0 votes
3 Comments
Nathaniel Wood
on 31 Jan 2022
KSSV
on 31 Jan 2022
.stl file writes a mesh into the file. You need not to generate mesh again.
Nathaniel Wood
on 31 Jan 2022
Categories
Find more on Delaunay Triangulation 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!