You can give a look at that thread:<div><br><div><a href="http://markmail.org/thread/hduszwtsgbrl72m2">http://markmail.org/thread/hduszwtsgbrl72m2</a></div><div><br></div><div>Seb</div><div><br><div class="gmail_quote">On Fri, Jan 21, 2011 at 8:54 AM, Bruno Lara Bottazzini <span dir="ltr"><<a href="mailto:bruno.bottazzini@cti.gov.br">bruno.bottazzini@cti.gov.br</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote">I have been going through a problem that I can't get the points that was inserted in a cell.<div>
I could use: </div><div>"<span style="font-family:'Lucida Grande', Verdana, Geneva, Arial, sans-serif;font-size:12px"><font color="#000000"><a href="http://www.vtk.org/doc/nightly/html/classvtkPolyData.html#ab0ad6b405ddf8fa590389e18f207a790" style="font-weight:bold;text-decoration:none" target="_blank">GetCellPoints</a> (vtkIdType cellId, vtkIdType &npts, vtkIdType *&pts)</font><b>" </b>but in Python we can't access this method. I could access just the less efficient method "</span><span style="font-family:'Lucida Grande', Verdana, Geneva, Arial, sans-serif;font-size:12px"><a href="http://www.vtk.org/doc/nightly/html/classvtkPolyData.html#aad7a49a6329b3e7492ad3b343ce32470" style="color:rgb(61, 87, 140);font-weight:bold;text-decoration:none" target="_blank">GetCellPoints</a> (vtkIdType cellId, vtkIdList *ptIds)" and I went trought all vtk methods in vtkPolyData to see if I could use other method instead of GetCellPoints but, unfortunately I couldn't do anything.</span></div>
<div><font face="'Lucida Grande', Verdana, Geneva, Arial, sans-serif"><span style="font-size:12px">How can I use the "</span></font><span style="font-family:'Lucida Grande', Verdana, Geneva, Arial, sans-serif;font-size:12px"><a href="http://www.vtk.org/doc/nightly/html/classvtkPolyData.html#ab0ad6b405ddf8fa590389e18f207a790" style="color:rgb(61, 87, 140);font-weight:bold;text-decoration:none" target="_blank">GetCellPoints</a> (vtkIdType cellId, vtkIdType &npts, vtkIdType *&pts)" More efficient in python or how can i get the points form a cell?</span></div>
<div><span style="font-family:'Lucida Grande', Verdana, Geneva, Arial, sans-serif;font-size:12px"><br></span></div><div><span style="font-family:'Lucida Grande', Verdana, Geneva, Arial, sans-serif;font-size:12px">Thanks<br clear="all">
<br>-- <br><img src="http://lh6.ggpht.com/_8tbgcIDVCy0/TJgluKf1K3I/AAAAAAAAABo/VF66046Ldc0/Assinatura_Bruno%20Lara_3d.PNG"><br><br>
</span></div></div><br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div></div>