Cycle valence

From PyMOLWiki
Revision as of 11:54, 31 July 2007 by Inchoate (talk | contribs) (New page: ===DESCRIPTION=== '''cycle_valence''' cycles the valence on the currently selected bond. ===USAGE=== <source lang="python"> cycle_valence [ h_fill ] </source> ''h_fill'' = 0; do not update hydrogens...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DESCRIPTION

cycle_valence cycles the valence on the currently selected bond.

USAGE

cycle_valence [ h_fill ]

h_fill = 0; do not update hydrogens h_fill = 1; update hydrogens

EXAMPLE

cycle_valence

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.

PYMOL API

cmd.cycle_valence(int h_fill)

SEE ALSO

remove_picked, attach, replace, fuse, h_fill