Re: [Paraview] Invoke remote procedure from proxy with argument and return value

2016-12-14 Thread Utkarsh Ayachit
Mario, You can definitely add a new utility VTK class that wraps this logic and then wrap it and call that from Python. Don't go about trying to wrap vtkClientServerStream, however. That may be a dead end. Utkarsh On Wed, Dec 14, 2016 at 2:31 PM, Mario Schreiber

Re: [Paraview] Invoke remote procedure from proxy with argument and return value

2016-12-14 Thread Mario Schreiber
Thank you for your kind reply, Utkarsh. The C++ example clarifies many of the details that I couldn't find explained anywhere. I will try to wrap the missing parts in python, because we can't afford to migrate the rest of our application to C++. Just asking, before I waste my time with a bunch of

Re: [Paraview] time series error with EnSight format

2016-12-14 Thread Samuel Key
Ben, The "time series" is handled within the Ensight *.case file. Please see the attached Ensight *.case file example. Hope this helps Sam On 12/13/2016 2:34 PM, Ben Orr wrote: When I open a time series of EnSight files, the

Re: [Paraview] GetClientSideObject() now returns vtkPassInputTypeAlgorithm

2016-12-14 Thread Cory Quammen
Rustem, The client-side object is still a vtkPVCompositeRepresentation: r = GetRepresentation() print(r.GetClientSideObject().GetClassName()) produces vtkPVCompositeRepresentation. HTH, Cory On Wed, Dec 14, 2016 at 11:46 AM, Rustem Khabetdinov wrote: > Hello, >

[Paraview] GetClientSideObject() now returns vtkPassInputTypeAlgorithm

2016-12-14 Thread Rustem Khabetdinov
Hello, Some time ago I wrote a script that took active representation and its client side object and the return value was vtkPVCompositeRepresentation but now it is vtkPassInputTypeAlgorithm . Is it possible to get representation again instead of algorithm? Thanks

Re: [Paraview] Multiprocessing doesn't work on windows for pvpython

2016-12-14 Thread Ben Boeckel
On Fri, Dec 09, 2016 at 01:23:29 -0500, Luo Han wrote: > I have a script to post processing data. It needs pvpython to call it. The > script import multiprocessing module. But when I import the package, it > shows: Yeah, it isn't a full Python; I had tried stripping it down, but that turns out to

Re: [Paraview] Surface Streamlines

2016-12-14 Thread Mathieu Westphal
Hi Sorry for the delayed answers. You are right indeed, I suggest you to submit an issue on the gitlab bugtracker. https://gitlab.kitware.com/paraview/paraview/issues Regards, Mathieu Westphal On Wed, Jun 8, 2016 at 5:54 PM, Hora David wrote: > Hello everybody >

Re: [Paraview] Merry Christmas ...

2016-12-14 Thread Utkarsh Ayachit
> this year we made our Christmas Cards with ParaView. ;-) That's awesome :)! Thanks for sharing! Wish you and your team a merry Christmas and wonderful start to the new year. Utkarsh ___ Powered by www.kitware.com Visit other Kitware open-source