<div dir="ltr"><div>Hello,</div><div><br></div><div>I am trying to use Gmsh to import a NASTRAN file and export a correspondent STL file.</div><div><br></div><div>The (simple prism) import looks great, but when I export to STL I get an empty file:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>solid Created by Gmsh<br>endsolid Created by Gmsh</div></blockquote><div> </div><div>Usage:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>gmsh test.nas -o test.stl -format stl -save_all<br></div></blockquote><div><br></div><div>If I export the file as MSH this is what I get:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>$MeshFormat<br>4.1 0 8<br>$EndMeshFormat<br>$Entities<br>0 0 0 1<br>10 -1 1 0 1 3 1 0 0 <br>$EndEntities<br>$Nodes<br>1 6 1 6<br>3 10 0 6<br>1<br>2<br>3<br>4<br>5<br>6<br>-1 1 0<br>1 1 0<br>0 1 1<br>-1 3 0<br>1 3 0<br>0 3 1<br>$EndNodes<br>$Elements<br>1 1 1 1<br>3 10 6 1<br>1 1 2 3 4 5 6 <br>$EndElements</div></blockquote><div><br></div><div>How can I export the prism into the STL file?</div><div><br></div><div>Thank you,</div><div>Luis</div></div>