Hi,<br><br>Use vtkPoints::GetNumberOfPoints() to check this.<br><br>so, <br><br>if (myPointCollection-&gt;GetNumberOfPoints() == 0)<br>&nbsp;&nbsp;&nbsp; myPointCollection-&gt;InsertPoint(.....)<br><br>Cheers,<br>Anja<br>