<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>hey.. I would appreciate if anybody can explain me 
what I am doing wrong !!</FONT></DIV>
<DIV><FONT face=Arial size=2>I have a vtkPolyData object called pdata with 
random set of points.. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Delaunay2D del</FONT></DIV>
<DIV><FONT face=Arial size=2>del SetInput&nbsp;pdata</FONT></DIV>
<DIV><FONT face=Arial size=2>del SetTolerance 0.001</FONT></DIV>
<DIV><FONT face=Arial size=2>del BoundingTriangulationOff ..</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>now when I do this.. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>puts "Polydata output from Delaunay2D : [ [del 
GetOutput] Print]"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Then I kind of get an empty polyData object with 
all the number of points,cells,verts,polys,strips set to 0..</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I was expecting to be able to watch Delaunay Mesh 
inside the vtkPolyData object , returned from Delaunay2D...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is there anything wrong in my assumption 
?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I thank you a lot in advance and hope to get some 
clarification about this behaviour of Delaunay2D ...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Yours sincerely,</FONT></DIV>
<DIV><FONT face=Arial size=2>Amit </FONT></DIV></FONT></DIV></BODY></HTML>