Update: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
===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=== |
Revision as of 23:08, 22 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.