Hi users,<br><br>I have got a very wierd problem .<br>the code segment ---------------<br>&nbsp;&nbsp; vtkSphereSource *Sphere= vtkSphereSource::New();&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp; Sphere-&gt;SetRadius(10);<br>&nbsp;&nbsp; Sphere-&gt;SetCenter(0,0,0);<br>&nbsp;&nbsp;&nbsp; vtkDoubleArray&nbsp; *pDouble = vtkDoubleArray::New();
<br>&nbsp;&nbsp;&nbsp; N=Sphere-&gt;GetOutput()-&gt;GetNumberOfPoints();<br>&nbsp;&nbsp;&nbsp; printf(&quot;%d,\n&quot;,N);<br><br>I expect N is a finite number of points of the polygonal data representing the sphere.<br>But&nbsp; i got N =0!<br>I really confused .can somebody help?
<br>thanks for your time ...<br><br>