Re: [Paraview] Animation. Second view of a field variable. How to format the file.

2008-09-16 Thread Christer Gustafsson
Hi Dave, Thank you for your second response on the 12th of September in which you pointed out that it is very easy to get the file formats wrong. You also sent a full vts example which I copied to a vts file and let ParaView display in a 3D window. OK. Therefore I followed your example and

[Paraview] Excluding properties from state files

2008-09-16 Thread Paul Edwards
Hi, Sorry to post this again - I still haven't found a solution. Is there a way to stop the state file (pvsm) from storing the property? I.e. is there an attribute I can add in the XML file? I would like ParaView to call the function to get the property instead. Thanks in advance, Paul

Re: [Paraview] Excluding properties from state files

2008-09-16 Thread Utkarsh Ayachit
Set 'is_internal=1' and that property won't be saved in the state file. It also means that it's default value won't be pushed on to the underlying VTK object when the proxy is created. If you change the value, however, then it will be pushed as usual. Utkarsh Paul Edwards wrote: Hi, Sorry

Re: [Paraview] Excluding properties from state files

2008-09-16 Thread Paul Edwards
Thanks Utkarsh - that's the property I needed. 2008/9/16 Utkarsh Ayachit [EMAIL PROTECTED]: Set 'is_internal=1' and that property won't be saved in the state file. It also means that it's default value won't be pushed on to the underlying VTK object when the proxy is created. If you change

Re: [Paraview] Getting values from a saved state with a script

2008-09-16 Thread Walter Landry
Walter Landry [EMAIL PROTECTED] wrote: Hello, I have set up paraview so that it does some calculations and displays the result in a spreadsheet. I can save the state and then load it in a script with LoadState(). I know how to save images of the 3D views with GetRenderView().WriteImage.

[Paraview] filter

2008-09-16 Thread Natalie Happenhofer
Hi! I´m still encountering problems with my filter, it does compile and link neatly with paraview, but at runtime an error occurs which causes paraview to shut down. I´m pretty sure that the problem is how I define the output, that this is not done correctly. Lastly, I commented just the

Re: [Paraview] filter

2008-09-16 Thread Mike Jackson
what line of code is the access violation occurring at? _ | Mike Jackson - Principal Software Engineer | | BlueQuartz Software | | [EMAIL PROTECTED] | | www.bluequartz.net

Re: [Paraview] filter

2008-09-16 Thread Moreland, Kenneth
It might help if you ran your code in a debugger and found out exactly where the error occurred. I think the for loops are wrong. The conditions should be , not =. You might be mixing up dimension lengths and extent values. -Ken On 9/16/08 11:08 AM, Natalie Happenhofer [EMAIL PROTECTED]