Mesh: Changing tetrahedral into cubical mesh
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi Guys,
I would like to transform a tetrahedral into cubical mesh. (or in 2D triangular into rectangular)
Here is an example from the matalb documentation:
https://de.mathworks.com/help/pde/ug/pde.pdemodel.generatemesh.html#bupcnwa-2
gm = fegeometry(@lshapeg);
gm = generateMesh(gm);
pdemesh(gm)
Any ideas?
Thank you in advance
0 Kommentare
Antworten (1)
Shreshth
am 1 Jul. 2024
Hello Thomas,
Here is an answer thread that will be helpful for you : https://www.mathworks.com/matlabcentral/answers/444107-draw-structural-space-frame#comment_695043
You can find the way of presenting a 3D body with cubicle mesh from the above.
Thanks.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Geometry and Mesh finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!