How do you read iges files in matlab?

32 visualizaciones (últimos 30 días)
Mike AA
Mike AA el 10 de Mzo. de 2022
Editada: Mike AA el 10 de Mzo. de 2022
close all;clear all; clc
% example.m plots an IGES CAD-object
% Compile the c-files
makeIGESmex;
% Load parameter data from IGES-file.
[ParameterData,EntityType,numEntityType,unknownEntityType,numunknownEntityType]=iges2matlab('IGESfiles/60.igs');
% Plot the IGES object
plotIGES(ParameterData,1);
I get the following error:
Undefined function or variable 'makeIGESmex'.
Error in iges2matlabexample (line 5)
makeIGESmex;
I saved the igesToolbox.mltbx file to the current directory, so that can't be the issue.
VR2014a
  1 comentario
Mike AA
Mike AA el 10 de Mzo. de 2022
Editada: Mike AA el 10 de Mzo. de 2022
Whoops, forgot to install the toolbox.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Install Products en Help Center y File Exchange.

Productos


Versión

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by