[vtkusers] PolyData output from Delaunay2D ?

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Fri May 30 23:40:34 EDT 2003


>>>>> "AJ" == Amit Joshi <amit3 at cs.umbc.edu> writes:

    AJ> Delaunay2D del del SetInput pdata del SetTolerance 0.001 del
    AJ> BoundingTriangulationOff ..

    AJ> now when I do this..

    AJ> puts "Polydata output from Delaunay2D : [ [del GetOutput]
    AJ> Print]"

You need to update the pipeline to get the output.  Add a 

del Update

before you start printing the stuff.

cheers,
prabhu



More information about the vtkusers mailing list