<p>What method I get value RotateZ Actor from? (question in question.gif File)</p>
<p>cylinder = new vtkCylinderSource();<br>cylinder.SetResolution(50);<br>cylinder.SetRadius(0.08);</p>
<p>cylinderMapper = new vtkPolyDataMapper();<br>cylinderMapper.SetInput(cylinder[0].GetOutput());</p>
<p>vtkActorcylinderArray = new vtkActor();<br>vtkActorcylinderArray.SetPosition(0.0,0.0,0.0);<br>vtkActorcylinderArray.SetMapper(cylinderMapper[0]);</p>
<p>vtkActorcylinderArray.RotateZ(22);<br>I set&nbsp; vtkActor property&nbsp;&nbsp; that&nbsp; rotatez&nbsp; value 22;&nbsp; </p>
<p>. . .<br>vtkActor&nbsp; kk = new vtkActor();<br>kk=vtkActorcylinderArray;</p>
<div><br>kk.GetRotateZ()????&nbsp; = 22&nbsp;&nbsp;&nbsp; // &nbsp;in VTK&nbsp; do not have&nbsp; GetAngleRotateZ()&nbsp; Method<br>----------------------------------------------------------------------------<br>see code&nbsp; on the top</div>
<div>if&nbsp; I want get&nbsp;&nbsp; RotateAngleZ()&nbsp; that&nbsp; value&nbsp; 20</div>
<div><br>&nbsp;What method&nbsp; I can get&nbsp; value AngleZ Actor from?&nbsp;<br><br>&nbsp;<br>---&gt;&nbsp; What method&nbsp; I can get value AngleZ from?<br>&nbsp;<br>thank you</div>
<p>please&nbsp; answer to <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sc431137@gmail.com" target="_blank">sc431137@gmail.com</a> </p>