Re: [Paraview] pvserver --use-offscreen-rendering

2008-09-30 Thread Moreland, Kenneth
Have you taken a look at this ParaView Wiki page? http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server -Ken On 9/30/08 4:44 AM, Robert Mueller [EMAIL PROTECTED] wrote: Hi all, I want to visualize simple 3d voxel data: creating iso surfaces, slices etc... First interactive and later

Re: [Paraview] clip with sphere

2008-09-30 Thread Berk Geveci
If you have 3.3 or later, you can clip with a sphere and a box. -berk On Tue, Sep 30, 2008 at 12:10 PM, Mattijs Janssens [EMAIL PROTECTED] wrote: How do I clip with a sphere? (in the 2.4 series If I remember correctly it was one of the 'clip type's) Regards, Mattijs

Re: [Paraview] Interaction between customized ObjectPanel and Model Display

2008-09-30 Thread Moreland, Kenneth
I believe you can access the VTK object(s) indirectly with the vtkSMProxy object returned from pqLoadedFormObjectPanel::proxy(). In general, your object panels will not have direct access to the VTK objects they control (that is, you cannot get pointers to the VTK objects) because they are