<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 12.5px; border-collapse: collapse; "><div><span class="Apple-style-span" style="border-collapse: separate; font-family: arial; font-size: small; ">On Wed, Feb 16, 2011 at 7:15 AM, Rene_Wohlgethan <span dir="ltr">&lt;<a href="mailto:rwohlgethan@icqmail.com">rwohlgethan@icqmail.com</a>&gt;</span> wrote:</span></div>
</span><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Good Afternoon,<br>
<br>
<br>
 its me again :)<br>
<br>
<br>
Is there a possibility to get the &quot;whole&quot; Data of a TransformPolyDataFilter<br>
into a new PolyData?<br>
<br>
<br>
I tried<br>
<br>
vtkPolyData *Poly1 = vtkPolyData::New();<br>
<br>
        Poly1-&gt;DeepCopy(MarchingCubeTransformFilter-&gt;GetOutput());<br>
<br>
<br>
       vtkPolyDataMapper *PolyMapper = vtkPolyDataMapper::New();<br>
       PolyMapper-&gt;SetInput(Poly1);<br>
<br>
       vtkActor *PolyActor = vtkActor::New();<br>
       PolyActor-&gt;SetMapper(PolyMapper);<br>
<br>
 ren-&gt;AddActor(PolyActor);<br>
<br>
<br>
But when i run this, there is nothing visible in the Renderwindow, so i<br>
think  there is something wrong with :<br>
<br>
Poly1-&gt;DeepCopy(MarchingCubeTransformFilter-&gt;GetOutput());<br>
<br>
<br>
I looked quite a while and also searched for this Case, but i coulnd´t find<br>
something about this case.<br>
<br>
<br>
Perhaps someone of you knows how to solve this ?<br>
<br>
<br>
Thanks a lot!<br>
<br>
<br>
René<br></blockquote><div> </div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; border-collapse: collapse; font-size: 10.4167px; "><div>
<span class="Apple-style-span" style="font-family: arial, sans-serif; border-collapse: collapse; font-size: 10.4167px; ">Was the input to MarchingCubeTransformFilter visible?</span></div><div class="gmail_quote"><span class="Apple-style-span" style="font-family: arial, sans-serif; border-collapse: collapse; font-size: 10.4167px; "><br>
</span></div><div class="gmail_quote"><span class="Apple-style-span" style="font-family: arial, sans-serif; border-collapse: collapse; font-size: 10.4167px; ">What is the output of:</span></div><div class="gmail_quote"><span class="Apple-style-span" style="font-family: arial, sans-serif; border-collapse: collapse; font-size: 10.4167px; "><br>
</span></div>Poly1-&gt;GetNumberOfPoints()</span></div><div class="gmail_quote"><span class="Apple-style-span" style="font-family: arial, sans-serif; border-collapse: collapse; font-size: 10.4167px; "><br></span></div><div class="gmail_quote">
<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13.3333px; border-collapse: collapse; ">and</span></div><div class="gmail_quote"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13.3333px; border-collapse: collapse; "><br>
</span></div><div class="gmail_quote"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13.3333px; border-collapse: collapse; "><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-size: 10.8333px; ">Poly1-&gt;GetNumberOfCells()</span></span></div>
<div class="gmail_quote"><br></div><div class="gmail_quote">?</div><div class="gmail_quote"><br><div>David </div></div>