[Paraview] How to Display the Actual Scalar Values
Amy Squillacote
amy.squillacote at kitware.com
Thu Jan 11 16:25:51 EST 2007
Hi Mike,
There is not a way in ParaView 2.* to do what you're looking for.
However, you can easily accomplish this in ParaView III using the
selection feature there.
To use this feature do the following:
* Load your data.
* Switch to selection mode (arrow with dots around it in the toolbar).
* Click and drag on your data to draw out a rectangle containing the
points / cells you're interested in.
* From the View menu, select Element Inspector.
* Select either Point Data or Cell Data in the Element Inspector to see
the point-centered or cell-centered data values.
- Amy
Mike Jackson wrote:
> I have an unstructured grid data set that has a couple of scalar
> values at each point. The "names" of these scalars are "Domain ID" and
> "Node ID".
> I see in the "Display" tab that there is a "Label Point Ids" option
> but this isn't exactly what I want but close. Instead of displaying
> the internal point id that vtk uses I want to display the value of the
> scalar at each point. I can "Color by: " the node Id but I really need
> to have the actual value shown on the screen. I tried a "Glyph" filter
> but that didn't get me anywhere. Looking through the Paraview book
> isn't getting me anywhere either. Is there such a filter or way to
> display the actual values of scalars on the screen?
> At the moment we are using a Pick filter to get the value of each
> one individually.
>
> Thanks for any help.
> --Mike Jackson Senior Research Engineer
> Innovative Management & Technology Services
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
More information about the ParaView
mailing list