ParaView has Python scripting abilities. It can also trace the actions you do (such as file->open and table to point filter) and build Python scripts that replicate those actions.
There are several documents that describe scripting in ParaView. One is the ParaView tutorial (http://www.paraview.org/Wiki/The_ParaView_Tutorial). -Ken From: Avijit Ashe <[email protected]<mailto:[email protected]>> Date: Tuesday, March 25, 2014 2:30 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [EXTERNAL] [Paraview] automation of the visualization of a csv file I need to write a custom script in Ubuntu that can read a csv file into paraview and visualize it. The way, I do it now, is to read the file using file->open and then applying a table2point filter. I am using version 3.14.1 which gets installed vis sudo update on Ubuntu 12.04 I've surveyed the internet a lot so please help me with your suggestions. Thanks.
_______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
