Difference between revisions of "Reset"

From PyMOLWiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
 
 
'''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.
 
   
 
   
Line 11: Line 10:
  
 
==SEE ALSO==
 
==SEE ALSO==
[[Cmd clip]] [[Cmd zoom]]
+
[[Clip]] [[Zoom]]
  
 
[[Category:Commands|Reset]]
 
[[Category:Commands|Reset]]
 
[[Category:View Module|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