From: Alberto Sergio Garay (sgaray_at_fbcb.unl.edu.ar)
Date: Fri Jun 10 2011 - 07:10:05 CDT

Thank you Dr. Stone for the answer of my 1st e-mail

Here I paste a part of my tcl script

proc rotateX {} {
         rotate x by 90 1
         display update
}
proc rotateY {} {
         rotate y by 90 1
         display update
}
proc rot_X_Y {} {
         set mymolid [molinfo top]
         mol showrep $mymolid 0 on
         display resetview
         rotateX
         rotateY
}

When I run rot_X_Y (After source the script) I can only see the
rotation about Y axis,
but I want to see a rotation about x axis and then a rotation about y axis...

Thank you for your help...

-- 
Dr. Sergio Garay
Facultad de Bioquimica y Cs. Biológicas
Universidad Nacional del Litoral
Santa Fe - Argentina
C.C. 242 - Ciudad Universitaria - C.P. S3000ZAA
Argentina
Ph. +54 (342) 4575-213
Fax. +54 (342) 4575-221