Re: [Paraview] pvbatch view size

2012-06-25 Thread Burlen Loring
cc'ing list On 06/23/2012 01:38 PM, Burlen Loring wrote: hi Utkarsh, i'm setting as follows: view = GetRenderView() view.ViewSize = [width, height] On Jun 23, 2012 6:35 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com mailto:utkarsh.ayac...@kitware.com wrote: Burlen, How are you

Re: [Paraview] pvbatch view size

2012-06-25 Thread Burlen Loring
Thanks Utkarsh, I'm using 3.14.1 now but this also happens with 3.10.0. Setting the window position didn't help. Burlen On 06/24/2012 06:13 AM, Utkarsh Ayachit wrote: Burlen, This is with 3.14 or greater right? Another thing to try is setting teh window position (maybe it's being shown up

[Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Alex
Hi everybody,    Well, I found that using vtk Filter (Threshold, Clip, etc.) is simple within ParaViewWeb, we have a list of filters so that we can use the filters @ http://paraview.org/Wiki/ParaView/Users_Guide/List_of_filters    We can use threshold =

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Sebastien Jourdain
I'm not sure I understand what you mean by Where is the python file which describes the way of using vtk Filters in ParaViewWeb? The one that is imported by default is the pwsimple.py which is an extension of the simple.py of regular ParaView. But having said that, you can't easily mix VTK

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Alex
Hi seb, thank you for your quick reply. I found that I can use vtk Filter like Threshold, Clip, etc. in ParaViewWeb by enter the arguments like I cited in my email. Likethreshold = paraview.Threshold({Input:proxy,ThresholdRange:[300,600]}). So I think there are perhaps some files like

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Sebastien Jourdain
If you managed to load your plugin (the C++ ParaView one) at startup, then you will be able to use your filter as any other filter in ParaViewWeb without using any ParaViewWeb plugin. Otherwise, the python file that you are missing is in fact an XML file that list the properties for each filters

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Alex
Thank you Seb,    You mean the ParaView plugin at startup? Indeed, I copied the dynamique library .so in /install/lib/paraview-3.14/plugins and the plugin is loaded automatically into ParaView. It is then usable immediately in Python Shell.    However, I doubt that I can use the plugin directly

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Alex
In fact,    I call directly MyImageThreshold with threshold=paraview.MyImageThreshold({Input:reader, ...}) and I receive Uncaught TypeError : Object #ParaView has no method 'MyImageThreshold'    when I use threshold = paravie.Threshold() (origin threshold of ParaView) then it works. That

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Sebastien Jourdain
I don't believe the plugin is properly loaded for PWServer... Did you write the proper initialization script ? On Mon, Jun 25, 2012 at 6:36 PM, Alex tuanha_it0...@yahoo.com wrote: In fact,    I call directly MyImageThreshold with threshold=paraview.MyImageThreshold({Input:reader, ...}) and I

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Alex
I think that is the problem too (plugin is properly loaded for PWServer). But which initialization script are you talking about? XML or .py? From: Sebastien Jourdain sebastien.jourd...@kitware.com To: Alex tuanha_it0...@yahoo.com Cc:

Re: [Paraview] pvbatch view size

2012-06-25 Thread Utkarsh Ayachit
Is it at all possible to view the batch render windows on the processes? I am not sure, but maybe looking at the actual size/pos of the windows can provide some clues. Theoretically, I don't see why there should be any difference between pvbatch and pvserver (which I assume is what you mean by