Re: [Paraview] Coloring isocontour by the coordinates outputted from a Transform filter and some other questions

2017-07-10 Thread Cory Quammen
Shuhao, If you don't want to use the Programmable Filter, which is actually pretty powerful and gives you access to just about all filters in VTK (at least those that are compiled for ParaView), then your second-best bet for what you want to do is to create a custom VTK filter and include that as

Re: [Paraview] Coloring isocontour by the coordinates outputted from a Transform filter and some other questions

2017-07-09 Thread Shuhao Wu
Hello Cory, Thanks for the advice. I will give this a shot. Are there also documentations to create custom filters? Not just ProgrammableFilters, but full on filters in something like a .py file (or any other language) that can be easily reused? This will allow me to perform the

Re: [Paraview] Coloring isocontour by the coordinates outputted from a Transform filter and some other questions

2017-07-09 Thread Cory Quammen
Shuhao, Unfortunately, the tooltips for the clip function parameters do not appear to be working (I filed bug https://gitlab.kitware.com/paraview/paraview/issues/17593 describing the problem). It turns out the properties for the Box clip type are defined in a way that is a bit trickier than I

Re: [Paraview] Coloring isocontour by the coordinates outputted from a Transform filter and some other questions

2017-07-07 Thread Shuhao Wu
Is there documentation on how the Box clip type work? I'm not quite sure how to do the math to convert the threshold values to the position/scale values. Thanks, Shuhao On 2017-07-03 10:03 AM, Cory Quammen wrote: On Tue, Jun 20, 2017 at 9:33 PM, Shuhao Wu wrote: Hello

Re: [Paraview] Coloring isocontour by the coordinates outputted from a Transform filter and some other questions

2017-07-03 Thread Cory Quammen
On Tue, Jun 20, 2017 at 9:33 PM, Shuhao Wu wrote: > Hello Cory, > > I've been playing around a little bit more and followed your suggestion > with using the calculator to "expose" the transformed coordinates. However, > my understanding is that this Calculator will duplicate

Re: [Paraview] Coloring isocontour by the coordinates outputted from a Transform filter and some other questions

2017-06-20 Thread Shuhao Wu
Hello Cory, I've been playing around a little bit more and followed your suggestion with using the calculator to "expose" the transformed coordinates. However, my understanding is that this Calculator will duplicate the memory usage for that coordinate and be an additional step in the

Re: [Paraview] Coloring isocontour by the coordinates outputted from a Transform filter and some other questions

2017-06-07 Thread Cory Quammen
Shuhao, Welcome to ParaView! On Sun, Jun 4, 2017 at 6:33 PM, Shuhao Wu wrote: > Hello all, > > Is there a way to color an isocontour via the coordinates outputted from a > Transform filter? I'm using the Transform filter to "normalize" my > coordinate systems and I want to