<div class="gmail_quote">I have been going through a problem that I can&#39;t get the points that was inserted in a cell.<div>I could use: </div><div>&quot;<span style="font-family:&#39;Lucida Grande&#39;, 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 &amp;npts, vtkIdType *&amp;pts)</font><b>&quot; </b>but in Python we can&#39;t access this method. I could access just the less efficient method &quot;</span><span style="font-family:&#39;Lucida Grande&#39;, 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)&quot; and I went trought all vtk methods in vtkPolyData to see if I could use other method instead of GetCellPoints but, unfortunately I couldn&#39;t do anything.</span></div>


<div><font face="&#39;Lucida Grande&#39;, Verdana, Geneva, Arial, sans-serif"><span style="font-size:12px">How can I use the &quot;</span></font><span style="font-family:&#39;Lucida Grande&#39;, 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 &amp;npts, vtkIdType *&amp;pts)&quot; More efficient in python or how can i get the points form a cell?</span></div>


<div><span style="font-family:&#39;Lucida Grande&#39;, Verdana, Geneva, Arial, sans-serif;font-size:12px"><br></span></div><div><span style="font-family:&#39;Lucida Grande&#39;, 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>