<div dir="ltr">Try SetInputData instead of SetInput</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 17, 2017 at 4:38 AM, Kailu Shan <span dir="ltr"><<a href="mailto:kailushan@163.com" target="_blank">kailushan@163.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div><font style="background-color:rgb(255,255,255)">hi,</font></div><div><font style="background-color:rgb(255,255,255)"><br></font></div><div><font style="background-color:rgb(255,255,255)">Usually I use vtkPolyDataWriter to store my vtkPolyData, but now failed by trying vtkSTLWriter. Below is my code:</font></div><div><font style="background-color:rgb(255,255,255)"><br></font></div><div><font style="background-color:rgb(255,255,255)">vtkPolyData   *pvtkData= = vtkPolyData::New(); </font></div><div><font style="background-color:rgb(255,255,255)">...</font></div><div><font style="background-color:rgb(255,255,255)">vtkSTLWriter *pstlWriter =vtkSTLWriter::New();</font></div><div><font style="background-color:rgb(255,255,255)">pstlWriter->SetInput(pvtkData)<wbr>; <br>pstlWriter->SetFileName("out.<wbr>stl"); <br>pstlWriter->Write();</font></div><div><font style="background-color:rgb(255,255,255)"><br></font></div><div><font style="background-color:rgb(255,255,255)">How to make it work?</font></div><div><font style="background-color:rgb(255,255,255)"><br></font></div><div><font style="background-color:rgb(255,255,255)">Best Regards,</font></div><div><font style="background-color:rgb(255,255,255)">Kailu</font></div><div><font style="background-color:rgb(255,255,255)"><br></font></div></div><br><br><span title="neteasefooter"><p> </p></span><br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>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" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>