<div>Hi,</div>
<div> </div>
<div>I want to transform the output of the vtkConoturFilter in spherical coordinates.</div>
<div> </div>
<div>I am using vtkTransformPolydataFilter to apply the vtkSphericalTransform to thr utput of the vtkcontourFilter but does not work.</div>
<div> </div>
<div>code:</div>
<div>sp = vtkSphericalTransform()</div>
<div>t = vtkvtkTransformPolydataFilter()</div>
<div>t.SetInputConnection(contour.GetOutput()) #conotur is the output of the vtkContourFilter</div>
<div>t.SetTransform(sp)</div>
<div> </div>
<div>Some one can help?</div>
<div> </div>
<div>Thanks,</div>
<div>AA</div>