IGES Toolbox

バージョン 1.8 (403 KB) 作成者: Per Bergström
Toolbox for working with IGES CAD-models in Matlab
ダウンロード: 22.9K
更新 2020/10/27

ライセンスの表示

The Matlab function "iges2matlab" extracts parameter data in an IGES file into Matlab. Other functions in the toolbox do plots, transformations, projections etc. All users must first compile the C-source code. This is done in Matlab by running

>>makeIGESmex

and the mex-functions are compiled.

引用

Per Bergström (2026). IGES Toolbox (https://jp.mathworks.com/matlabcentral/fileexchange/13253-iges-toolbox), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2019b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersModel Import についてさらに検索
謝辞

ヒントを得たファイル: Nurbs2IGES

ヒントを与えたファイル: iges2matlab

バージョン 公開済み リリース ノート
1.8

Problems with nrbSrfRegularEvalIGES.c are now solved.

1.7

Some functions have been improved.

1.6.0.0

The toolbox are now compatible with more IGES-entities

1.5.0.0

More entities are added, a GUI is developed, more examples are attached.

1.3.0.0

2 old m-files are replaced by:
nrbevalIGES.c
closestNrbLinePointIGES.c

1.2.0.0

One more example is added, plotIGES draws surfaces faster using patch().

1.1.0.0

Mesh2d is used for meshing the surfaces.

1.0.0.0

The triangulation of surfaces for higher shape accuracy is improved.