Difference between revisions of "Reset"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 11: Line 11:
 
   cmd.reset ( )  
 
   cmd.reset ( )  
 
  </source>
 
  </source>
 +
 +
==SEE ALSO==
 +
 +
[[Cmd clip]] [[Cmd zoom]]
  
 
[[Category:Commands|reset]]
 
[[Category:Commands|reset]]

Revision as of 21:43, 21 February 2005

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

   Cmd reset

PYMOL API

   cmd.reset ( )

SEE ALSO

Cmd clip Cmd zoom