Copy

From PyMOLWiki
Revision as of 14:28, 17 November 2009 by Inchoate (talk | contribs)
Jump to navigation Jump to search

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