Filter löschen
Filter löschen

How to read 3D mesh STL file

14 Ansichten (letzte 30 Tage)
Muhammad Adil
Muhammad Adil am 22 Okt. 2019
Kommentiert: Aldo Caraceto am 15 Mai 2020
Hello Everyone,
I created a 3D model in Solidworks and improt this model into Netgen mesh generator to creat a 3D volume mesh.
And now I am trying to import and read that 3D volum mesh into MATLAB. I want to extract the vertices and elements of the mesh.
Please help me to read the .stl file and then extract the vertices and elements.
Thanks
  2 Kommentare
karim botros
karim botros am 28 Feb. 2020
Bearbeitet: karim botros am 28 Feb. 2020
Can you explain more? what have you tried and what doesn't work?
you can try to import stl mesh to matlab by
fv = stlread ( 'femur.stl' );
source:
https://fr.mathworks.com/matlabcentral/fileexchange/22409-stl-file-reader
Aldo Caraceto
Aldo Caraceto am 15 Mai 2020
I believe you should use importGeometry from Partial Differential Equation Toolbox.
Some examples are available here: https://www.mathworks.com/help/releases/R2020a/pde/ug/stl-file-import.html
Best,
Aldo

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by