<div>Use SetResolveCoincidentTopology from the mapper.</div><div><br></div><a href="http://www.vtk.org/doc/nightly/html/classvtkMapper.html#aa2ea475413fed0b45566e33cc9f659e8">http://www.vtk.org/doc/nightly/html/classvtkMapper.html#aa2ea475413fed0b45566e33cc9f659e8</a><div>
<br></div><div><a href="http://www.vtk.org/doc/nightly/html/classvtkMapper.html#aa2ea475413fed0b45566e33cc9f659e8"></a>If you just want to see the edges and not extract them into a separate actor, you can also turn display of the edges by turning on the EdgeVisibility <br>
<div><br></div><div><a href="http://www.vtk.org/doc/nightly/html/classvtkMapper.html#aa2ea475413fed0b45566e33cc9f659e8"></a><a href="http://www.vtk.org/doc/nightly/html/classvtkProperty.html#a7cbadce1d984207ccabe3e75e63f11e4">http://www.vtk.org/doc/nightly/html/classvtkProperty.html#a7cbadce1d984207ccabe3e75e63f11e4</a></div>
<div><br></div><div><a href="http://www.vtk.org/doc/nightly/html/classvtkProperty.html#a7cbadce1d984207ccabe3e75e63f11e4"></a>i.e. actor-&gt;GetProperty()-&gt;EdgeVisibilityOn()<br><div><br></div><div><a href="http://www.vtk.org/doc/nightly/html/classvtkMapper.html#aa2ea475413fed0b45566e33cc9f659e8"></a>- Wes<br>
<br><div class="gmail_quote">On Thu, Feb 25, 2010 at 12:44 PM, Ben Medina <span dir="ltr">&lt;<a href="mailto:ben.medina@gmail.com">ben.medina@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello all,<br>
<br>
I have a structured grid, and I want to plot a surface contour with<br>
overlaid grid lines. To get the surface, I have a pipeline like this:<br>
surface grid -&gt; vtkGeometryFilter -&gt; vtkPolyDataMapper -&gt; vtkActor<br>
<br>
To get the grid lines, I take the output of the geometry filter and<br>
extract edges:<br>
vtkGeometryFilter -&gt; vtkExtractEdges-&gt; vtkPolyDataMapper -&gt; vtkActor<br>
<br>
However, the rendering of the lines clips the surface, leading to poor<br>
output as in the attached image. How can I lift the lines off the<br>
surface to get correct rendering?<br>
<br>
Thanks,<br>
<font color="#888888">Ben<br>
</font><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 VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Wesley D. Turner, Ph.D.<br>Kitware, Inc.<br>Technical Leader<br>28 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4920<br>
</div></div></div>