Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-02 Thread Burlen Loring
In particular, I want a way to get the Camera Normal. You could get the camera normal inside a custom panel on the client side and communicate it to your filter on the server side via the usual sm mechanisms. I have written a custom panel for an improved plane source in which I wanted to set

Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-02 Thread Alex Rattner
Hi Sebastien, Thank you very much for the advice. I was able to incorporate the implicit_function plane property using this xml as a guide. -Alex On 08/01/2012 05:48 PM, Sebastien Jourdain wrote: Hi Alex, I don't fully understand what you mean but in ParaView the way clip or slice are

Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-02 Thread Alex Rattner
Hi Burlen, Thank you for sharing the code. I will check it out soon. -Alex On 08/02/2012 10:16 AM, Burlen Loring wrote: In particular, I want a way to get the Camera Normal. You could get the camera normal inside a custom panel on the client side and communicate it to your filter on the

[Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-01 Thread Alex Rattner
Hello, I am trying to develop a compiled paraview filter that takes an input plane/direction vector (like the clip or slice filters). Does anyone know of example code that shows how to incorporate the ImplicitPlane widget into the server manager xml. In particular, I want a way to get the

Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-01 Thread Sebastien Jourdain
Hi Alex, I don't fully understand what you mean but in ParaView the way clip or slice are doing is by using some subproxy that define the plane. I've just paste you both clip and slice proxy definition for convenience. SourceProxy class=vtkPVMetaClipDataSet name=Clip