<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'> <BR>
Look at vtkPlaneSource.cxx, you will find this:<BR>
numPts = (this->XResolution+1) * (this->YResolution+1);<BR>
that is, methods GetNumberOfPoints() of class vtkPolyData should not be the product of the resolution of the vtkPlaneSource.<BR>
so, you would know why they are not equal now.<BR>
<BR>
Mark<BR><br /><hr />MSN上小游戏,工作休闲两不误! <a href='http://im.live.cn/minigame' target='_new'>马上就开始玩!</a></body>
</html>