Hi all,
<div><br></div><div>I have constructed a surface from  vtk PowerCrustSurfaceReconstruction class as below:</div><div><br></div><div>vtkSmartPointer&lt;vtkPowerCrustSurfaceReconstruction&gt; surf=  vtkSmartPointer&lt;vtkPowerCrustSurfaceReconstruction&gt;::New();</div>
<div> surf-&gt;SetInput(polydata);</div><div>mapper-&gt;SetInputConnection(surf-&gt;GetOutputPort());</div><div><br></div><div>But when I tried to add a color lookup table the colors doesn&#39;t showup.</div><div>When I use : &quot;mapper-&gt;SetInputConnection(surf-&gt;GetOutputPort());&quot; the colors are shown well.</div>
<div>surf-&gt;GetOutput()-&gt;GetNumberOfPoints() returns 0 as well.</div><div>Could anyone tell me how do I add point data to vtkPowerCrustSurfaceReconstruction surface so that I can add a lookup table</div><div>Thanks.</div>