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

Berk Geveci berk.geveci at kitware.com
Wed Dec 2 15:26:50 EST 2009


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
<utkarsh.ayachit at kitware.com> 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 <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
>>
>>
> _______________________________________________
> 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