The longer way of doing this is to save it as a vtm file, then opening file(s) referring to individual blocks one by one and saving them as vtk. Why do you want to save the file as legacy vtk?
-berk On Wed, Dec 2, 2009 at 10:42 AM, Utkarsh Ayachit <[email protected]> wrote: > Not directly. Even if you extracted a single block, it's still a > vtkMultiBlockDataSet and vtkMultiBlockDataSet cannot be written out as > legacy VTK. What is the data type of the block? You can always use > vtkMergeBlocks to create a vtkUnstructuredGrid and then save out as > legacy vtk files. > > Utkarsh > > On Wed, Dec 2, 2009 at 10:38 AM, Fred Fred <[email protected]> wrote: >> I have a multiblock dataset in which I have selected a single block and now >> I would like to save it as a legacy VTK file, is it possible? >> >> >> ________________________________ >> Vous cherchez l'intégrale des clips de Michael Jackson ? Bing ! Trouvez ! >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> >> > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
