Difference between revisions of "Cartoon flat cycles"

From PyMOLWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
set cartoon_flat_cycles allows the flatness of the sheets to be defined. The larger the number, the flatter the sheets
+
set '''cartoon_flat_cycles''' allows the flatness of the sheets to be defined. The larger the number, the flatter the sheets.
  
 
== 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
Line 16: Line 16:
 
Image:cartoon_flat_cycles_10.png|cartoon_flat_cycles 10
 
Image:cartoon_flat_cycles_10.png|cartoon_flat_cycles 10
 
</gallery>
 
</gallery>
 +
 +
[[Category:Settings|Cartoon flat cycles]]

Latest revision as of 17:01, 2 November 2007

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