<div dir="ltr"><div><div><div><div>InĀ  cpscript.py you will need to change the following line:<br>coprocessor.EnableLiveVisualization(False, 1)<br><br></div>to:<br>coprocessor.EnableLiveVisualization(True, 1)<br><br></div>As for building VTK objects through the Python API, the VTK Examples at <a href="https://lorensen.github.io/VTKExamples/site/Python/">https://lorensen.github.io/VTKExamples/site/Python/</a> should have several will help you out.<br><br></div>Cheers,<br></div>Andy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 6, 2018 at 4:37 AM, Michalke, Simon <span dir="ltr"><<a href="mailto:simon.michalke@fau.de" target="_blank">simon.michalke@fau.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
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:<br>
coprocessor.addscript("cpscrip<wbr>t.py")<br>
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.<br>
<br>
In general, I cannot find any python example on how to attach values to a poly element or a point.<br>
<br>
Regards,<br>
Simon Michalke<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://paraview.org/mailman/listinfo/paraview" rel="noreferrer" target="_blank">https://paraview.org/mailman/l<wbr>istinfo/paraview</a><br>
</blockquote></div><br></div>