フィルターのクリア

importing CAD geometry over .STEP or .IGS Files

31 ビュー (過去 30 日間)
Frederic von Altrock
Frederic von Altrock 2024 年 4 月 19 日
回答済み: Cris LaPierre 2024 年 4 月 19 日
Hello dear Matlab Answer Members,
im looking for a way to import .STEP or/and .IGS Files into Matlab and be able to plot them at the end. I have already tried my luck with 'IGES Toolbox' but I am only getting error messages from that one. Do you guys know any better way to archive my goal or is the Toolbox I have already been using the one I want to get to work?
Thank you for your help in advance :)
Frederic

回答 (1 件)

Cris LaPierre
Cris LaPierre 2024 年 4 月 19 日
I use importGeometry, which is in the Partial Differential Equation Toolbox.
gm = importGeometry("BlockWithHole.step");
pdegplot(gm,"FaceAlpha",0.3)

カテゴリ

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