Cubes: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(created)
 
No edit summary
 
Line 1: Line 1:
{{Infobox script-repo
{{Infobox script-repo
|type      = module
|type      = module
|filename  = cubes.py
|filename  = scripts/cubes.py
|author    = [[User:Speleo3|Thomas Holder]]
|author    = [[User:Speleo3|Thomas Holder]]
|license  = BSD-2-Clause
|license  = BSD-2-Clause

Latest revision as of 21:41, 22 June 2025

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

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