What do I need to do to update a pipeline after I have added a new point to vtkPoints? I have a callback which should add a new point and update the renderer. I have tried Modified() on the PolyData and Render() on the RenderWindow. What am I missing? Thanks, Jack