<div dir="ltr"><div>Hi Tim,<br><br></div>You can try the Connectivity filter to create RegionId point and cell data arrays to each blob set of cells. From there threshold can be used to pick out individual blobs. You may need to use the merge blocks filter first though if you're starting from a multiblock data set. I'm not sure if this will work in parallel since the Connectivity filter could get algorithmically complex. If you try it in parallel, I'd be interested in knowing if it works or not.<br>
<br>Regards,<br>Andy<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 1, 2014 at 4:56 PM, Tim Gallagher <span dir="ltr"><<a href="mailto:tim.gallagher@gatech.edu" target="_blank">tim.gallagher@gatech.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I am working on a programmable filter and I want to extract and analyze data generated by an isosurface. I'm having a hard time coming up with generic data to represent what I mean, but I'll try to describe it.<br>

<br>
I run my data and generate an isosurface for a single value. The resulting isosurface generates disconnected/independent blobs in space. I've attached an image of what it looks like. I would like to take each of those independent surfaces and manipulate them (compute volume of each, or maximum cross sectional area, or find a central axis, or delete them based on the computed volume, etc) but I can't figure out how to extract the data I need through VTK. I have the vtkPolyData array as well as the normals array, but I cannot figure out how to use that information to isolate and extract the independent surfaces.<br>

<br>
Does anybody have any suggestions or examples I can look at on how to manipulate the data?<br>
<br>
Thanks,<br>
<br>
Tim<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>