[vtkusers] What method I can get value RotateZ Actor from? (question in question.gif Attach File)
kitti koonsanit
sc431137 at gmail.com
Sun Jan 22 19:49:14 EST 2006
What method I get value RotateZ Actor from? (question in question.gif File)
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
if I want get RotateAngleZ() that value 20
What method I can get value AngleZ Actor from?
---> What method I can get value AngleZ from?
thank you
please answer to sc431137 at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060123/8f36f32f/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/20060123/8f36f32f/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: question.GIF
Type: image/gif
Size: 10043 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060123/8f36f32f/attachment-0001.gif>
More information about the vtkusers
mailing list