[Paraview] tables in multi-block datasets

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Jan 4 08:34:58 EST 2011


How about attaching them to FieldData of the blocks?

Utkarsh

On Tue, Jan 4, 2011 at 8:23 AM, Paul Edwards <paul.m.edwards at gmail.com> wrote:
> Hi,
> I would like to attach some tables of data to my multi-block dataset
> (already containing volumes and surfaces) but many of the filters now cause
> paraview to crash - i.e. cut, clip, extract threshold, etc.  The crash
> happens because the filters do not check the SafeDownCast to a vtkDataSet.
> Here is a Python script that reproduces this:
> 8<----------------------------------------------------
> from paraview.simple import *
> c = Cylinder()
> h = Histogram()
> g = GroupDatasets( Input=[ c, h ] )
> s = Slice( SliceType="Plane" )
> Show(s)
> ---------------------------------------------------->8
> Can anyone suggest a better way to attach the data?
> Thanks,
> Paul
>
>
> _______________________________________________
> 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