Hi!<br>vtkImageTracerWidget starts tracing when you click mouse. You could:<br><br>InvokeEvent(vtkCommand::LeftButtonPressEvent, PTR)<br><br> passing event position in PTR, you might try NULL  instead of PTR to begin with.<br>
<br>Anka<br><br><div class="gmail_quote">On Mon, Nov 2, 2009 at 10:18 AM, Michael Xanadu <span dir="ltr">&lt;<a href="mailto:xanadu.michael@googlemail.com">xanadu.michael@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Currently, I&#39;m working with vtkImageTracerWidget. I found out that I can get the coordinates and lines defined by the traced path () by using GetPath(polyData). Unfortunately, there&#39;s no SetPath(polyData). I wanna initialize my ImageTracerWidget with a couple of coordinates, where it shall draw a line or something without user interaction.<br>

Is there any possibility to do something like that?<br><br>Regards, Michael<br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>