[Paraview] Import a four-dimensional array and "slice" one dimension to plot in 3D

Cory Quammen cory.quammen at kitware.com
Thu Feb 16 09:09:25 EST 2017


Hi Fred,

Nothing built-in comes to mind to handle 4D data this way, but you
could potentially write a Programmable Source to read the file and do
the slicing. This would be similar to writing an external program to
extract a 3D hyperplane, but you could at least refine the hyperplane
definition within the Programmable Source and update the results
"live" in ParaView.

HTH,
Cory

On Wed, Feb 15, 2017 at 5:10 PM, Frederic Perez
<fredericperez1 at gmail.com> wrote:
> Hi all,
>
> Is there a way to import (any format) a 4D array in paraview, then to
> slice one of the dimensions (i.e. use only one 3D hyperplane), and
> plot the remaining 3D array with paraview's volume rendering?
>
> I know I could manipulate the data to make it 3D before using it in
> Paraview, but I was looking for a way to do this directly.
>
> Cheers
> Fred
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.


More information about the ParaView mailing list