<div dir="ltr">ParaView uses the vtkExtractGeometry filter under the covers for the crinkle option.<div><br></div><div>Best,</div><div>-berk</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 22, 2016 at 12:42 AM, Evan Kao <span dir="ltr"><<a href="mailto:tossin@gmail.com" target="_blank">tossin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hey all,<div><br></div><div>Is there a VTK equivalent of Paraview's Crinkle Clip option?</div><div><br></div><div>Some background: I'm want to interactively edit the point data array of some vtkDataSet.  I'm trying to do the following pipeline:</div><div><ul><li>vtkIdsFilter is applied to a geometry generate an Ids array</li><li>User uses (box, plane, sphere) widget to roughly specify an implicit function encompassing part of the geometry</li><li>The implicit function is used to clip the data set (inside out) and the remaining point Ids are obtained</li><li>The array data for those specific point Ids are set to a specific value</li></ul></div><div>However, for some reason the various clippers will remove the generated point Ids array in both VTK and Paraview.  It makes some sense since new points are generated by the clip, but I think it would be more convenient if the array wasn't thrown out entirely.</div><div><br></div><div>in Paraview, this issue can be avoided if the Crinkle Clip option is turned on.  But I couldn't find an equivalent option in any of VTK's various clippers.</div><div><br></div><div>I can get around this by basically casting the Idsarray from vtkIdType to Int before clipping, but that seems pretty inelegant.  A crinkle clip would be more appropriate.</div><div><br></div><div>I'm also open to other ideas for grabbing the point Ids without using a clipper.</div><div><br></div><div>Thanks,</div><div>Evan Kao</div></div>
<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>
<br></blockquote></div><br></div>