[Paraview] Plot over line CSV export python script not working

2011-09-29 Thread Luca Giannelli
Hello everybody, I've been using Paraview for quite a long time but I didn't need the python scripting up to now. I want to execute a series of plot over line in numerous points and different time steps so it is nothing I can afford to do manually. Looking on the net I was able to find out how to

Re: [Paraview] Plot over line CSV export python script not working

2011-09-29 Thread Luca Giannelli
iew/VTK/Filtering/vtkDataObject.cxx, line > 920 > > vtkMultiBlockDataSet (0x4da3af0): Attempted to ShallowCopy from null. > > > > The output I get from the python shell is: > === > > Traceback (most recent call last): > > File "

Re: [Paraview] Plot over line CSV export python script not working

2011-09-29 Thread Luca Giannelli
sr/lib/paraview/libvtkIO.so matches Unfortunately they are all bin files and not py... I'm starting to believe that I'm really missing something here. Any idea? Thx!!! Luca 2011/9/30 Luca Giannelli > Andy, > > thank you for your quick reply. > > I am using Para

Re: [Paraview] Plot over line CSV export python script not working

2011-10-02 Thread Luca Giannelli
#x27;d try at this point are either creating my own writer using > the python programmable filter or writing out a polydata file and parsing > that for the information that you need. The first one is probably the > better choice of the two. > > Andy > > > > On Fri,

[Paraview] How to execute the Plot Over Line with a Python script and export to CSV

2011-10-02 Thread Luca Giannelli
full python support due to the lack of some functions # here and there in the provided installation. # THUS, THIS SCRIPT WON'T RUN!! # The obvious work around is to uninstall the Ubuntu version and build from source the # last stable. This was tested using Ubuntu 11.04 and Paraview 3.8.0