Difference between revisions of "Copy"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 1: Line 1:
===DESCRIPTION===
+
 
 
'''copy''' creates a new object that is an identical copy of an existing object
 
'''copy''' creates a new object that is an identical copy of an existing object
  

Revision as of 14:28, 17 November 2009

copy creates a new object that is an identical copy of an existing object

USAGE

copy target, source
copy target = source         # (DEPRECATED)

PYMOL API

cmd.copy(string target,string source)

SEE ALSO

create

User Comments/Examples