Difference between revisions of "Reset"

From PyMOLWiki
Jump to navigation Jump to search
 
m
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===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.
    "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===
 
===USAGE===
    [[Cmd reset]]
+
reset
+
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.reset ( )  
+
cmd.reset()  
</source>
+
</source>
 +
 
 +
==SEE ALSO==
 +
[[Clip]] [[Zoom]]
  
[[Category:Commands|reset]]
+
[[Category:Commands|Reset]]
 +
[[Category:View Module|Reset]]

Latest revision as of 07:54, 23 June 2010

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

Clip Zoom