Subsections


pymol.cone_pdb

Image pymol_icon

Synopsis

Display the cone PDB geometric object.

Defaults

pymol.cone_pdb(file=None)

Keyword arguments

file: The name of the PDB file containing the cone geometric object.

Description

The PDB file containing the geometric object must be created using the complementary n_state_model.cone_pdb user function.

The cone PDB file is read in using the command:

 load file

The average CoM-pivot point vector, the residue `AVE' is displayed using the commands:

 select resn AVE
 show sticks, `sele'
 color blue, `sele'

The cone object, the residue `CON', is displayed using the commands:

 select resn CON
 hide (`sele')
 show sticks, `sele'
 color white, `sele'


The relax user manual (PDF), created 2020-08-26.