Get Angle

From PyMOLWiki
Revision as of 22:03, 21 February 2005 by Tree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

DESCRIPTION

  "get_angle" returns the angle between three atoms.  By default, the
  coordinates used are from the current state, however an alternate
  state identifier can be provided.

USAGE

  get_angle atom1, atom2, atom3, [,state ]

EXAMPLES

  get_angle 4/n,4/c,4/ca
  get_angle 4/n,4/c,4/ca,state=4

PYMOL API

 
   cmd.get_angle(atom1="pk1",atom2="pk2",atom3="pk3",state=0)