Difference between revisions of "Copy"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 17: Line 17:
  
 
===User Comments/Examples===
 
===User Comments/Examples===
[[Category:Commands|copy]]
+
[[Category:Commands|Copy]]

Revision as of 09:41, 20 June 2009

DESCRIPTION

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