Import a 2D STL File
Ältere Kommentare anzeigen
Hey everyone!
I would like to import a 3D STL file as 2D geometry.
I found something in the MATLAB documentation (https://de.mathworks.com/help/pde/ug/stl-file-import.html) that says "When you import a planar STL geometry, the toolbox converts it to a 2-D geometry by mapping it to the X-Y plane.", but if i create a plot, it is still in 3D.
Here is the code i tried:
model = createpde;
importGeometry(model,'Insole.stl');
pdegplot(model,'EdgeLabels','on')
The 3D Part is an insole which contains several splines, could that be a problem?
I would be happy if someone could help me!
Kind regards,
Matthias
Akzeptierte Antwort
Weitere Antworten (2)
Ravi Kumar
am 19 Dez. 2019
0 Stimmen
The keyword here is "planar". Is your geomtry planar?
Regards,
Ravi
Matthias Wölfleder
am 20 Dez. 2019
0 Stimmen
Kategorien
Mehr zu STL (STereoLithography) finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!