Group

From PyMOLWiki
Revision as of 08:39, 10 March 2008 by Inchoate (talk | contribs) (New page: == Overview == The Group command creates or updates a "group" object. == Usage == <source lang="python"> group name, members, action </source> == Example == <source lang="python"> gr...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

The Group command creates or updates a "group" object.

Usage

group name, members, action

Example

group efHand, 1cll 1ggz 1sra

# allow addition and removal from the group
group efHand, open
# disallow addition/removal from the group
group efHand, close

Notes

Group objects can usually be used as arguments to commands. It can be processed as a group or as a selection, in which case all the atoms from all objects in the group will be used.


See Also

ungroup order select