This is a read-only mirror of pymolwiki.org

Difference between revisions of "Rebuild"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (6 revisions)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
+
'''rebuild''' forces PyMOL to recreate geometric objects in case any of them have gone out of sync.
  "rebuild" forces PyMOL to recreate geometric objects in
+
 
  case any of them have gone out of sync.
 
 
 
===USAGE===
 
===USAGE===
   
+
  rebuild [selection [, representation ]]
  rebuild [selection [, representation ]]
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.rebuild(string selection = 'all', string representation = 'everything')
+
cmd.rebuild(string selection = 'all', string representation = 'everything')
</source>
+
</source>
 +
 
 
===SEE ALSO===
 
===SEE ALSO===
+
[[refresh]]
  refresh  
 
  
[[Category:Commands|rebuild]]
+
[[Category:Commands|Rebuild]]
 +
[[Category:View Module|Rebuild]]

Latest revision as of 03:53, 28 March 2014

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