<div dir="ltr"><div><div><div>Damian,<br><br></div>What you want to do is basically to process the data. To do so, the best way is to create a filter that will process them into the pipeline. If you work in Python, use the Programmable Filter. Take a look at the related wiki page: <a href="http://www.paraview.org/Wiki/Python_Programmable_Filter">http://www.paraview.org/Wiki/Python_Programmable_Filter</a><br><br></div>Best,<br></div>Joachim<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><b>Joachim Pouderoux</b><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="1"><i>PhD, Technical Expert</i></font><br><b><font size="1"><a href="http://www.kitware.fr" target="_blank">Kitware SAS</a></font></b><br></blockquote>
</div></div></div>
<br><div class="gmail_quote">2015-10-20 9:38 GMT+02:00 DamB <span dir="ltr"><<a href="mailto:berghof.d@freenet.de" target="_blank">berghof.d@freenet.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I would like to check all cell types on a created pipeline slice with a loop and do some further calculation based on the cell type.<br>
My first test wit 'servermanager.Fetch()' failed, I have tried to get access by using 'source.GetDataInformation() ...', but it does not work.<br>
<br>
I was only able to get some info about the cell type as follows:<br>
'print "vtkQuadraticQuad: "+str(vtkQuadraticQuad().GetNumberOfPoints())+" CellType: "+str(vtkQuadraticQuad().GetCellType())'<br>
<br>
------------------------------------------------------------<br>
system-konfig:<br>
Paraview 4.0.1 64 Bit with Python 2.7.6<br>
OS Ubuntu 14.04 LTS 64 Bit<br>
------------------------------------------------------------<br>
<br>
Regards,<br>
Damian<br>
_______________________________________________<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/opensource/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/ParaView</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=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>