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

makeIGESmex()
function makeIGESmex()
% Makefile
% run
% >> makeIGESmex
% in MATLAB to compile the source code in the IGES-toolbox


try
    mex -v nrbevalIGES.c
end

try
    mex -v nrbSrfRegularEvalIGES.c
end

try
    mex -v closestNrbLinePointIGES.c
end

try
    mex -v nrbCrvPlaneIntrsctIGES.c
end

try
    mex -v createDVGtree.c
end

try
    mex -v icpDVG.c
end

Contact us