<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3020" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear vtk users,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm using a vtkPolyData object backed by vtkPoints. 
I want to remove a point but I couldn't find an interface to delete a point from 
vtkPoints directly, and vtkPolyData's DeletePoint does not do it either (it 
operates only on the links). Is this functionality supported ? Should I build 
cells instead and operate on cells rather than on points directly? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks very much for your help,</FONT></DIV>
<DIV><FONT face=Arial size=2>-Ayman</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>