This is a read-only mirror of pymolwiki.org

Difference between revisions of "Reset"

From PyMOL Wiki
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 01:43, 22 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