Copy

From PyMOLWiki
Revision as of 12:07, 18 February 2005 by Tree (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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