How to make projection plot in 3D datasets?

Hi Mat,

I think I got this working on doing a very simple projection on yz plane (x-normal). I plan on to generalize to projections along the other orthogonal planes (can be done easily I guess). But to have it on other arbitrary planes require finding intersection of line of sight from each pixel in projection to data which right now I have no idea how to implement on Paraview Programmable Filter.
I have also got a query on will this method (you can have a look from the state I’m sharing) will be efficient on large datasets run on parallel client-server interface?
proj-filter-working.pvsm (490.9 KB)