<DIV>Hi, Anja,</DIV>
<DIV>&nbsp;&nbsp;I have accessed all the points in a polygon. maybe you can try&nbsp;this codes :</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; for( int i = 0; i &lt; vtkPolyData::GetNumberOfPoints(); i++&nbsp;)</DIV>
<DIV>&nbsp; {</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; float * pointer = vtkPolyData::GetPoint( i );</DIV>
<DIV>&nbsp; }</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; hope that can help you.</DIV>
<DIV>&nbsp; Mark</DIV>