How to analyse a STEP file in Matlab?

42 ビュー (過去 30 日間)
Lokesh
Lokesh 2011 年 6 月 5 日
回答済み: Steve Miller 2022 年 12 月 21 日
I want to import the STEP file of a cad model and anlalyse in matlab, make changes in it and again export the STEP file to a CAD software.
  1 件のコメント
Arnaud Miege
Arnaud Miege 2011 年 6 月 6 日
Not sure about step file, but there are various utilities for STL and IGES files on the File Exchange, see http://www.mathworks.co.uk/matlabcentral/fileexchange/?term=cad+file+import.

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

回答 (1 件)

Steve Miller
Steve Miller 2022 年 12 月 21 日
From this answer:
STEP is a complicated format, and I doubt you will find a general-purpose importer function that is versatile enough to import all possible keywords that can appear in a STEP file. Further, because Matlab is not a CAD program, several common CAD features, such as curved faces, extrudes, etc. are not natively defined in Matlab, and in fact do not necessarily have such meaning.
Some options:
  1. Use an open source or online CAD tool to make your adjustments.
  2. Figure out how to use the CAD API to make your adjustments, and then script your changes in MATLAB.
--Steve

カテゴリ

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