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