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

kitti koonsanit sc431137 at gmail.com
Fri Jan 20 04:00:42 EST 2006


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

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

vtkActorcylinderArray = new vtkActor();
vtkActorcylinderArray.SetPosition(0.0,0.0,0.0);
vtkActorcylinderArray.SetMapper(cylinderMapper[0]);
vtkActorcylinderArray[0].RotateZ(22);
I set  vtkActor property   that  rotatez  value 22;
*. . .*
vtkActor  kk = new vtkActor();
kk=vtkActorcylinderArray[0];

*kk.GetRotateZ()  = ?    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/20060120/5bee4255/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/20060120/5bee4255/attachment.gif>


More information about the vtkusers mailing list