필터 지우기
필터 지우기

How generate a patch object with tetramesh?

조회 수: 1 (최근 30일)
azarang asadi
azarang asadi 2021년 3월 3일
답변: Walter Roberson 2021년 3월 3일
I have a triangulation object and I'm trying to create a patch from it using tetramesh, but once I use tetramesh it gives me double instead of patch. How can I get a patch from triangulation that is meshed with tetrahydrons?
  댓글 수: 3
azarang asadi
azarang asadi 2021년 3월 3일
which release is yours?
Walter Roberson
Walter Roberson 2021년 3월 3일
R2020b.

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

채택된 답변

Walter Roberson
Walter Roberson 2021년 3월 3일
In R2020a and earlier:
Record the vector returned by tetramesh(), and call handle() on it. The result you get back will be a patch array.
In R2020b, the value returned is a patch array directly.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by