[vtkusers] How to get poits of the output polydata of a vtkcutter( has pieces instead of points)?

Bill Lorensen bill.lorensen at gmail.com
Thu Feb 16 16:17:31 EST 2012


This is a common error. VTK's pipeline is demand driven. When you set
up the connections, you are just establishing a pipeline. Unless the
pipeline is requested to update (via a render, or an Update
typically), none of the outputs will be up-to-date.

On Thu, Feb 16, 2012 at 1:06 PM, soheilghafurian
<soheilghafurian at yahoo.com> wrote:
> Thanks a lot Jothy. That was missing!! I used getvalue and I thought it
> didn't need updating!!
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/How-to-get-poits-of-the-output-polydata-of-a-vtkcutter-has-pieces-instead-of-points-tp5488457p5490298.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



-- 
Unpaid intern in BillsBasement at noware dot com



More information about the vtkusers mailing list