[vtkusers] How to get normals??

Bill Lorensen bill.lorensen at gmail.com
Fri Nov 13 11:08:47 EST 2009


Which point? A particular id or all of the normals?

Bill

On Fri, Nov 13, 2009 at 9:56 AM, renlishen <renlishen at gmail.com> wrote:
>
> Thank you, Bill~
>
> After I use
> vtkPolyDataNormals *normals = vtkPolyDataNormals::New() ;
> normals->SetInput( MyPolyData->GetOutput() ) ;
> normals->ComputePointNormalsOn() ;
> normals->Updata() ;
> and how can I get the points' normal?
> I always get the only one normal...
>
> Does anyone help me to solve this question?
> --
> View this message in context: http://old.nabble.com/How-to-get-normals---tp26297021p26337837.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list