Importing STL file with 4 objects turning into 1
Mostrar comentarios más antiguos
Hi! I have a simple object comprised of four blocks as shown in the CAD below. I'm modeling it as 4 separate objects with different material properties. My problem is that when I import it in matlab using the code below, it turns it into a single object, as shown
Is there a way for the stl file to accurately be imported?
Is there a quick way to edit this object in matlab to mirror the CAD file?
structuralmodel = createpde('structural','modal-solid');
importGeometry(structuralmodel, 'plateproblem2.stl');
figure
pdegplot(structuralmodel,'EdgeLabels','on');
view(100,100)


3 comentarios
darova
el 22 de Mzo. de 2021
I think you should import each body separately
Ammiel Barros
el 23 de Mzo. de 2021
Bastiaan
el 10 de Sept. de 2024
Ammiel Barros, how is it now? multiple bodies cant be assembled into the Matlab PDE Modeler?
Best regards
Bastiaan Pierik
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Geometry and Mesh en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
