[Paraview] Colormap cut planes and contour filter in an unstructured grid

Favre Jean jfavre at cscs.ch
Wed May 23 02:19:29 EDT 2018


Franco

You can probably generate a grid of cells using the Delaunay3D filter. (See another thread on the topic in the last 24 hours). You will get a grid of tetrahedra. Your field data (scalars or vectors) will remain attached to the vertices. You can use the 'Point Data to Cell Data' filter if you want to average data at the cells' centers.

once you have a 3D grid, you can slice and isosurface it and ParaView will give you the option to color the data using either the magnitude of your vector field (the default), or any of its independent component.

-----------------
Jean/CSCS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/paraview/attachments/20180523/2663ac41/attachment.html>


More information about the ParaView mailing list