<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>In vtk 4.2.2</FONT></DIV>
<DIV><FONT size=2>I find that there is a bug in vtkTriangleFilter.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>It's easy to find.</FONT></DIV>
<DIV><FONT size=2>In the souce vtkTriangleFilter.cxx</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Line 99 </FONT><FONT size=2>is :</FONT></DIV>
<DIV><FONT size=2>if ( this->PassVerts )</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I think it should be :</FONT></DIV>
<DIV><FONT size=2>if ( this->PassLines )</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I don't know whether this bug was fixed or not.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Dana,</FONT></DIV>
<DIV><FONT size=2>Taiwan</FONT></DIV>
<DIV> </DIV></BODY></HTML>