This is a read-only mirror of pymolwiki.org
Difference between revisions of "Cubes"
Jump to navigation
Jump to search
(created) |
m (1 revision) |
(No difference)
|
Latest revision as of 02:15, 28 March 2014
Type | Python Module |
---|---|
Download | cubes.py |
Author(s) | Thomas Holder |
License | BSD-2-Clause |
This code has been put under version control in the project Pymol-script-repo |
This script adds the cubes and tetrahedra commands which create CGOs with cube or tetrahedron representations for all atoms in selection.
Usage
cubes [ selection [, name [, state [, scale [, atomcolors ]]]]]
tetrahedra [ selection [, name [, state [, scale [, atomcolors ]]]]]
Example
fetch 1rx1, async=0
cubes solvent & b < 50
tetrahedra solvent & b > 50