Cycle Valence

From PyMOLWiki
Revision as of 18:26, 5 July 2011 by Inchoate (talk | contribs)
Jump to navigation Jump to search

cycle_valence cycles the valence on the currently selected bond.

USAGE

cycle_valence [ h_fill ]

PYMOL API

cmd.cycle_valence(int h_fill)

EXAMPLES

cycle_valence
cycle_valence 0

NOTES

If the h_fill flag is true, hydrogens will be added or removed to satisfy valence requirements.

This function is usually connected to the DELETE key and "CTRL-W".

SEE ALSO

remove_picked, attach, replace, fuse, h_fill Edit_Keys