Dear all,<br><br>I&#39;m running the example here <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filters/TransformPolyData">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filters/TransformPolyData</a> . There are two spheres created from vtkSphereSource.<br>
<br>I create two arrays<b> double p1[3]</b> and <b>double p2[3]</b>. After the renderer add these two actors, I applied vtkActor::GetCenter() to them. However, I found the returned points are all (0, 0, 0). But they are obviously in different position. So does that mean the returned value is the model coordinates? <br>
<br>Many thanks in advance.<br><br>Best wishes<br>Wenlong<br>