IGES Toolbox

版本 1.8 (403.2 KB) 作者: Per Bergström
Toolbox for working with IGES CAD-models in Matlab
22.2K 次下载
更新时间 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 (2024). IGES Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/13253-iges-toolbox), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Model Import 的更多信息
致谢

参考作品: Nurbs2IGES

启发作品: iges2matlab

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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.