Jump to content

Get Angle

From PyMOL Wiki

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

[edit]

get_angle atom1, atom2, atom3, [,state ]

EXAMPLES

[edit]
get_angle 4/n,4/c,4/ca
get_angle 4/n,4/c,4/ca,state=4

PYMOL API

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