<div>On Thu, Feb 25, 2010 at 4:09 PM, Lars Friedrich Lars <span dir="ltr">&lt;<a href="mailto:lars-friedrich@gmx.net">lars-friedrich@gmx.net</a>&gt;</span> wrote:</div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
-------- Original-Nachricht --------<br>
Datum: Thu, 25 Feb 2010 22:08:56 +0100<br>
Von: &quot;Lars Friedrich Lars&quot; &lt;<a href="mailto:lars-friedrich@gmx.net">lars-friedrich@gmx.net</a>&gt;<br>
An: felixmeissner &lt;<a href="mailto:felix.meissner@student.fh-kiel.de">felix.meissner@student.fh-kiel.de</a>&gt;<br>
Betreff: Re: [vtkusers]  vtkPolyDataSilhouette troubles<br>
<br>
hi,<br>
<br>
have a look at this thread:<br>
<a href="http://old.nabble.com/3D-surface-to-2D-silhouette-td26642059.html" target="_blank">http://old.nabble.com/3D-surface-to-2D-silhouette-td26642059.html</a><br>
I added a code snippet and data that show what the class does.<br>
<br>
However, when I look at the images you added (CT-slices, right?), I guess you would like to visualize the contours of a structure (set) at the current slice. To accomplish that you can simply use vtkCutter. This class does the desired cutting (non-projective in contrast to vtkPolyDataSilhouette).<br>

<br>
regards,<br>
lars<br><br></blockquote><div> </div><div>I agree with Lars, it looks like you should use vtkCutter. Here is an example:</div><div><a href="http://www.vtk.org/Wiki/VTK/Examples/vtkCutter">http://www.vtk.org/Wiki/VTK/Examples/vtkCutter</a></div>
</div><div><br clear="all">Thanks,<br><br>David<br></div></div>