<div dir="ltr">Thanks, I noticed when I viewed the mesh instead of the surface, that the resolution had not actually changed, but as Cory suggested, the rendered surface just appeared more faceted. <div><br></div><div>Recalculating the surface normals using <span style="font-size:12.8px">vtkPolyDataNormals</span> greatly improved the appearance of the surface. Thanks again for your input.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 24, 2016 at 6:57 AM, David Thompson <span dir="ltr"><<a href="mailto:david.thompson@kitware.com" target="_blank">david.thompson@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Is the resolution really reduced, or does it just look more faceted because surface normals have been lost or modified? Try connecting a vtkPolyDataNormals filter after the vtkCleanPolyDataFilter if that is the case.<br>
<br>
</span>I was thinking it might be because the vtkCleanPolyData filter averages point-scalar values used for coloring when it merges coincident vertices. That makes the mesh appear to lose resolution because it has... there are not as many unique points after coincident vertices are merged. Shy of perturbing coincident points and inserting lots of tiny little triangles to fill the gaps, I don't see a way to get around it and be left with a connected mesh.<br>
<span class="HOEnZb"><font color="#888888"><br>
        David<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> On Sat, Oct 22, 2016 at 12:11 PM, SM Rolfe <<a href="mailto:smrolfe@uw.edu">smrolfe@uw.edu</a>> wrote:<br>
> Hi David,<br>
> Thanks! The vtkCleanPolyData filter solves the connectivity issue. It also looks like it's reducing the resolution of the output mesh significantly. If it's only deleting the repeated points, I don't think this should be occurring?<br>
> Thanks,<br>
> Sara<br>
><br>
> On Sat, Oct 22, 2016 at 5:36 AM, David Doria <<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>> wrote:<br>
> On Fri, Oct 21, 2016 at 10:42 PM, SM Rolfe <<a href="mailto:smrolfe@uw.edu">smrolfe@uw.edu</a>> wrote:<br>
> Thanks David, I think you're right. When I try using the vtkDataSetSurfaceFilter or vtkExtractEdges I can get a connected surface, but it changes the original mesh points. Do you have any advice on the best way to correct the connectivity without altering these points? I am guessing I could go through each mesh point, look for repeats and add connectivity, but I'm wondering if there's a more efficient way?<br>
><br>
> Thanks for your help,<br>
> Sara<br>
><br>
> I think vtkCleanPolyData does that: <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/CleanPolyData" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK/<wbr>Examples/Cxx/PolyData/<wbr>CleanPolyData</a><br>
><br>
> David<br>
><br>
><br>
> ______________________________<wbr>_________________<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/<wbr>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_<wbr>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=<wbr>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/<wbr>mailman/listinfo/vtkusers</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Cory Quammen<br>
> Staff R&D Engineer<br>
> Kitware, Inc.<br>
> ______________________________<wbr>_________________<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/<wbr>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_<wbr>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=<wbr>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/<wbr>mailman/listinfo/vtkusers</a><br>
<br>
</div></div></blockquote></div><br></div>