[Paraview] automation of the visualization of a csv file

Moreland, Kenneth kmorel at sandia.gov
Tue Mar 25 18:37:54 EDT 2014


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 <ashe15avijit at gmail.com<mailto:ashe15avijit at gmail.com>>
Date: Tuesday, March 25, 2014 2:30 AM
To: "paraview at paraview.org<mailto:paraview at paraview.org>" <paraview at paraview.org<mailto:paraview at paraview.org>>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140325/8ab3e486/attachment.html>


More information about the ParaView mailing list