<meta http-equiv="content-type" content="text/html; charset=utf-8"><div class="gmail_quote">2010/9/26 myaqua1982 <span dir="ltr">&lt;<a href="mailto:myaqua1982@163.com">myaqua1982@163.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">










<div style="font-family:verdana;font-size:10pt">
<div><font size="2" face="Verdana">Hi all,</font></div>
<div>I have select the world coordinate of a point in the object 
which I read from a STL file. Now I want to place a point to represent 
the point that I have selected when I click mouse button. But I have no idea how 
to do this. Is vtkPointWidget ok? Or something else? Please give me some advice. 
Thank you for your attention! </div>
<div align="left"><font color="#c0c0c0" size="2" face="Verdana"></font></div></div></blockquote></div><br><div>How have you done the selection? There&#39;s probably no need for a vtkPointWidget if you just want to display a point. Take a look at this:</div>
<div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Picking/HighlightSelectedPoints">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Picking/HighlightSelectedPoints</a></div><div><br></div><div>If you also need to know how to do the selection/picking, you can take a look at this:</div>
<div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/Picking">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/Picking</a></div><div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Picking/HighlightSelectedPoints"></a><br>
David</div>