Jump to content

Cubes

From PyMOL Wiki
Type Python Module
Download scripts/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

[edit]
cubes [ selection [, name [, state [, scale [, atomcolors ]]]]]
tetrahedra [ selection [, name [, state [, scale [, atomcolors ]]]]]

Example

[edit]
fetch 1rx1, async=0
cubes solvent & b < 50
tetrahedra solvent & b > 50