Difference between revisions of "Move"

From PyMOLWiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd turn]], [[Cmd rotate]], [[Cmd translate]], [[Cmd zoom]], [[Cmd center,]] [[Cmd clip]]  
+
[[Cmd turn]], [[Cmd rotate]], [[Cmd translate]], [[Cmd zoom]], [[Cmd center]], [[Cmd clip]], [[Translate]]
  
 
[[Category:Commands|move]]
 
[[Category:Commands|move]]

Revision as of 17:44, 13 May 2008

DESCRIPTION

move translates the camera about one of the three primary axes.

USAGE

move axis,distance

EXAMPLES

move x,3
move y,-1

PYMOL API

cmd.move( string axis, float distance )

SEE ALSO

Cmd turn, Cmd rotate, Cmd translate, Cmd zoom, Cmd center, Cmd clip, Translate