How to export patch object to .ply or STL file?
6 次查看(过去 30 天)
显示 更早的评论
Hello, I have a patch object that resulted from the isosurface/isocaps functions,exactly like this tutorial: https://www.mathworks.com/help/matlab/visualize/techniques-for-visualizing-scalar-volume-data.html and I need to export the patch polygon into a .ply or .STL file? how I can do this? do I have to convert the patch polygon into points of cloud set? and how I could do so?
0 个评论
回答(1 个)
KSSV
2018-5-14
Check fileexchange there are function to write .stl files.
4 个评论
Akshay Kumar Pakala
2022-3-27
编辑:Akshay Kumar Pakala
2022-3-27
May i know how to make the stlwrite function work if my traingulated patch is a cell of n rows and 2 colums. Basically I have n polygons inside the triangulated patch and would like to convert al of them to stl in one file.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!