post processing - VTK: How to display only a particular range of data -


i have vtk file contains density values each cell. default, paraview displays density range. however, view density data within particular range , corresponding cells only.

is possible view cells, fall in particular range?

i have found way:

  1. view-> selection inspector in selection inspector,
  2. current object: (select grid want visualize)
  3. selection type: threshold
  4. field type: cell
  5. scalars: (select cell scalar visualize, in case: density)
  6. add thresholds -> lower: (set value) upper: (set value)
  7. display style->cell label tab visible; label mode: (select cell scalar visualize, in case: density)

now done!


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -