If you want to change only one point you can use:<div><br></div><div>vtkUnstructuredGrid::GetPoints()::SetPoint( vtkIdType id, const float x[3]) OR (vtkIdType id, const double x[3) OR (vtkIdType id, double x, double y, double z)<br>

<br></div><div>Seth</div>