[Paraview] How to save a multiblock dataset as a legacy VTK file format?

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Dec 2 10:42:26 EST 2009


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 <stan1313 at hotmail.fr> 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
>
>


More information about the ParaView mailing list