This is a read-only mirror of pymolwiki.org

Difference between revisions of "Get Extent"

From PyMOL Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 05:59, 21 February 2005

DESCRIPTION

  "get_extent" returns the minimum and maximum XYZ coordinates of a
  selection as an array:
   [ [ min-X , min-Y , min-Z ],[ max-X, max-Y , max-Z ]]

PYMOL API

   cmd.get_extent(string selection="(all)", state=0 )