How to import and plot .STEP file.

8 views (last 30 days)
Javier
Javier on 18 Dec 2012
Commented: Michael Loibl on 18 Jan 2023
Hi ¡
I have a problem with a little proyect of a robot.
I get a CAD model of muy robot in a .STEP file, I have to make a graphical interface that represent the movement of the robot. For this I have to asign some parts of the CAD model to some variable of my program (like articulations of the robot).
I don't find the way to import this kind of files and work with it.
Where can I have some information o something to do this....??
Can someone give me some reference for try to do it ?
Thanks ¡¡
  3 Comments
Javier
Javier on 3 Jan 2013
I found a way... change the format of the model 3D in a .dxf file and use a script "model3d" (this link http://www.mathworks.com/matlabcentral/fileexchange/7940-model3d ), but I have a new problem... when I try to import the file, it load correctly, but when I try to plot it hte picture is empty, only with the XYZ axis but any model....
I don't know if I'm doing it correctly and I don't find any example of use....
I try with 4 diferents files but nothing....
In this site, I read that need to "compile Mex-files"... How can I do this ?
Where can I find any example of use of this script or something....
Thanks a lot ¡¡¡¡
Michael Loibl
Michael Loibl on 18 Jan 2023
I just wrote a step import function for trimmed NURBS surfaces created in CAD. Maybe, this hits somebody's needs.

Sign in to comment.

Answers (0)

Categories

Find more on Model Import in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!