2d stl import from solidworks
이전 댓글 표시
Hello i have a geometry for structural analysis in PDE. The problem is that i want to import 2d stl file but my model that is from solidworks cant export in 2d stl
댓글 수: 1
Seems like a question for SolidWorks. Once you have your stl file, you can import it into your pde model using importGeometry.
% example from the documentation
model = createpde;
importGeometry(model,'PlateHolePlanar.stl');
pdegplot(model)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Geometry and Mesh에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
