Rebuild: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''rebuild''' forces PyMOL to recreate geometric objects in case any of them have gone out of sync. | |||
===USAGE=== | ===USAGE=== | ||
rebuild [selection [, representation ]] | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.rebuild(string selection = 'all', string representation = 'everything') | |||
</source> | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
refresh | |||
[[Category:Commands|rebuild]] | [[Category:Commands|rebuild]] |
Revision as of 03:41, 3 January 2006
DESCRIPTION
rebuild forces PyMOL to recreate geometric objects in case any of them have gone out of sync.
USAGE
rebuild [selection [, representation ]]
PYMOL API
cmd.rebuild(string selection = 'all', string representation = 'everything')
SEE ALSO
refresh