Matlab to CAD Program

34 ビュー (過去 30 日間)
hendra prima
hendra prima 2012 年 8 月 1 日
コメント済み: Alaa Aldeen 2022 年 4 月 28 日
Hi all,
What is the best way to import matlab 3D surface to CAD program ?
Thank you
  1 件のコメント
Alaa Aldeen
Alaa Aldeen 2022 年 4 月 28 日
SOLIDWORK software

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

採用された回答

Kevin Moerman
Kevin Moerman 2012 年 8 月 30 日
A simple way of doing it would be to first create a triangulated representation of your surface (e.g. based on Delaunay tessellation or if derived from a quadrilateral mesh see my file submission mesh2tri). If you have a list of faces (triangles) and vertices then you can export this to STL format (which is basically a file containing your triangle list) which can be imported into CAD software. I think there are various files submitted to the file exchange concerning exporting of STL files.
Kevin
  1 件のコメント
Christine Tobler
Christine Tobler 2018 年 12 月 13 日
Since R2018b, there are also functions stlread and stlwrite in MATLAB.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeModel Import についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by