image thumbnail
from IGES Toolbox by Per Bergström
Extracts the parameter data in an IGES file to Matlab.

example.m
% example.m plots an IGES CAD-object

% Compile the c-files
makeIGESmex;

% Load parameter data from IGES-file.
[ParameterData,EntityType,numEntityType,unknownEntityType,numunknownEntityType]=iges2matlab('example.igs');

% Plot the IGES object
plotIGES(ParameterData,1);

Contact us at files@mathworks.com