Difference between revisions of "Transform selection"

From PyMOLWiki
Jump to navigation Jump to search
(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],[...)
(No difference)

Revision as of 09:07, 16 February 2008

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