[vtkusers] stripper hanging in 4.2
Mathieu Malaterre
mathieu.malaterre at kitware.com
Tue Mar 2 10:14:16 EST 2004
Sébastien,
Try maybe a vtkTriangleFilter first.
HTH
Mathieu
Sébastien MARAUX wrote:
> Hello,
>
> I am using VTK 4.2.5 for stripping.
> When I provide a vtkPolyData to it, it hangs.
>
> vtkPolyData contains 1338 lines and 1337 points.
>
> Is there a method to call before setting input and calling the stripper
> update method ?
>
> I tried :
>
> mp_External->Update();
> vtkStripper *stripper = vtkStripper::New();
> stripper->SetInput(mp_External);
> stripper->SetDebug(5);
> stripper->Update(); // hangs here : unhandled exception /
> VC++6.0 SP5
>
> // not reached code
> mp_External->SetPoints(stripper->GetOutput()->GetPoints());
> mp_External->DeepCopy(stripper->GetOutput());
>
> Thanks for any help
>
> Seb
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list