[Paraview] PV 4.1.0 plot over line question

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Jun 12 11:26:50 EDT 2014


NaN's are added for those points along the line that don't fall within
any cell in the dataset. There should also be "vtkValidPointMask"
array which will corroborate that. It's 1 at valid locations and 0 at
others.

On Thu, Jun 12, 2014 at 11:05 AM, Stephen Wornom
<stephen.wornom at inria.fr> wrote:
> My mesh is unstructured. I want the values along line in the x-direction.
> The line crosses two cylinders.
> PV proposes 100 values.
> When I edit the .csv file that is created when I "save data", I find  5
> lines with nan. They are near where the cylinders break the line.
> Any ideas as to not get the nans as they are in a critical region.
> Hope my question is clear,
> Stephen
> _______________________________________________
> 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