Cartoon flat cycles: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 5: Line 5:
== Syntax ==
== Syntax ==


<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
<source lang="python">set cartoon_flat_cycles, on                #default is on

Revision as of 08:02, 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