[vtkusers] Ordering lines

Sylvain Jaume jaume at tele.ucl.ac.be
Fri Dec 14 14:38:38 EST 2001


Have you tried vtkCleanPolyData and play with SetTolerance?
It should collapse the points that are within the tolerance (relative to
the bounding box).

Hope this helps.
Sylvain

On Fri, 14 Dec 2001, Carl Hetherington wrote:

> On Thu, 13 Dec 2001, Amy Henderson wrote:
> 
> > Try using vtkStripper.  It creates polylines from lines in the input (as 
> > well as creating triangle strips from input polygons).
> 
> That's great, just what I'm after.  However, with some of the data I am
> using it seems to output a few more polylines than are necessary; it will
> miss the fact that some lines are joined up.
> 
> Perhaps this is because vtkStripper is looking for points that are
> precisely co-incident?  Are there any modifications I can make here?
> 
> I have increased the maximum line length of the vtkStripper so that it is
> not a problem.
> 
> Thanks
> Carl
> 
> _______________________________________________
> 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://public.kitware.com/mailman/listinfo/vtkusers
> 




More information about the vtkusers mailing list