Replace: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
'''replace''' replaces the picked atom with a new atom. | '''replace''' replaces the picked atom with a new atom. | ||
Line 17: | Line 17: | ||
[[Category:Commands|Replace]] | [[Category:Commands|Replace]] | ||
[[Category:Editing Module|Replace]] |
Latest revision as of 13:49, 17 November 2009
replace replaces the picked atom with a new atom.
USAGE
replace element, geometry, valence [,h_fill [,name ]]
PYMOL API
cmd.replace(string element, int geometry, int valence,
int h_fill = 1, string name = "" )
NOTES
Immature functionality. See code for details.