Have you looked at ParaView's Python trace functionality? Information on that is at http://www.paraview.org/Wiki/Python_GUI_Tools. The idea is that you can create a Python script and then run pvpython or pvbatch to do what you want.
Regards, Andy On Thu, Jun 4, 2015 at 1:51 PM, Stephen Orsatti <[email protected]> wrote: > I am trying to convert multiple *.vtk files to *.stl files. Basically an > object sequence (ie: surface_0001.vtk, surface_0002.vtk, etc...) Is there a > way to automate this with Python. I've looked and looked and I can't find > a way to do this. Please help. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
