Difference between revisions of "Roving nb spheres"

From PyMOLWiki
Jump to navigation Jump to search
(Created page with '== Description == '''roving_nb_spheres''' determines the radius within spheres are shown for non-bonded atoms (e.g. waters). == Syntax == <source lang="python"> # set radius f…')
 
 
Line 7: Line 7:
 
<source lang="python">
 
<source lang="python">
 
# set radius for non-bonded spheres while roving_detail is on
 
# set radius for non-bonded spheres while roving_detail is on
set roving_nb_spheres, typeNumber # typeNumber = [1...]
+
set roving_nb_spheres, typeNumber # typeNumber = [1...], 0 to disable
 
</source>
 
</source>
 
  
 
== Related settings ==
 
== Related settings ==

Latest revision as of 08:19, 10 September 2009

Description

roving_nb_spheres determines the radius within spheres are shown for non-bonded atoms (e.g. waters).


Syntax

# set radius for non-bonded spheres while roving_detail is on
set roving_nb_spheres, typeNumber # typeNumber = [1...], 0 to disable

Related settings