H Fill: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
m (Created page with 'H Fill H Fill H Fill')
 
No edit summary
 
Line 1: Line 1:
[[H_Fill]] removes and replaces hydrogens on the atom or bond picked for editing.
= USAGE =
<source lang="python">
h_fill
</source>
=NOTES=
This is useful for fixing hydrogens after changing bond valences.
=PYMOL API=
<source lang="python">
cmd.h_fill()
</source>
=SEE ALSO=
*[[Edit]]
*[[Cycle_Valence]]
*[[H_add]]
[[Category:Commands|H Fill]]
[[Category:Commands|H Fill]]
[[Category:Electrostatics|H Fill]]
[[Category:Electrostatics|H Fill]]
[[Category:Editing Module|H Fill]]
[[Category:Editing Module|H Fill]]

Latest revision as of 12:08, 17 November 2009

H_Fill removes and replaces hydrogens on the atom or bond picked for editing.

USAGE

h_fill

NOTES

This is useful for fixing hydrogens after changing bond valences.

PYMOL API

 
cmd.h_fill()

SEE ALSO