Cartoon flat cycles: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
<source lang="python">set cartoon_flat_cycles, ''integer''        #default setting is 3</source>
<source lang="python">set cartoon_flat_cycles, ''integer''        #default setting is 3</source>
Or alteratively
Or alteratively
 
<source lang="python">set cartoon_flat_cycles, on                #default is on
set cartoon_flat_cycles, off                </source>


== Example ==
== Example ==

Revision as of 07:31, 27 November 2006

Overview

set cartoon_flat_cycles allows the flatness of the sheets to be defined. The larger the number, the flatter the sheets

Syntax

set cartoon_flat_cycles, ''integer''        #default setting is 3

Or alteratively

set cartoon_flat_cycles, on                 #default is on
set cartoon_flat_cycles, off

Example