Copy: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
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 13: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