[Paraview] PythonFullExample does not send any data

Andy Bauer andy.bauer at kitware.com
Tue Feb 6 08:18:58 EST 2018


In  cpscript.py you will need to change the following line:
coprocessor.EnableLiveVisualization(False, 1)

to:
coprocessor.EnableLiveVisualization(True, 1)

As for building VTK objects through the Python API, the VTK Examples at
https://lorensen.github.io/VTKExamples/site/Python/ should have several
will help you out.

Cheers,
Andy

On Tue, Feb 6, 2018 at 4:37 AM, Michalke, Simon <simon.michalke at fau.de>
wrote:

> Hello,
>
> I am trying to code a tool to send live data from a simulation to
> paraview. I build my paraview with the latest superbuild and with system
> python (3.4m). Then I tried to run the "PythonFullExample". After
> un-commenting line 25 in fedriver.py:
> coprocessor.addscript("cpscript.py")
> the script still does not send any data. There are no error messages as
> well. I made sure that paraview is listening to the correct port.
>
> In general, I cannot find any python example on how to attach values to a
> poly element or a point.
>
> Regards,
> Simon Michalke
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensou
> rce/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> https://paraview.org/mailman/listinfo/paraview
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://paraview.org/pipermail/paraview/attachments/20180206/5383d9ba/attachment.html>


More information about the ParaView mailing list