How can I combine multiple surf plots into 1 stl file?

조회 수: 5 (최근 30일)
Yuan
Yuan 2023년 3월 15일
답변: DGM 2025년 7월 19일
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
Claud 2023년 4월 1일
Have you been able to solve this problem? I would also be interested in an answer.

댓글을 달려면 로그인하십시오.

답변 (2개)

Animesh
Animesh 2023년 4월 3일
Hi,

DGM
DGM 2025년 7월 19일
You don't need surf2stl(). You already have surf2patch(), so just use it to get F,V data from your gridded data. Once you have F,V data, combine them and write it to an STL file. It's not necessary to use external software to combine anything.
See also:
Basic approach combining things the long way, with no duplicate pruning:
Simplified using convenience tools:

카테고리

Help CenterFile Exchange에서 STL (STereoLithography)에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by