<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hello all!</DIV>
<DIV> </DIV>
<DIV>I'm parsing two 3D-RectilinearGrid-VTK files:</DIV>
<DIV> </DIV>
<DIV>vtkRectilinearGridReader *Reader1 = vtkRectilinearGridReader::New();</DIV>
<DIV>vtkRectilinearGridReader *Reader2 = vtkRectilinearGridReader::New();</DIV>
<DIV> </DIV>
<DIV>Reader1->SetFileName("D:/vtkstuff/Part1.vtk);</DIV>
<DIV>Reader2->SetFileName("D:/vtkstuff/Part2.vtk);</DIV>
<DIV> </DIV>
<DIV>Reader1->Update();</DIV>
<DIV>Reader2->Update();</DIV>
<DIV> </DIV>
<DIV>now I wanted to append them so that theyre together in one vtkRectilinearGrid?</DIV>
<DIV> </DIV>
<DIV>I tried it with vtkAppendPolyData but that class only accepts vtkPolyData :-(</DIV>
<DIV> </DIV>
<DIV>Is there a way to do this?</DIV>
<DIV> </DIV>
<DIV>Greets</DIV>
<DIV>Dmitri</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></td></tr></table><br>