<div>Hi all,<br><br>&nbsp;&nbsp; My code is as follows:<br><br>&nbsp;&nbsp; vtkPlaneSource *pPlaneSrc = vtkPlaneSource::New();<br>&nbsp;&nbsp; pPlaneSrc-&gt;SetResolution(nW, nH);<br>&nbsp;&nbsp; pPlaneSrc-&gt;Update();<br>&nbsp;&nbsp; int nXRes = pPlaneSrc-&gt;GetXResolution();<br>&nbsp;&nbsp; int nYRes = pPlaneSrc-&gt;GetYResolution();<br><br>&nbsp;&nbsp; vtkPolyData *pTransPolyData = pPlaneSrc-&gt;GetOutput();<br>&nbsp;&nbsp; int nPts = pTransPolyData-&gt;GetNumberOfPoints();<br></div><div>&nbsp;<br>&nbsp;&nbsp; and I found that nXRes == nW, nYRes == nH, but nPts != nW * nH. I have no idea why?<br><br><br>&nbsp;&nbsp; Thank you in advance!<br></div><div>&nbsp;</div>