Difference between revisions of "Copy"

From PyMOLWiki
Jump to navigation Jump to search
Line 17: Line 17:
 
===SEE ALSO===
 
===SEE ALSO===
 
   
 
   
   [[:Category:Commands Cmd create|create]]
+
   [[:Category:Commands Cmd_create|create]]
  
 
===User Comments/Examples===
 
===User Comments/Examples===

Revision as of 12:07, 18 February 2005

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