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

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

% Compile the c-files (if necessary)
% makeIGESmex;

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


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

Contact us at files@mathworks.com