This is a read-only mirror of pymolwiki.org

Difference between revisions of "Reset"

From PyMOL Wiki
Jump to navigation Jump to search
m
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
    "reset" restores the rotation matrix to identity, sets the origin
+
'''reset''' restores the rotation matrix to identity, sets the origin    to the center of mass (approx.) and zooms the window and clipping planes to cover all objects.
   to the center of mass (approx.) and zooms the window and clipping
 
  planes to cover all objects.
 
 
   
 
   
 
===USAGE===
 
===USAGE===
    [[Cmd reset]]
+
reset
+
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.reset ( )  
+
cmd.reset()  
</source>
+
</source>
  
 
==SEE ALSO==
 
==SEE ALSO==
 
 
[[Cmd clip]] [[Cmd zoom]]
 
[[Cmd clip]] [[Cmd zoom]]
  
[[Category:Commands|reset]]
+
[[Category:Commands|Reset]]

Revision as of 14:22, 20 June 2009

DESCRIPTION

reset restores the rotation matrix to identity, sets the origin to the center of mass (approx.) and zooms the window and clipping planes to cover all objects.

USAGE

reset

PYMOL API

cmd.reset()

SEE ALSO

Cmd clip Cmd zoom