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