How do you read iges files in matlab?

30 vues (au cours des 30 derniers jours)
Mike AA
Mike AA le 10 Mar 2022
Modifié(e) : Mike AA le 10 Mar 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 commentaire
Mike AA
Mike AA le 10 Mar 2022
Modifié(e) : Mike AA le 10 Mar 2022
Whoops, forgot to install the toolbox.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Install Products dans Help Center et File Exchange

Produits


Version

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by