<div dir="ltr"><span style="color:rgb(0,0,0);font-family:helvetica;font-size:12px">Dear all,</span><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:helvetica;font-size:12px">I have a contour in Paraview that I would like to export to Matlab. In the past I’ve been doing this by generating a STL file which could be read in Matlab without any problems.</span><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:helvetica;font-size:12px">However, now my STL files are quite large and reading in Matlab is really inefficient because of the STL standard way of writing. For my application it would be enough to right only the normals and the vertex of the triangles. </span><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:helvetica;font-size:12px">I am working with the paraview.simple module and so far I can get the normals using the Filter ComputeNormals followed by a servermanager.Fetch(….). The vertex, however are still missing….</span><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:helvetica;font-size:12px">Does anyone know how can I get this kind of information from Paraview using Python?</span><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:helvetica;font-size:12px">Best Regards,</span><br style="color:rgb(0,0,0);font-family:helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:helvetica;font-size:12px">Tiago</span><br></div>