<p dir="ltr">You are correct in assuming that the filter requires overlap. It sounds like you want a method that computes Boolean  operations on volume meshes. I'm not aware of a filter that does that.</p>
<p dir="ltr">Cory</p>
<div class="gmail_quote">On Nov 18, 2015 4:33 AM, "mbcx9rb9" <<a href="mailto:richard.j.brown@live.co.uk">richard.j.brown@live.co.uk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I want to create a volume, which is a margin around a previously existing<br>
volume.<br>
<br>
I had initially thought to use vtkBooleanPolyDataFilter, except for two<br>
sphere sources with matching centres but differing radii,<br>
SetOperationToDifference returns nothing, but I was hoping that it would<br>
return a spherical shell.<br>
<br>
Looking at the example,<br>
Examples/Cxx/PolyData/BooleanOperationPolyDataFilter, I get the impression<br>
that there needs to be intersection between the two polydata, so I guess<br>
this method won't work for concentric objects.<br>
<br>
Can anyone suggest a way to create a polydata shell? At the moment, I will<br>
settle for methods that only work for vtkSphereSource, but in the future,<br>
I'll need to be able to extend this to more generic shapes.<br>
<br>
Thanks in advance for the help.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/vtkBooleanPolyDataFilter-tp5735056.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/vtkBooleanPolyDataFilter-tp5735056.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>