How to export patch object to .ply or STL file?
조회 수: 11 (최근 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!