Replace: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''replace''' replaces the picked atom with a new atom. | |||
===USAGE=== | ===USAGE=== | ||
replace element, geometry, valence [,h_fill [,name ]] | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.replace(string element, int geometry, int valence, | |||
int h_fill = 1, string name = "" ) | |||
</source> | |||
===NOTES=== | ===NOTES=== | ||
Immature functionality. See code for details. | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[Cmd remove]], [[Cmd attach]], [[Cmd fuse]], [[Cmd bond]], [[Cmd unbond]] | |||
[[Category:Commands|replace]] | [[Category:Commands|replace]] |
Revision as of 13:03, 9 June 2005
DESCRIPTION
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.