How can I combine multiple surf plots into 1 stl file?
조회 수: 2 (최근 30일)
이전 댓글 표시
Let's say I have a rectangle box composed of 3 surf plots, the yellow top, a bottom face(hidden) and the four sides in purple. Is there a way to combine the 3 plots together into 1 .stl file?
Thanks.
댓글 수: 1
Claud
2023년 4월 1일
Have you been able to solve this problem? I would also be interested in an answer.
답변 (1개)
Animesh
2023년 4월 3일
Hi,
- You can use ‘surf2stl’ to convert individual surf plots to .stl file. The ‘surf2stl’ function can be found here: - https://www.mathworks.com/matlabcentral/fileexchange/4512-surf2stl
- After converting, you can use 'Meshmixer' or any other similar software to combine the .stl files into a single .stl file.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!