Difference between revisions of "Replace"

From PyMOLWiki
Jump to navigation Jump to search
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
 
'''replace''' replaces the picked atom with a new atom.
 
'''replace''' replaces the picked atom with a new atom.
  
Line 14: Line 14:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd remove]], [[Cmd attach]], [[Cmd fuse]], [[Cmd bond]], [[Cmd unbond]]  
+
[[Remove]], [[Attach]], [[Fuse]], [[Bond]], [[Unbond]]  
  
[[Category:Commands|replace]]
+
[[Category:Commands|Replace]]
 +
[[Category:Editing Module|Replace]]

Latest revision as of 14: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.

SEE ALSO

Remove, Attach, Fuse, Bond, Unbond