<div dir="ltr">Hi Yves,<div><br></div><div>Do you want to actually cut the tetrahedra that the polydata geometry intersects? I don't know of anything that will do that exactly in VTK, but you could approximate it by using the vtkImplicitPolyDataDistance class with the vtkCutter to approximately cut the tetrahedra by the polydata.</div><div><br></div><div>If you DON'T want to cut the tetrahedra, you could write a plugin that computes the distance field from each point in the tetrahedral mesh using vtkImplicitPolyDataDistance, then thresholds the mesh to keep only tetrahedra where at least some of the points have a negative signed distance from the polydata.</div><div><br></div><div>I hope that helps,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 14, 2015 at 4:18 AM, Yves Rogez <span dir="ltr"><<a href="mailto:yves.rogez@obs.ujf-grenoble.fr" target="_blank">yves.rogez@obs.ujf-grenoble.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I would like to know if there is a mean with paraview (or VTK, I could write a plugin) to easily clip a tetrahedron based geometry and data (built with a delaunay3D filter) with a polydata geometry (typically a triangle mesh) ?<br>
The implicit sphere-based clipping could be an approximation but an explicit 3D function would be better for my application...<br>
<br>
Thanks,<br>
<br>
Yves<br>
<br>
______________________________<u></u>_________________<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/<u></u>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/<u></u>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=<u></u>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/<u></u>mailman/listinfo/paraview</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>