How generate a patch object with tetramesh?

2 Ansichten (letzte 30 Tage)
azarang asadi
azarang asadi am 3 Mär. 2021
Beantwortet: Walter Roberson am 3 Mär. 2021
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 Kommentare
azarang asadi
azarang asadi am 3 Mär. 2021
which release is yours?
Walter Roberson
Walter Roberson am 3 Mär. 2021
R2020b.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 3 Mär. 2021
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.

Weitere Antworten (0)

Kategorien

Mehr zu Delaunay Triangulation finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by