[vtkusers] What method I get value RotateZ Actor from?

kitti koonsanit sc431137 at gmail.com
Sun Jan 22 07:12:15 EST 2006


cylinder = new vtkCylinderSource();
cylinder.SetResolution(50);
cylinder.SetRadius(0.08);

cylinderMapper = new vtkPolyDataMapper();
cylinderMapper.SetInput(cylinder[0].GetOutput());

vtkActorcylinderArray = new vtkActor();
vtkActorcylinderArray.SetPosition(0.0,0.0,0.0);
vtkActorcylinderArray.SetMapper(cylinderMapper[0]);

vtkActorcylinderArray.RotateZ(22);
I set  vtkActor property   that  rotatez  value 22;

. . .
vtkActor  kk = new vtkActor();
kk=vtkActorcylinderArray;


kk.GetRotateZ()????  = 22    in VTK  do not have  GetAngleRotateZ()  Method
----------------------------------------------------------------------------
see code  on the top
 What method  I get  value AngleZ Actor from?
if  I want get   RotateAngleZ()  that  value  20

--->  What method  I get value AngleZ from?

thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060122/1945a8e3/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hollow.GIF
Type: image/gif
Size: 10731 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060122/1945a8e3/attachment.gif>


More information about the vtkusers mailing list