Update: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 19: Line 19:
[[Cmd load]]  
[[Cmd load]]  


[[Category:Commands|update]]
[[Category:Commands|Update]]

Revision as of 09:29, 20 June 2009

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