Cartoon dumbbell radius: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 8: Line 8:


<source lang="python">set cartoon_dumbbell_radius, <number>        #default setting is 0.15</source>
<source lang="python">set cartoon_dumbbell_radius, <number>        #default setting is 0.15</source>
Match this value with that of [[cartoon_dumbbell_width]] to remove the bulge at the edges of a fancy helix


== Example ==
== Example ==

Revision as of 08:24, 27 November 2006

Overview

Only relavent when Cartoon_Helix_Settings is turned on
set cartoon_dumbbell_radius defines the radius of the dumbbell ends when the fancy helices setting has been engaged
Setting to 0.1 eliminates the dumbbell shape with other settings to defaults, whereas setting <0.1 reveals interior space of the fancy helix

Syntax

set cartoon_dumbbell_radius, <number>        #default setting is 0.15

Match this value with that of cartoon_dumbbell_width to remove the bulge at the edges of a fancy helix

Example