[vtkusers] Information of vtkActor, points and coordinates

David Doria daviddoria at gmail.com
Wed Feb 23 07:02:30 EST 2011


On Wed, Feb 23, 2011 at 6:58 AM, ederhazael <ederhazael at hotmail.com> wrote:
>
> Hi, I am using VTK and STL files and I can get the points and coordinates of
> the vertices without problem, for example
>
> "STL file as mesh"->GetOutput()->GetCellPoints(vtkIdType, *VtkIdList);
>
> So, somebody know, how can I get the same information of vtkActor?, How can
> I get the points and coordinates of vtkActor?
>
> Thanks

actor->GetInput() will give you the original data that the actor was
created from.

David



More information about the vtkusers mailing list