Difference between revisions of "Move"

From PyMOLWiki
Jump to navigation Jump to search
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
'''move''' translates the camera along one of the three primary view axes.
+
 
  "move" translates the camera about one of the three primary axes.
 
 
 
===USAGE===
 
===USAGE===
   
+
  move axis,distance
  move axis,distance
+
 
 
 
====EXAMPLES====
 
====EXAMPLES====
   
+
  move x,3
  move x,3
+
move y,-1
  move y,-1
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">  
+
<source lang="python">
  cmd.move( string axis, float distance )
+
cmd.move( string axis, float distance )
</source>
+
</source>
  
 
===SEE ALSO===
 
===SEE ALSO===
+
[[turn]], [[rotate]], [[translate]], [[zoom]], [[center]], [[clip]], [[Translate]]
  [[Cmd turn]], [[Cmd rotate]], [[Cmd translate]], [[Cmd zoom]], [[Cmd center,]] [[Cmd clip]]  
 
 
  
[[Category:Commands|move]]
+
[[Category:Commands|Move]]
 +
[[Category:View Module|Move]]

Latest revision as of 12:14, 28 June 2014

move translates the camera along one of the three primary view axes.

USAGE

move axis,distance

EXAMPLES

move x,3
move y,-1

PYMOL API

cmd.move( string axis, float distance )

SEE ALSO

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