Difference between revisions of "Origin"

From PyMOLWiki
Jump to navigation Jump to search
m
m
Line 20: Line 20:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd zoom]], [[Cmd orient]], [[Cmd reset]]
+
[[Zoom]], [[Orient]], [[Reset]]
  
 
[[Category:Commands|Origin]]
 
[[Category:Commands|Origin]]
 
[[Category:States|Origin]]
 
[[Category:States|Origin]]
 +
[[Category:View Module|Origin]]

Revision as of 11:06, 20 June 2009

DESCRIPTION

origin sets the center of rotation about a selection. If an object name is specified, it can be used to set the center of rotation for the object's TTT matrix.

USAGE

origin selection [, object [,position, [, state]]]
origin (selection)
origin position=[1.0,2.0,3.0]

PYMOL API

cmd.origin( string object-or-selection )

NOTES

  • state = 0 (default) use all coordinate states
  • state = -1 use only coordinates for the current state
  • state > 0 use coordinates for a specific state

SEE ALSO

Zoom, Orient, Reset