<div dir="ltr"><div><div><div><div><div><div>Hello everyone,<br><br></div>         I was trying to create a solid stl block from the geo file. Somehow the plane surface command was not working for spline surfaces. So I used a line loop to connect all the points and then I finally created a surface. <br><br>Line Loop(1001) = {1000:1199};<br><br>Plane Surface(1201)={1001};<br><br>Extrude {0, 0, 0.5} {<br>  Surface{1201};<br>}<br><br></div>Then I converted this into an stl file using<br><br>gmsh circle.geo -2 -o cylinder.stl<br><br></div>When I tried to view the stl file in paraview it was showing an error like the following<br><br>line 461<br>vtkSTLReader (0x3ccd6a0): STLReader: error while reading file /home/vignesh/Desktop/cylinder.stl at line 2: unable to read outer loop.<br><br></div>Please guide me to figure out the problem guys.<br><br></div>Thank you<br><br></div>Vignesh<br><div><div><div><div><div><br></div></div></div></div></div></div>