<div dir="ltr"><div>Dear All.</div>
<div> </div>
<div>how to save vtkpolydata to be suitable for using in ANSYS</div>
<div> </div>
<div>I used vtkstlwriter as following:</div>
<div> </div>
<div> vtkSTLWriter writer = vtkSTLWriter::NEW();<br> writer->SetInput(triangle2.GetOutput());<br> writer->SetFileName("test");<br></div>
<div> </div>
<div>but when load test file using vtk give the following warning :</div>
<div> </div>
<div>ENDFACET is not a recognized BEGIN command ,abbreviation, or macro this command will be ignored</div>
<div> </div>
<div>Best regards </div>
<div> </div>
<div> </div></div>