This is a read-only mirror of pymolwiki.org

Difference between revisions of "Talk:DrawBoundingBox"

From PyMOL Wiki
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 01:22, 19 October 2015

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.