Transform selection

From PyMOLWiki
Revision as of 09:07, 16 February 2008 by Inchoate (talk | contribs) (New page: == Overview == '''transform_selection''' applies a transformation matrix to a selection. == Example == <source lang="python"> cmd.transform_selection("a", [[x,x,x,x],[x,x,x,x],[x,x,x,x],[...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

transform_selection applies a transformation matrix to a selection.

Example

cmd.transform_selection("a", [[x,x,x,x],[x,x,x,x],[x,x,x,x],[x,x,x,x]],
homogenous=1)

See Also

transform_odb