<div>Hi all,</div>
<div> </div>
<div>i use </div>
<div> </div>
<div>vtkPoints *points = vtkPoints::New();</div>
<div>points->InsertPoint(60983688, x, y, z);</div>
<div>points->InsertPoint(60984688, x, y, z);</div>
<div>points->InsertPoint(60985688, x, y, z);</div>
<div>points->InsertPoint(60986688, x, y, z);</div>
<div>and so on (10 points)</div>
<div> </div>
<div>and i get the error: "ERROR: In c:\vtk\common\vtkDataArrayTemplate.txx, line 358<br>vtkFloatArray (03A17E38): Unable to allocate 366022158 elements of size 4 bytes."</div>
<div> </div>
<div>I think it has to do with the fact i set as id a big number (NOT out of range, though).</div>
<div>When i set small numbers as ids, i get no errors.</div>
<div> </div>
<div>Can anyone help?</div>
<div> </div>
<div>Thanks,</div>
<div>Bill</div>