[vtkusers] Missing Normals in vtkPolyData after filtering through ProbeFilter
Seun Odutola
seun at rogue-research.com
Fri Apr 8 12:59:50 EDT 2016
Hi Everyone,
I have a vtkPolyData created from a Mesh, the polydata has been assigned points, strips as well as normals. Then it’s passed through a vtkProbeFilter as the input data & the probe filter source connection is set as a vtkImageBlend output. The issue I have is when I try to access the resulting polydata’s Normals via polydata->GetPointData()->GetNormals() it always returns NULL. Somewhere down the line I believe the normals are being removed or ignored. Can someone point me in the right direction?
Regards,
Seun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160408/18313763/attachment.html>
More information about the vtkusers
mailing list