<div dir="ltr">Hi All,<div><br></div><div>  I  am trying to delete one point on one end from a cell (VTK_POLY_LINE) from vtkPolyData.</div><div><br></div><div> I tried to use ReplaceLinkedCell but it does not actually change the vtkPolyData. Why is that?</div><div><br></div><div>  What I did  was</div><div>  (1) BuildLinks()</div><div>  (2) RemoveCellReference(cellId)</div><div>  (3) ReplaceLinkedCell (cellId, npts, pts)    npts and pts are reconstructed from the old cell list minus the one point I was deleting.</div><div>  (4) Then I push the vtkPolyData to vtkCleanPolyData and deep copy the output</div><div><br></div><div>  Am I missing anything?</div><div><br></div><div>Thanks,</div><div>Mengda</div></div>