Utkarsh, Thanks very much, that routine is several orders of magnitude faster than my kludge.
FYI, I read chapters 13 and 14 of the User's Guide and reviewed several blog posts and didn't really see anything about vtkAppendFilter or VTKNonMergingPointLocator. I would suggest that when you have a minute this would be an excellent example to add to the wiki as it shows some things that are not really shown anywhere else. I'm very happy to report that based on the results of this filter we are able to create a Quality metric for our cord meshes that is proving very valuable. Thanks again for your help Dennis -----Original Message----- From: Utkarsh Ayachit [mailto:[email protected]] Sent: Tuesday, January 26, 2016 12:42 PM To: Dennis Conklin <[email protected]> Cc: Paraview ([email protected]) <[email protected]> Subject: [EXT] Re: [Paraview] How to find the distance to nearest node for each node in MultiBlockDataset Dennis, The ParaView Guide chapter 14 and this blog post (http://kitware.com/blog/home/post/723) talks about how arrays on composite datasets are treated. Anycase, attached is a script that's better at finding the closest point and then computing the distance. It uses a PointLocator to find the closest point. _______________________________________________ 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
