Difference between revisions of "Replace"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 16: Line 16:
 
[[Remove]], [[Attach]], [[Fuse]], [[Bond]], [[Unbond]]  
 
[[Remove]], [[Attach]], [[Fuse]], [[Bond]], [[Unbond]]  
  
[[Category:Commands|replace]]
+
[[Category:Commands|Replace]]

Revision as of 10:22, 20 June 2009

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.

SEE ALSO

Remove, Attach, Fuse, Bond, Unbond