<p>cylinder = new vtkCylinderSource();<br>cylinder.SetResolution(50);<br>cylinder.SetRadius(0.08);</p>
<p>cylinderMapper[0] = new vtkPolyDataMapper();<br>cylinderMapper[0].SetInput(cylinder[0].GetOutput());</p>
<p>vtkActorcylinderArray = new vtkActor();<br>vtkActorcylinderArray.SetPosition(0.0,0.0,0.0);<br>vtkActorcylinderArray.SetMapper(cylinderMapper[0]);</p>
<div>vtkActorcylinderArray[0].RotateZ(22);<br>I set vtkActor property that rotatez value 22; <br><strong>. . .</strong><br>vtkActor kk = new vtkActor();<br>kk=vtkActorcylinderArray[0];</div>
<div><br><strong>kk.GetRotateZ() = ? in VTK do not have GetAngleRotateZ() Method</strong></div>
<div>----------------------------------------------------------------------------</div>
<div><strong><font color="#3366ff">see code on the top</font></strong><br><strong><font color="#006600"> What method I get value AngleZ Actor from?<br>if I want get RotateAngleZ() that value 20</font></strong></div>
<div><strong><font color="#006600"></font></strong> </div>
<div><strong><font color="#ff0000" size="4">---> What method I get value AngleZ from?</font></strong></div>
<div> </div>
<div><strong>thank you</strong></div>