This is a read-only mirror of pymolwiki.org

Difference between revisions of "Update"

From PyMOL Wiki
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
  "update" transfers coordinates from one selection to another.
+
'''update''' transfers coordinates from one selection to another.
  
 
===USAGE===
 
===USAGE===
    update (target-selection),(source-selection)
+
update (target-selection),(source-selection)
+
 
 +
===PYMOL API===
 +
<source lang="python">
 +
cmd.update( target ,source [,target_state=0 [,source_state=0 [,matchmaker=1 [,quiet=1 [,_self=cmd ]]]]]] )
 +
</source>
 +
 
 
===EXAMPLES===
 
===EXAMPLES===
    update target,(variant)
+
update target,(variant)
+
 
 
===NOTES===
 
===NOTES===
    Currently, this applies across all pairs of states.  Fine
+
Currently, this applies across all pairs of states.  Fine control will be added later.
  control will be added later.
+
 
 
 
===SEE ALSO===
 
===SEE ALSO===
    [[Cmd load]]  
+
[[Cmd load]]  
 
 
  
 
[[Category:Commands|update]]
 
[[Category:Commands|update]]

Revision as of 04:08, 23 March 2008

DESCRIPTION

update transfers coordinates from one selection to another.

USAGE

update (target-selection),(source-selection)

PYMOL API

cmd.update( target ,source [,target_state=0 [,source_state=0 [,matchmaker=1 [,quiet=1 [,_self=cmd ]]]]]] )

EXAMPLES

update target,(variant)

NOTES

Currently, this applies across all pairs of states. Fine control will be added later.

SEE ALSO

Cmd load