Get Position

From PyMOLWiki
Revision as of 15:12, 20 October 2008 by Inchoate (talk | contribs) (New page: == Overview == Get_Position gets the 3D coordinates of the center of the viewer window.. == Syntax == <source lang="python"> # print the coordinates for center of mass zoom print cmd....)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Get_Position gets the 3D coordinates of the center of the viewer window..

Syntax

# print the coordinates for center of mass
zoom
print cmd.get_position()

Get_Position