[Paraview] Apply displaying options to multiple selected files from the pipeline browser

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Feb 16 10:27:50 EST 2015


Try combining all of them into a sample multiblock dataset by
selecting all the reader and then applying the "Group Datasets"
filter. Now you can show/hide/color/filter the result of this filter
alone to get the desired effect.

Utkarsh

On Mon, Feb 16, 2015 at 10:23 AM, Fabian Gabel <gabel.fabian at gmail.com> wrote:
> Dear ParaView team,
>
> I use ParaView 4.1.0 to visualize .vtk files (Legacy Format). The files
> are written by a FORTRAN program and exhibit the following structure
>
> # vtk DataFile Version 3.0
> grid
> ASCII
> DATASET STRUCTURED_GRID
> DIMENSIONS    ...    ...    ...
> Points     .... float
> ...
> CELL_DATA      ...
> VECTORS UVW float
> ...
> SCALARS P float
> LOOKUP_TABLE DEFAULT
> ...
>
> My complete grid is block structured, but a .vtk file is generated for
> each block. When I load all .vtk files into Paraview I want to visualize
> them at the same time, i.e. if I choose to look at one variable, I want
> this to happen for all .vkt files / blocks simultaneously. Selecting all
> files disables the desired options from the display properties bar.
>
> I think python scripting could do the trick, but since I have never used
> this feature before, I could use some hints.
>
> Regards,
> Fabian
>
>
>
>
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview


More information about the ParaView mailing list