Refresh: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''refresh''' causes the scene to be refresh as soon as it is safe to do so. | |||
===USAGE=== | ===USAGE=== | ||
refresh | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.refresh() | |||
</source> | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[rebuild ]] | |||
[[Category:Commands|refresh]] | [[Category:Commands|refresh]] |
Revision as of 14:51, 29 January 2006
DESCRIPTION
refresh causes the scene to be refresh as soon as it is safe to do so.
USAGE
refresh
PYMOL API
cmd.refresh()