Is it possible to export a geometry generated by multicuboid() as a .stl file?

5 ビュー (過去 30 日間)
Jorge Morales
Jorge Morales 2020 年 5 月 8 日
回答済み: Harsha Priya Daggubati 2020 年 5 月 13 日
I'm working on this code:
model= createpde('thermal');
geo= multicuboid(5,12, ones(1, 12),'ZOffset', [0:1:11]);
model.Geometry= geo;
pdegplot(model,'CellLabels','on','FaceAlpha',0.5);
It generates a geometry that i want to use un another software, but to do that i need to export that geometry as a .stl file, is that possible?, I'm not a CAD expert thats why I'm using this way to generate geometries.

回答 (1 件)

Harsha Priya Daggubati
Harsha Priya Daggubati 2020 年 5 月 13 日
Hi,
Currently 'stlwrite' in MATLAB is used to create STL from triagulation. Can you try using the following the extension from File Exchange to address your issue:
Hope this helps!

カテゴリ

Help Center および File ExchangeGeometry and Mesh についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by