This is a read-only mirror of pymolwiki.org
Difference between revisions of "Move"
Jump to navigation
Jump to search
m (1 revision) |
|||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''move''' translates the camera along one of the three primary view axes. | |
− | + | ||
− | |||
− | |||
===USAGE=== | ===USAGE=== | ||
− | + | move axis,distance | |
− | + | ||
− | |||
====EXAMPLES==== | ====EXAMPLES==== | ||
− | + | move x,3 | |
− | + | move y,-1 | |
− | + | ||
− | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.move( string axis, float distance ) | |
− | + | </source> | |
===SEE ALSO=== | ===SEE ALSO=== | ||
− | + | [[turn]], [[rotate]], [[translate]], [[zoom]], [[center]], [[clip]], [[Translate]] | |
− | |||
− | |||
− | [[Category:Commands| | + | [[Category:Commands|Move]] |
+ | [[Category:View Module|Move]] |