

> dp2 = GetDisplayProperties(clipFilter2) > dp2 = GetDisplayProperties(contourFilter) > reader = ExodusIIReader(FileName = "./Data/disk_out_ref.ex2") > dp2 = GetDisplayProperties(thresholdFilter) > reader = ExodusIIReader(FileName="./Data/disk_out_ref.ex2") We'll color by velocity so use that array.> dp2 = GetDisplayProperties(glyphFilter) Set the glyphs to use the velocity vectors and adjust scale factor.Set the glyphs to use the acceleration vectors and adjust scale factor.We won't see much if we don't move forward in the animation a little bit.

#PARAVIEW PYTHON FILTERS HOW TO#
This usecase shows a user how to use filters to modify the display of data.Īll filter examples assume that the user starts with a new model. 1.7 Cell to Point/ Point to Cell filters.
