フィルターのクリア

How to read 3D mesh STL file

14 ビュー (過去 30 日間)
Muhammad Adil
Muhammad Adil 2019 年 10 月 22 日
コメント済み: Aldo Caraceto 2020 年 5 月 15 日
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 件のコメント
karim botros
karim botros 2020 年 2 月 28 日
編集済み: karim botros 2020 年 2 月 28 日
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 2020 年 5 月 15 日
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

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSTL (STereoLithography) についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by