Talk:DrawBoundingBox

From PyMOLWiki
Revision as of 13:25, 25 August 2015 by Saper (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Fixed two errors in the script:

  1. "if" was indented incorrectly
  2. "sel" was changed to "selection" for get_extent

8/25/2015 - This routine, does not find the minimum box. It does not find an orientation which minimizes the extents. Does anyone know how to do this? I'll have to think about it.