Hi all,
<div><br></div><div>I have constructed a surface from vtk PowerCrustSurfaceReconstruction class as below:</div><div><br></div><div>vtkSmartPointer<vtkPowerCrustSurfaceReconstruction> surf= vtkSmartPointer<vtkPowerCrustSurfaceReconstruction>::New();</div>
<div> surf->SetInput(polydata);</div><div>mapper->SetInputConnection(surf->GetOutputPort());</div><div><br></div><div>But when I tried to add a color lookup table the colors doesn't showup.</div><div>When I use : "mapper->SetInputConnection(surf->GetOutputPort());" the colors are shown well.</div>
<div>surf->GetOutput()->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>