Re: [Paraview] Some Filter with a programmable Filter combined

2015-12-15 Thread Utkarsh Ayachit
I believe you're looking for: data =inputs[0] and not "input(0, 1)". I'd also recommend reading the Chapter 13 from the ParaView Guide (http://www.paraview.org/paraview-guide/). It covers this in detail. Utkarsh On Tue, Dec 15, 2015 at 9:39 AM, no name wrote: > Hello, I want to import the ou

[Paraview] Some Filter with a programmable Filter combined

2015-12-15 Thread no name
Hello, I want to import the output of an already applied Filter in my paraview programmable filter. I load an INP file, use GradientOfUnstructuredDataSet1 on it with output name "grad". Now I want to apply a Programmable Filter on that GradientOfUnstructuredDataSet1 and get it's values. I can ac