This is a read-only mirror of pymolwiki.org
Difference between revisions of "Copy"
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
</source> | </source> | ||
| + | ===PYMOL API=== | ||
| + | <source lang="python"> | ||
| + | cmd.copy(string target,string source) | ||
| + | </source> | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
Revision as of 04:30, 21 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