Hi everybody,<br>I am trying to create a vtkPolyData object from a huge GOCAD TSurf ASCII file (nearly 10 million triangles). I create geometry with vtkPoints and topology with vtkCellArray and I update these instances while reading the file. Then I associate geometry and topology with an instance of vtkPolyData.<br>
During the process, i get the following error:<br><br>ERROR: In VTK/Common/vtkDataArrayTemplate.txx, line 105<br>vtkFloatArray (0x2f8de508): Unable to allocate 103683399 elements of size 4 bytes.<br><br>The total memory needed by the above class would be nearly 400 MBytes. I am using a Linux box with 2Gbytes Memory.<br>
Can somebody tell me whether this memory error is&nbsp; independent&nbsp; of&nbsp; VTK?&nbsp; Is&nbsp; VTK&nbsp; capable to work with models with such a big number of triangles (10 million)?<br><br>Thanks in advance fo any hint<br>&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; Luca Pallozzi Lavorante<br>