Lisa, Take a look at this: http://paraview.org/Wiki/ParaView/Users_Guide/Python_Calculator#Comparing_Multiple_Datasets
It shows how to compare scalar values between two datasets. You can use this as a starting point to compare point locations too ( use inputs[...].Points instead of inputs[..].PointData in the example). Utkarsh On Sat, Jun 23, 2012 at 6:22 AM, Lisa Dean <[email protected]> wrote: > > Hi List Users, > > > I'm a fairly new addition to the paraview user community. I've experimented > with a few tools in paraview and I'm impressed. I have two meshes or rather > one mesh and a transformed version of the same. Is there any tool/utility in > paraview that would help me find the transformation between the two? By > transformation I mean translation along the X, Y and Z axis, rotation along > the 3 axis and the scaling factor? Or at least is there any method to > calculateĀ the distances between pairs of corresponding points on the 2 > meshes? > > > Thanks a lot > > Lisa :) > > _______________________________________________ > 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 > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
