<!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.6000.16481" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I want to draw a simple 2D curve line and 
I&nbsp;thought that&nbsp;vtkLineSource would help me make the things easier. The 
fact is that I'm lost,&nbsp;because I don't know how to modify the points 
coordinates in the vtkPolyData output of vtkLineSource since it returns a 
straight line. Does the function SetResolution() of vtkLineSource define de 
segments of vtkPolyLine cell? Do I have to change those point coordinates of 
vtkPolyLine object? How?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks!</FONT></DIV></BODY></HTML>