This is a read-only mirror of pymolwiki.org

Difference between revisions of "Cycle Valence"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
    "cycle_valence" cycles the valence on the currently selected bond.
+
'''cycle_valence''' cycles the valence on the currently selected bond.
+
 
 
===USAGE===
 
===USAGE===
    cycle_valence [ h_fill ]
+
cycle_valence [ h_fill ]
+
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.cycle_valence(int h_fill)
+
cmd.cycle_valence(int h_fill)
</source>
+
</source>
+
 
 
===EXAMPLES===
 
===EXAMPLES===
  cycle_valence
+
cycle_valence
  cycle_valence 0
+
cycle_valence 0
+
 
 
===NOTES===
 
===NOTES===
 
If the h_fill flag is true, hydrogens will be added or removed to
 
If the h_fill flag is true, hydrogens will be added or removed to
 
satisfy valence requirements.
 
satisfy valence requirements.
 
   
 
   
  This function is usually connected to the DELETE key and "CTRL-W".
+
This function is usually connected to the DELETE key and "CTRL-W".
+
 
 
===SEE ALSO===
 
===SEE ALSO===
+
[[Cmd remove_picked]], [[Cmd attach]], [[Cmd replace]], [[Cmd fuse]], [[Cmd h_fill]]
  [[Cmd remove_picked]], [[Cmd attach]], [[Cmd replace]], [[Cmd fuse]], [[Cmd h_fill]]
 
  
[[Category:Commands|cycle_valence]]
+
[[Category:Commands|Cycle Valence]]

Revision as of 13:42, 20 June 2009

DESCRIPTION

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

Cmd remove_picked, Cmd attach, Cmd replace, Cmd fuse, Cmd h_fill