This is a read-only mirror of pymolwiki.org
Difference between revisions of "H Fill"
Jump to navigation
Jump to search
m (1 revision) |
|||
(2 intermediate revisions by one other user not shown) | |||
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 03:06, 28 March 2014
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()